mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
ignore RUSTSEC-2021-0124
This is a vulnerability in tokio, which is required by Actix-web. For the moment, ignore it, and then decide whether to upgrade actix to suit, or switch to a different (simpler) web server package.
This commit is contained in:
parent
977ab11af2
commit
3aa14b3efc
1 changed files with 2 additions and 1 deletions
3
.github/workflows/security.yml
vendored
3
.github/workflows/security.yml
vendored
|
@ -15,6 +15,7 @@ jobs:
|
|||
name: "Audit Dependencies"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/audit-check@v1
|
||||
- uses: GothenburgBitFactory/audit-check@master
|
||||
with:
|
||||
ignore: RUSTSEC-2021-0124
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue