Skip to content

Commit

Permalink
Revert "Ignore RUSTSEC-2023-0001 (MystenLabs#7256)" (MystenLabs#7260)
Browse files Browse the repository at this point in the history
This reverts commit 9f7bf40.
  • Loading branch information
bmwill authored Jan 9, 2023
1 parent f4549c6 commit 87456dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ ignore = [
# potential segfault in the time crate, brought by chrono et al.
"RUSTSEC-2020-0071",
# potential segfault in localtime_r, brought by chrono et al.
"RUSTSEC-2020-0159",
# On Windows, configuring a named pipe server with [pipe_mode] will force [ServerOptions]::[reject_remote_clients] as `false`.
"RUSTSEC-2023-0001"
"RUSTSEC-2020-0159"
]
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
# lower than the range specified will be ignored. Note that ignored advisories
Expand Down
2 changes: 0 additions & 2 deletions narwhal/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ notice = "warn"
# output a note when they are encountered.
ignore = [
#"RUSTSEC-0000-0000",
# On Windows, configuring a named pipe server with [pipe_mode] will force [ServerOptions]::[reject_remote_clients] as `false`.
"RUSTSEC-2023-0001"
]
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
# lower than the range specified will be ignored. Note that ignored advisories
Expand Down

0 comments on commit 87456dd

Please sign in to comment.