Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
cargo audit: ignore RUSTSEC-2020-0159
Browse files Browse the repository at this point in the history
we do not believe this vulnerablity is reachable in our project
  • Loading branch information
Pat Hickey committed Oct 22, 2021
1 parent 886c7ed commit d143f71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Install Rust (rustup)
run: rustup update
- run: cargo install cargo-audit
- run: cargo audit
- run: cargo audit --ignore RUSTSEC-2020-0159

docs:
name: Build docs
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ bench:

.PHONY: audit
audit:
cargo audit
cargo audit --ignore RUSTSEC-2020-0159

.PHONY: clean
clean:
Expand Down

0 comments on commit d143f71

Please sign in to comment.