We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84375ff commit e327decCopy full SHA for e327dec
.cargo/audit.toml
@@ -2,8 +2,6 @@
2
3
[advisories]
4
ignore = [
5
- "RUSTSEC-2020-0036", # failure
6
- "RUSTSEC-2020-0071", # time
7
- "RUSTSEC-2020-0159", # chrono
8
- "RUSTSEC-2021-0073", # prost-type
+ "RUSTSEC-2023-0052", # webpki
+ "RUSTSEC-2024-0336", # rustls
9
] # advisory IDs to ignore e.g. ["RUSTSEC-2019-0001", ...]
.github/workflows/security_audit.yml
@@ -1,10 +1,13 @@
1
name: Security Audit
on:
pull_request:
- paths: Cargo.lock
+ paths:
+ - Cargo.lock
+ - .cargo/audit.toml
push:
branches: main
10
11
schedule:
12
- cron: "0 0 * * *"
13
0 commit comments