Skip to content

Commit 7d90121

Browse files
authored
fix: Add new expected vulnerabilities to tests (#255)
1 parent 20b93de commit 7d90121

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,18 @@
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+
/>
209+
<error
210+
source="vulnerability_medium"
211+
line="3"
212+
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2026-27142: html/template: URLs in meta content attribute actions are not escaped in html/template) (update to 1.25.8)"
213+
severity="warning"
214+
/>
203215
</file>
204216

205217
<file name="gradle/gradle.lockfile">

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<checkstyle version="1.5">
3+
<file name="golang/go.mod">
4+
<error
5+
source="vulnerability_minor"
6+
line="5"
7+
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2026-27139: os: FileInfo can escape from a Root in golang os module) (update to 1.25.8)"
8+
severity="info"
9+
/>
10+
</file>
11+
312
<file name="gradle/gradle.lockfile">
413
<error
514
source="vulnerability_minor"

0 commit comments

Comments
 (0)