-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Expand file tree
/
Copy pathosv-scanner.toml
More file actions
64 lines (49 loc) · 2.3 KB
/
osv-scanner.toml
File metadata and controls
64 lines (49 loc) · 2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# OSV-Scanner configuration
# https://google.github.io/osv-scanner/configuration/
# =============================================================================
# Ignored Vulnerabilities
# =============================================================================
# Ignored advisories that are already tracked/accepted in deny.toml or have
# no available fixes. These are acknowledged risks with documented reasons.
[[IgnoredVulns]]
id = "RUSTSEC-2024-0436"
reason = "paste crate is unmaintained but a transitive dependency via alloy"
[[IgnoredVulns]]
id = "RUSTSEC-2025-0134"
reason = "rustls-pemfile unmaintained, transitive via nautilus-network (not a security vulnerability)"
[[IgnoredVulns]]
id = "RUSTSEC-2024-0388"
reason = "derivative crate is unmaintained, transitive dependency with no available fix"
[[IgnoredVulns]]
id = "RUSTSEC-2023-0071"
reason = "rsa timing sidechannel (Marvin Attack), transitive via sqlx-mysql, no fix available"
[[IgnoredVulns]]
id = "RUSTSEC-2025-0143"
reason = "capnp unsound APIs, transitive via hypersync-client, awaiting upstream fix"
[[IgnoredVulns]]
id = "RUSTSEC-2025-0075"
reason = "unic-char-range unmaintained, transitive via pyo3-stub-gen (dev tool only)"
[[IgnoredVulns]]
id = "RUSTSEC-2025-0080"
reason = "unic-common unmaintained, transitive via pyo3-stub-gen (dev tool only)"
[[IgnoredVulns]]
id = "RUSTSEC-2025-0081"
reason = "unic-char-property unmaintained, transitive via pyo3-stub-gen (dev tool only)"
[[IgnoredVulns]]
id = "RUSTSEC-2025-0090"
reason = "unic-emoji-char unmaintained, transitive via pyo3-stub-gen (dev tool only)"
[[IgnoredVulns]]
id = "RUSTSEC-2025-0098"
reason = "unic-ucd-version unmaintained, transitive via pyo3-stub-gen (dev tool only)"
[[IgnoredVulns]]
id = "RUSTSEC-2025-0100"
reason = "unic-ucd-ident unmaintained, transitive via pyo3-stub-gen (dev tool only)"
[[IgnoredVulns]]
id = "RUSTSEC-2025-0141"
reason = "bincode unmaintained, transitive via hypersync-client (not a security vulnerability)"
[[IgnoredVulns]]
id = "GHSA-7gcm-g887-7qv7"
reason = "protobuf JSON recursion DoS, no fix available yet, low risk for internal use (we don't parse untrusted JSON with protobuf)"
[[IgnoredVulns]]
id = "GHSA-6w46-j5rx-g56g"
reason = "pytest tmpdir local tampering (fixed in 9.0.3); dev/test-only dependency intentionally pinned to 7.x, not a runtime risk"