mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
use the (existing) .cargo/audit.toml to ignore some rust advisories
This commit is contained in:
parent
152db46ce3
commit
bad3b3d700
3 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
[advisories]
|
[advisories]
|
||||||
ignore = [
|
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-0159", # segfault in localtime_r - low risk to TC
|
||||||
"RUSTSEC-2020-0071", # same localtime_r bug as above
|
"RUSTSEC-2020-0071", # same localtime_r bug as above
|
||||||
]
|
]
|
1
.github/workflows/security.yml
vendored
1
.github/workflows/security.yml
vendored
|
@ -17,5 +17,4 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: GothenburgBitFactory/audit-check@master
|
- uses: GothenburgBitFactory/audit-check@master
|
||||||
with:
|
with:
|
||||||
ignore: RUSTSEC-2021-0124, RUSTSEC-2020-0071
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue