Update libfuzzer to 0.4.5 (#5068)
* Update `libfuzzer-sys` to 0.4.5 * Set fuzzing crates as `safe-to-run` in `cargo-vet` Rather than `safe-to-deploy`.
This commit is contained in:
@@ -182,6 +182,18 @@ criteria = "safe-to-deploy"
|
||||
version = "0.2.5"
|
||||
notes = "I am the author of this crate."
|
||||
|
||||
[[audits.libfuzzer-sys]]
|
||||
who = "Nick Fitzgerald <fitzgen@gmail.com>"
|
||||
criteria = "safe-to-run"
|
||||
delta = "0.4.3 -> 0.4.4"
|
||||
notes = "I am the author of this crate."
|
||||
|
||||
[[audits.libfuzzer-sys]]
|
||||
who = "Nick Fitzgerald <fitzgen@gmail.com>"
|
||||
criteria = "safe-to-run"
|
||||
delta = "0.4.4 -> 0.4.5"
|
||||
notes = "I am the author of this crate."
|
||||
|
||||
[[audits.libm]]
|
||||
who = "Alex Crichton <alex@alexcrichton.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
Reference in New Issue
Block a user