Skip to content

Commit 68229b0

Browse files
committed
migrate the main rustdoc handlers to axum, drop iron
1 parent 66acb49 commit 68229b0

17 files changed

+636
-2159
lines changed

.cargo/audit.toml

-18
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,16 @@
11
[advisories]
22
ignore = [
3-
"RUSTSEC-2020-0016", # net2 crate has been deprecated; use socket2 instead
4-
# https://github.com/rust-lang/docs.rs/issues/760
5-
63
"RUSTSEC-2020-0036", # failure is officially deprecated/unmaintained
74
# https://github.com/rust-lang/docs.rs/issues/1014
85

9-
"RUSTSEC-2020-0056", # stdweb is unmaintained
10-
# https://github.com/rust-lang/docs.rs/issues/1122
11-
126
"RUSTSEC-2020-0071", # `time` localtime_r segfault
137
# https://github.com/rust-lang/docs.rs/issues/1523
148

159
"RUSTSEC-2020-0159", # `chrono` localtime_r segfault
1610
# https://github.com/rust-lang/docs.rs/issues/1525
1711

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-
2412
"RUSTSEC-2021-0127", # serde_cbor is unmaintained
2513
# 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
3214
]
3315
informational_warnings = ["unmaintained"] # warn for categories of informational advisories
3416
severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical")

0 commit comments

Comments
 (0)