Skip to content

Commit bbf6ca9

Browse files
authored
Merge pull request #9 from techquestsdev/andre.nogueira/fix-ci-trivy-go-jose
fix(ci): ignore CVE-2026-34986 in transitive go-jose dep
2 parents 35f4ed8 + 6557e64 commit bbf6ca9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.trivyignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Transitive dependency of caddy:2-alpine (the runtime image we use).
2+
# Upstream Caddy has migrated its direct dependency to go-jose v4, but
3+
# something still pulls v3.0.4 into the final binary. Tracking until
4+
# Caddy releases an image with go-jose/v3 >= v3.0.5.
5+
#
6+
# Not exploitable in our deployment: hashpad serves static files only;
7+
# the JOSE code path is not reached at runtime.
8+
CVE-2026-34986

0 commit comments

Comments
 (0)