Skip to content

Commit 255610e

Browse files
authored
tests: Fix expected vulnerabilities (#258)
Fix vulnerabilties expected in tests to match the latest results in Trivy's vulnerabilities DB.
1 parent 1d5f9a9 commit 255610e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/multiple-tests/pattern-vulnerability-high/results.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@
106106
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2025-61728: golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip) (update to 1.24.12)"
107107
severity="high"
108108
/>
109+
<error
110+
source="vulnerability_high"
111+
line="5"
112+
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2026-25679: net/url: Incorrect parsing of IPv6 host literals in net/url) (update to 1.25.8)"
113+
severity="high"
114+
/>
109115
</file>
110116

111117
<file name="javascript/package-lock.json">

docs/multiple-tests/pattern-vulnerability-medium/results.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,6 @@
200200
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2025-61730: During the TLS 1.3 handshake if multiple messages are sent in records ...) (update to 1.24.12)"
201201
severity="warning"
202202
/>
203-
<error
204-
source="vulnerability_medium"
205-
line="3"
206-
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2026-25679: net/url: Incorrect parsing of IPv6 host literals in net/url) (update to 1.25.8)"
207-
severity="warning"
208-
/>
209203
<error
210204
source="vulnerability_medium"
211205
line="3"

0 commit comments

Comments
 (0)