We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ccef60 commit 426777bCopy full SHA for 426777b
.cargo/audit.toml
@@ -1,5 +1,4 @@
1
[advisories]
2
ignore = [
3
- "RUSTSEC-2021-0127", # serde_cbor is unmaintained
4
- "RUSTSEC-2023-0071", # rsa: Marvin Attack: potential key recovery
5
-]
+ "RUSTSEC-2024-0436", #paste
+] # advisory IDs to ignore e.g. ["RUSTSEC-2019-0001", ...]
.github/workflows/security-audit.yml
@@ -21,11 +21,10 @@ jobs:
21
- uses: dtolnay/rust-toolchain@master
22
with:
23
toolchain: stable
24
- # TODO(tarcieri): investigate why cached binaries aren't working
25
- #- uses: actions/cache@v4
26
- # with:
27
- # path: ~/.cargo/bin
28
- # key: ${{ runner.os }}-cargo-audit-v0.20
+ - uses: actions/cache@v4
+ with:
+ path: ~/.cargo/bin
+ key: ${{ runner.os }}-cargo-audit-v0.21.2
29
- uses: rustsec/audit-check@v2
30
31
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments