|
1 | 1 | [advisories] |
2 | 2 | ignore = [ |
3 | | - "RUSTSEC-2020-0016", # net2 crate has been deprecated; use socket2 instead |
4 | | - # https://github.com/rust-lang/docs.rs/issues/760 |
5 | | - |
6 | 3 | "RUSTSEC-2020-0036", # failure is officially deprecated/unmaintained |
7 | 4 | # https://github.com/rust-lang/docs.rs/issues/1014 |
8 | 5 |
|
9 | | - "RUSTSEC-2020-0056", # stdweb is unmaintained |
10 | | - # https://github.com/rust-lang/docs.rs/issues/1122 |
11 | | - |
12 | 6 | "RUSTSEC-2020-0071", # `time` localtime_r segfault |
13 | 7 | # https://github.com/rust-lang/docs.rs/issues/1523 |
14 | 8 |
|
15 | 9 | "RUSTSEC-2020-0159", # `chrono` localtime_r segfault |
16 | 10 | # https://github.com/rust-lang/docs.rs/issues/1525 |
17 | 11 |
|
18 | | - "RUSTSEC-2021-0078", # Lenient hyper header parsing of Content-Length could allow request smuggling |
19 | | - # https://github.com/rust-lang/docs.rs/issues/1460 |
20 | | - |
21 | | - "RUSTSEC-2021-0079", # Integer overflow in hyper's parsing of the Transfer-Encoding header leads to data loss |
22 | | - # https://github.com/rust-lang/docs.rs/issues/1459 |
23 | | - |
24 | 12 | "RUSTSEC-2021-0127", # serde_cbor is unmaintained |
25 | 13 | # https://github.com/rust-lang/docs.rs/issues/1568 |
26 | | - |
27 | | - "RUSTSEC-2021-0144", # traitobject is Unmaintained |
28 | | - # https://github.com/rust-lang/docs.rs/issues/1826 |
29 | | - |
30 | | - "RUSTSEC-2019-0039", # typemap is Unmaintained |
31 | | - # https://github.com/rust-lang/docs.rs/issues/1827 |
32 | 14 | ] |
33 | 15 | informational_warnings = ["unmaintained"] # warn for categories of informational advisories |
34 | 16 | severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical") |
|
0 commit comments