grype_me
Version updated for https://github.com/TomTonic/grype_me to version v1.3.17-release.
- This action is used across all versions by 0 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed
v1.3.17-release
Source Code Updates
Go toolchain updated 1.26.4 → 1.26.5. This release includes two upstream Go security fixes:
- CVE-2026-39822 —
os.Rootsymlink escape: on Unix, opening a path ending in/inside anos.Rootcould follow a symlink to a location outside the root if the final path component was itself a symlink (e.g.root.Open("symlink/")would opensymlinkeven though it points outside the root). - CVE-2026-42505 —
crypto/tlsEncrypted Client Hello (ECH) privacy leak.
grype_medoes not useos.Rootor ECH directly, but the fix ships automatically via the toolchain bump and is recommended for all users building or running this action.- CVE-2026-39822 —
Indirect dependency refresh (all transitive via
go-git, used for repository scanning):golang.org/x/crypto0.52.0 → 0.54.0,golang.org/x/net0.55.0 → 0.57.0,golang.org/x/sys0.46.0 → 0.47.0,golang.org/x/term0.43.0 → 0.45.0,golang.org/x/text0.37.0 → 0.40.0,cloudflare/circl1.6.3 → 1.6.4,cyphar/filepath-securejoin0.6.1 → 0.7.0,klauspost/cpuid/v22.3.0 → 2.4.0. These are routine patch-level refreshes; no additional CVEs beyond those already remediated in prior releases were identified as fixed specifically within these increments.
CI Updates
- Bumped GitHub Actions:
actions/checkoutv6.0.3 → v7.0.0,actions/setup-gov6.4.0 → v6.5.0,actions/setup-pythonv6.2.0 → v6.3.0,docker/build-push-actionv7.2.0 → v7.3.0,docker/login-actionv4.2.0 → v4.4.0,docker/setup-buildx-actionv4.1.0 → v4.2.0,golangci-lint-actionv9.2.1 → v9.3.0,github/codeql-actionv4.36.2 → v4.37.0,step-security/harden-runnerv2.19.4 → v2.20.0. - Refreshed base image digests for the
golang:1.26.x-bookwormbuild stage andalpine:3.24runtime stage in the Dockerfile. - Updated the
typing-extensionsPython dependency (used by the yamllint tooling) 4.15.0 → 4.16.0.
Changed Behavior
None.
New Features
None.
Full Changelog: https://github.com/TomTonic/grype_me/compare/v1.3.16-release...v1.3.17-release