You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: osv-scanner.toml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,3 +4,11 @@
4
4
[[IgnoredVulns]]
5
5
id = "GO-2026-4341"
6
6
reason = "net/url.ParseQuery only reached via gorm DSN parsing with a local file path we control"
7
+
8
+
[[IgnoredVulns]]
9
+
id = "GO-2026-4337"
10
+
reason = "crypto/tls session resumption issue; only TLS target is a user-configured local LLM server; blocked on nixpkgs shipping Go >=1.25.7"
11
+
12
+
[[IgnoredVulns]]
13
+
id = "GO-2026-4340"
14
+
reason = "crypto/tls handshake-level info disclosure requiring network-local attacker; only TLS target is a user-configured local LLM server; blocked on nixpkgs shipping Go >=1.25.6"
0 commit comments