Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Get the audit CI job passing #2151

Merged
merged 3 commits into from
Dec 13, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[advisories]
# See https://github.com/cloudflare/wrangler/issues/2117
ignore = [
"RUSTSEC-2020-0159", # Potential segfault in `localtime_r` invocations
"RUSTSEC-2020-0071", # Potential segfault in the time crate
]
1 change: 1 addition & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
- ".cargo/audit.toml"
- "**/package-lock.json"
- "**/npm-shrinkwrap.json"
schedule:
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.