Skip to content

Commit fc56cf9

Browse files
committed
fix: migrate to v2 trigger file with ignored-vulnerabilities for hydra
- Update image.yaml to version 2 for hydra - Add active unresolvable vulnerabilities to upload[*].ignored-vulnerabilities with explanations and links - Remove deprecated .trivyignore files
1 parent b535187 commit fc56cf9

2 files changed

Lines changed: 16 additions & 14 deletions

File tree

oci/hydra/.trivyignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

oci/hydra/image.yaml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
version: 1
1+
version: 2
2+
23
upload:
34
- source: "canonical/hydra-rock"
45
commit: 3c27fb428fad0a339c39355b2f8cd5a477d32014
@@ -9,4 +10,17 @@ upload:
910
- stable
1011
- candidate
1112
- edge
12-
end-of-life: "2025-05-01T00:00:00Z"
13+
end-of-life: "2025-05-01T00:00:00Z"
14+
ignored-vulnerabilities:
15+
- CVE-2026-32286 # Denial of Service via malicious PostgreSQL server (jackc/pgproto3/v2). No upstream fix. https://github.com/advisories/GHSA-jqcq-xjh3-6g23
16+
- CVE-2026-33818 # encoding/asn1: DoS via excessive recursion in Unmarshal (Go stdlib). Fixed in Go 1.26.6+. https://avd.aquasec.com/nvd/cve-2026-33818
17+
- CVE-2026-33997 # moby/docker: Privilege validation bypass during plugin installation. Breaking API in v29+. https://avd.aquasec.com/nvd/cve-2026-33997
18+
- CVE-2026-34040 # moby/docker: Authorization bypass vulnerability. Breaking API in v29+. https://avd.aquasec.com/nvd/cve-2026-34040
19+
- CVE-2026-39821 # golang.org/x/net/idna: Privilege escalation via incorrect Punycode label processing (Go stdlib). Fixed in Go 1.26.6+. https://avd.aquasec.com/nvd/cve-2026-39821
20+
- CVE-2026-46600 # golang.org/x/net/dns/dnsmessage: DoS via invalid DNS record parsing (Go stdlib). Fixed in Go 1.26.6+. https://avd.aquasec.com/nvd/cve-2026-46600
21+
- CVE-2026-56853 # net/http: Unencrypted HTTP/2 connections vulnerable to DoS (Go stdlib). Fixed in Go 1.26.6+. https://avd.aquasec.com/nvd/cve-2026-56853
22+
- CVE-2026-56858 # html/template: Cross-Site Scripting via pathological input (Go stdlib). Fixed in Go 1.26.6+. https://avd.aquasec.com/nvd/cve-2026-56858
23+
- CVE-2026-56859 # encoding/xml: DoS via XML decoding recursion depth issue (Go stdlib). Fixed in Go 1.26.6+. https://avd.aquasec.com/nvd/cve-2026-56859
24+
- CVE-2026-56860 # net/url: DoS from quadratic complexity in path resolution (Go stdlib). Fixed in Go 1.26.6+. https://avd.aquasec.com/nvd/cve-2026-56860
25+
- CVE-2026-56862 # crypto/tls: DoS via indefinite KeyUpdate messages (Go stdlib). Fixed in Go 1.26.6+. https://avd.aquasec.com/nvd/cve-2026-56862
26+
- GO-2026-5932 # golang.org/x/crypto/openpgp: Package is unmaintained/deprecated. https://pkg.go.dev/vuln/GO-2026-5932

0 commit comments

Comments
 (0)