Skip to content

Commit eb6e0cc

Browse files
committed
fix(hydra): scope PR to hydra image only
1 parent 90fcdc4 commit eb6e0cc

5 files changed

Lines changed: 16 additions & 89 deletions

File tree

oci/kratos/.trivyignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Upstream CVEs
2+
3+
# https://github.com/advisories/GHSA-crqm-pwhx-j97f - Decoder.Decode
4+
CVE-2024-34156
5+
6+
# https://github.com/advisories/GHSA-6f52-wpx2-hvf2 - Calling Verify with a VerifyOptions.KeyUsages that contains ExtKeyUsageAny unintentionally disabledpolicy validation.
7+
CVE-2025-22874
8+
9+
# https://github.com/advisories/GHSA-j3gx-2473-5fp8 - url.Parse insufficiently validated the host/authority component and accepted some invalid URLs.
10+
CVE-2026-25679
11+
12+
# https://github.com/advisories/GHSA-x744-4wpc-v9h2 - Moby has AuthZ plugin bypass when provided oversized request bodies
13+
CVE-2026-34040

oci/kratos/image.yaml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,12 @@
1-
version: 2
2-
1+
version: 1
32
upload:
43
- source: "canonical/kratos-rock"
5-
commit: 054491506cf40c662c8b9f87b7e0bfac37c4a3fc
4+
commit: 396bf3a71cb65f97cf853540117858d6859ef43b
65
directory: .
76
release:
87
1.1.0-22.04:
98
risks:
109
- stable
1110
- candidate
1211
- edge
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
12+
end-of-life: "2025-05-01T00:00:00Z"

oci/oathkeeper/contacts.yaml

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

oci/oathkeeper/documentation.yaml

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

oci/oathkeeper/image.yaml

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

0 commit comments

Comments
 (0)