Merge pull request #4 from ewpratten/issues/3-vulnerability-in-tokio-0122-from-tun-tap
Ignore false-alert tokio vulnerability
This commit is contained in:
commit
45a482d973
5
.cargo/audit.toml
Normal file
5
.cargo/audit.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[advisories]
|
||||
ignore = [
|
||||
"RUSTSEC-2021-0124" # See issue #3
|
||||
]
|
||||
informational_warnings = ["unmaintained"]
|
1
.github/workflows/audit.yml
vendored
1
.github/workflows/audit.yml
vendored
@ -6,6 +6,7 @@ on:
|
||||
- '**/Cargo.toml'
|
||||
- '**/Cargo.lock'
|
||||
- '.github/workflows/audit.yml'
|
||||
- '**/audit.toml'
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
|
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -1,7 +1,14 @@
|
||||
on: [push, pull_request]
|
||||
|
||||
name: Build
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
paths:
|
||||
- '.github/workflows/build.yml'
|
||||
- '**/Cargo.toml'
|
||||
- '**/Cargo.lock'
|
||||
- '**/src/*'
|
||||
|
||||
jobs:
|
||||
build_and_test:
|
||||
name: Rust project
|
||||
|
Loading…
x
Reference in New Issue
Block a user