Closed
Add regression guard for vulnerable gh-aw-firewall squid 0.27.44 container pin#52939
Conversation
Contributor
PR Triage
|
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix container findings for ghcr.io/github/gh-aw-firewall/squid:0.27.44
Add regression guard for vulnerable gh-aw-firewall squid 0.27.44 container pin
Aug 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.
Daily container scanning flagged
ghcr.io/github/gh-aw-firewall/squid:0.27.44(sha256:83e48bbe…) for 14 High / 8 Medium CVEs in Alpinebind-libs/bind-tools.Findings
The pin was already removed from every pin source, and
DefaultFirewallVersionisv0.28.1:pkg/actionpins/data/action_pins.json,pkg/workflow/data/action_pins.json,.github/aw/actions-lock.jsonall carry onlysquid:0.28.1.changeset/patch-remove-vulnerable-awf-0-27-44-squid-pin.mdis presentThe gap: sibling guards exist for
api-proxy:0.27.44andcli-proxy:0.27.44, but not forsquid.Changes
pkg/actionpins/actionpins_internal_test.go: addTestEmbeddedContainerPins_DoNotIncludeVulnerableAWFSquid02744, mirroring the existing api-proxy/cli-proxy assertions, so the digest cannot be re-embedded unnoticed.Out of scope
gh-aw-firewall/agent:0.27.44is still pinned in the lock data. It was not part of this scan finding, so it is left untouched here; prior remediations handled each flagged image individually.