-
Notifications
You must be signed in to change notification settings - Fork 611
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into tab/deprecate-console-sink
- Loading branch information
Showing
245 changed files
with
7,585 additions
and
4,623 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# advisory-db has unsolved false positive problem. | ||
# See https://github.com/rustsec/advisory-db/issues/288#issuecomment-1229186835 | ||
# So we ignore known false positives here. | ||
[advisories] | ||
ignore = [ | ||
# We depends on `chrono`, but not `time`, and `chrono` is not affected by `RUSTSEC-2020-0071` | ||
# (see https://github.com/time-rs/time/issues/293#issuecomment-946382614). | ||
# | ||
# `chrono` also suffers from a similar vulnerability ([`RUSTSEC-2020-0159`](https://rustsec.org/advisories/RUSTSEC-2020-0159), | ||
# but it's already patched in `0.4.20` by rewriting vulnerable C function in Rust). | ||
"RUSTSEC-2020-0071", | ||
] |
Oops, something went wrong.