Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
message="Insecure dependency golang/golang.org/x/net@v0.16.0 (CVE-2023-45288: golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS) (update to 0.23.0)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="7"
message="Insecure dependency golang/golang.org/x/net@v0.16.0 (CVE-2025-22870: Matching of hosts against proxy patterns can improperly treat an IPv6 ...) (update to 0.36.0)"
severity="warning"
/>
<!-- stdlib -->
<error
source="vulnerability_medium"
Expand Down
4 changes: 2 additions & 2 deletions docs/multiple-tests/pattern-vulnerability/results.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<error
source="vulnerability"
line="14"
message="Insecure dependency npm/axios@0.21.0 (CVE-2025-27152: axios is a promise based HTTP client for the browser and node.js. The ...) (update to 1.8.2)"
message="Insecure dependency npm/axios@0.21.0 (CVE-2025-27152: axios: Possible SSRF and Credential Leakage via Absolute URL in axios Requests) (update to 1.8.2)"
severity="error"
/>
</file>
Expand All @@ -92,7 +92,7 @@
<error
source="vulnerability"
line="5"
message="Insecure dependency npm/axios@0.21.0 (CVE-2025-27152: axios is a promise based HTTP client for the browser and node.js. The ...) (update to 1.8.2)"
message="Insecure dependency npm/axios@0.21.0 (CVE-2025-27152: axios: Possible SSRF and Credential Leakage via Absolute URL in axios Requests) (update to 1.8.2)"
severity="error"
/>
</file>
Expand Down