Skip to content

Commit

Permalink
Ignore vulnerability in hyper (#2188)
Browse files Browse the repository at this point in the history
## Issue Addressed

NA

## Proposed Changes

Ignores a [hyper vuln](https://rustsec.org/advisories/RUSTSEC-2021-0020) that will be fixed in #2172.

I am comfortable with ignoring this because we have a fix in the works and the impact of the vuln is low to negligible.   

## Additional Info

NA
  • Loading branch information
paulhauner committed Feb 8, 2021
1 parent e383ef3 commit 194609d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ arbitrary-fuzz:
audit:
cargo install --force cargo-audit
# TODO: we should address this --ignore.
cargo audit --ignore RUSTSEC-2016-0002 --ignore RUSTSEC-2020-0008 --ignore RUSTSEC-2017-0002
cargo audit --ignore RUSTSEC-2016-0002 --ignore RUSTSEC-2020-0008 --ignore RUSTSEC-2017-0002 --ignore RUSTSEC-2021-0020

# Runs `cargo udeps` to check for unused dependencies
udeps:
Expand Down

0 comments on commit 194609d

Please sign in to comment.