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:
committed by
Tomas Babej
parent
977ab11af2
commit
3aa14b3efc
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 }}
|
||||
|
||||
Reference in New Issue
Block a user