Update lcms2 to 2.19.1 - #394
Merged
Merged
Conversation
bryan-minimal
marked this pull request as ready for review
July 13, 2026 21:26
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
bryan-minimal
added a commit
to gominimal/minimal
that referenced
this pull request
Jul 14, 2026
…#651 follow-up) (#753) #651 contained a real write-outside-dest vuln in prefix-stripped extraction, but its symlink/hardlink handling is stricter than it needs to be: a link whose *target* escapes dest_dir aborts the whole extraction. Legitimate upstream tarballs ship exactly that in test fixtures — next.js (test/.../node_modules symlinks) and syft (symlink-resolution testdata) — so any rebuild of those packages now fails to extract at all (first hit by gominimal/pkgs#394/#402, whose dep bumps cascade into next/syft). Skip the offending link (with a warning) instead of erroring. This is equally safe against the write-through vector: the link is never created, so a later entry that would have written through it resolves to a contained regular path under dest_dir. The entry-path escape stays a hard error — a file writing to ../x has no benign form. Tests: extract_rejects_escaping_symlink becomes extract_skips_escaping_symlink (link skipped, siblings still extract), plus a new skipping_escaping_symlink_still_contains_write_through proving the tar-slip defense holds through the skip. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…build-servers#173) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
twitchyliquid64
approved these changes
Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update lcms2
2.17→2.19.1Source:
github:mm2/Little-CMS:tagRelease: https://github.com/mm2/Little-CMS/releases/tag/lcms2.19.1
Changelog: mm2/Little-CMS@lcms2.17...lcms2.19.1
Released: 67 days ago (2026-05-06)
Vulnerability impact
Partition analysis at
2.19.1(uses each advisory's fixed-version, vulnerable-range, affected-ranges, and fix-commit ancestry to decide):Vulnerabilities fixed (1)
This update clears 1 vulnerabilities affecting
2.17:introduced in commit 453bafe, fixed in commit b76633eComponents changed
CycloneDX component delta (declared materials — the package's own version, not a dependency-tree diff)
lcms22.172.19.1lcms2-upstream2.172.19.1Changes
2.172.19.1d11af569e42a1baa...bfc54f7bab59fbc9...gs://minimal-staging-archives/lcms2-2.17.tar.gzgs://minimal-staging-archives/lcms2-2.19.1.tar.gzMIT(source: GitHub + tarball)Quality suggestions
testsblock. This package has no standalone tests, so the buildbot will only verify compilation — not functional correctness. Consider adding a minimal smoke test (e.g., a--versionor small round-trip invocation) as part of this PR so future bumps catch regressions. Seepackages/python/build.nclfor a simple example.Created by pkgmgr