Skip to content

Commit

Permalink
Remove cargo-audit ignores
Browse files Browse the repository at this point in the history
The advisories have been withdrawn since they don't seem to be security
critical and the problem goes all the way down to the POSIX API.

See rustsec/advisory-db#1190
  • Loading branch information
rnestler committed May 17, 2022
1 parent 057290a commit 9e59615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: pacman --noconfirm -Sy cargo-audit
- run: cargo audit --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2020-0159
- run: cargo audit

0 comments on commit 9e59615

Please sign in to comment.