forked from nautechsystems/nautilus_trader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathosv-scanner.toml
More file actions
86 lines (66 loc) · 3.14 KB
/
Copy pathosv-scanner.toml
File metadata and controls
86 lines (66 loc) · 3.14 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# 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-0137"
reason = "ruint reciprocal_mg10 unsoundness, transitive via alloy, we don't use the affected function"
[[IgnoredVulns]]
id = "GHSA-9fjq-45qv-pcm7"
reason = "ruint unsoundness in reciprocal functions, transitive via alloy, we don't use the affected functions"
# Python dependencies
[[IgnoredVulns]]
id = "GHSA-wj6h-64fc-37mp"
reason = "ecdsa Minerva timing attack on P-256, maintainers consider sidechannel attacks out of scope, only affects optional dYdX adapter"
# Rust dependencies
[[IgnoredVulns]]
id = "RUSTSEC-2026-0001"
reason = "rkyv vulnerability in transitive dependency via rust_decimal 1.39.0. rust_decimal is at latest version and hasn't updated to rkyv 0.8.x yet. Will be fixed when rust_decimal updates."
[[IgnoredVulns]]
id = "RUSTSEC-2025-0141"
reason = "bincode unmaintained, transitive via hypersync-client (not a security vulnerability)"
[[IgnoredVulns]]
id = "RUSTSEC-2026-0002"
reason = "lru unsound IterMut, transitive via alloy-provider, awaiting alloy update to 0.16.3"
[[IgnoredVulns]]
id = "GHSA-rhfx-m35p-ff5j"
reason = "lru unsound IterMut (alias of RUSTSEC-2026-0002), transitive via alloy-provider"
[[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)"