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
57 lines (44 loc) · 2.01 KB
/
osv-scanner.toml
File metadata and controls
57 lines (44 loc) · 2.01 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
# 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-2024-0379"
reason = "fast-float is transitive via hypersync-client→polars-arrow (optional dependency)"
[[IgnoredVulns]]
id = "RUSTSEC-2025-0003"
reason = "fast-float is transitive via hypersync-client→polars-arrow (optional dependency)"
[[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), no fix available, low risk for use case"
[[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-ucd-ident 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-common unmaintained, transitive via pyo3-stub-gen (dev tool only)"
# 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"