-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- reverts commit 97eff71 - addresses RUSTSEC-2020-0016 and RUSTSEC-2022-0041 Signed-off-by: Jason Heath <[email protected]>
- Loading branch information
1 parent
59380c0
commit d09e800
Showing
6 changed files
with
115 additions
and
379 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,13 +12,11 @@ | |
# | ||
# advisory IDs to ignore e.g. ["RUSTSEC-2019-0001", ...] | ||
ignore = [ | ||
"RUSTSEC-2020-0016", # Unmaintained: net2 | ||
"RUSTSEC-2021-0137", # Unmaintained: sodiumoxide | ||
"RUSTSEC-2021-0139", # Unmaintained: ansi_term | ||
"RUSTSEC-2021-0145", # Unsound, Unmaintained: atty | ||
"RUSTSEC-2022-0006", # Vulnerability (???): thread_local | ||
"RUSTSEC-2022-0013", # Vulnerability (7.5 High), regex | ||
"RUSTSEC-2022-0041", # Unsound: crossbeam-utils | ||
"RUSTSEC-2022-0071", # Unmaintained: rusoto | ||
] | ||
informational_warnings = [ | ||
|
@@ -51,29 +49,6 @@ show_tree = true # Show inverse dependency trees along with advisories (default: | |
enabled = true # Warn for yanked crates in Cargo.lock (default: true) | ||
update_index = true # Auto-update the crates.io index (default: true) | ||
|
||
#------------------------------------------------------------------------------- | ||
# "RUSTSEC-2020-0016", # Unmaintained: net2 | ||
# "RUSTSEC-2022-0041", # Unsound: crossbeam-utils | ||
#------------------------------------------------------------------------------- | ||
# | ||
# Our Windows 7 support currently requires [email protected] | ||
# | ||
# net2 0.2.37 | ||
# ├── miow 0.2.2 | ||
# │ └── mio 0.6.23 | ||
# │ └── ipc-channel 0.15.0 | ||
# │ ├── habitat-launcher-client 0.0.0 | ||
# │ │ └── habitat_sup 0.0.0 | ||
# │ └── habitat-launcher 0.0.0 | ||
# └── mio 0.6.23 | ||
# | ||
# crossbeam-utils 0.7.2 | ||
# └── crossbeam-channel 0.4.4 | ||
# └── ipc-channel 0.15.0 | ||
# ├── habitat-launcher-client 0.0.0 | ||
# │ └── habitat_sup 0.0.0 | ||
# └── habitat-launcher 0.0.0 | ||
# | ||
#------------------------------------------------------------------------------- | ||
# "RUSTSEC-2021-0137", # Unmaintained: sodiumoxide | ||
#------------------------------------------------------------------------------- | ||
|
Oops, something went wrong.