Skip to content

Commit

Permalink
use the (existing) .cargo/audit.toml to ignore some rust advisories
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Aug 7, 2022
1 parent 152db46 commit bad3b3d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions taskchampion/.cargo/audit.toml → .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[advisories]
ignore = [
"RUSTSEC-2021-0124", # see https://github.com/GothenburgBitFactory/taskwarrior/issues/2830
"RUSTSEC-2020-0159", # segfault in localtime_r - low risk to TC
"RUSTSEC-2020-0071", # same localtime_r bug as above
]
File renamed without changes.
1 change: 0 additions & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ jobs:
- uses: actions/checkout@v2
- uses: GothenburgBitFactory/audit-check@master
with:
ignore: RUSTSEC-2021-0124, RUSTSEC-2020-0071
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bad3b3d

Please sign in to comment.