Add some more audits for my own crates (#4837)
Mostly stuff that Firefox is using and asked me to publish audits for, but a couple are in our dep tree as well.
This commit is contained in:
@@ -1,6 +1,18 @@
|
|||||||
|
|
||||||
# cargo-vet audits file
|
# cargo-vet audits file
|
||||||
|
|
||||||
|
[[audits.arbitrary]]
|
||||||
|
who = "Nick Fitzgerald <fitzgen@gmail.com>"
|
||||||
|
criteria = "safe-to-deploy"
|
||||||
|
version = "1.1.0"
|
||||||
|
notes = "I am the author of this crate."
|
||||||
|
|
||||||
|
[[audits.arbitrary]]
|
||||||
|
who = "Nick Fitzgerald <fitzgen@gmail.com>"
|
||||||
|
criteria = "safe-to-deploy"
|
||||||
|
version = "1.1.4"
|
||||||
|
notes = "I am the author of this crate."
|
||||||
|
|
||||||
[[audits.arrayvec]]
|
[[audits.arrayvec]]
|
||||||
who = "Nick Fitzgerald <fitzgen@gmail.com>"
|
who = "Nick Fitzgerald <fitzgen@gmail.com>"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
@@ -56,6 +68,18 @@ criteria = "safe-to-deploy"
|
|||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
notes = "I am the author of this crate."
|
notes = "I am the author of this crate."
|
||||||
|
|
||||||
|
[[audits.derive_arbitrary]]
|
||||||
|
who = "Nick Fitzgerald <fitzgen@gmail.com>"
|
||||||
|
criteria = "safe-to-deploy"
|
||||||
|
version = "1.1.0"
|
||||||
|
notes = "I am the author of this crate."
|
||||||
|
|
||||||
|
[[audits.derive_arbitrary]]
|
||||||
|
who = "Nick Fitzgerald <fitzgen@gmail.com>"
|
||||||
|
criteria = "safe-to-deploy"
|
||||||
|
version = "1.1.4"
|
||||||
|
notes = "I am the author of this crate."
|
||||||
|
|
||||||
[[audits.file-per-thread-logger]]
|
[[audits.file-per-thread-logger]]
|
||||||
who = "Alex Crichton <alex@alexcrichton.com>"
|
who = "Alex Crichton <alex@alexcrichton.com>"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
@@ -72,12 +96,24 @@ criteria = "safe-to-deploy"
|
|||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
notes = "Contains `forbid_unsafe` and only uses `std::fmt` from the standard library. Otherwise only contains string manipulation."
|
notes = "Contains `forbid_unsafe` and only uses `std::fmt` from the standard library. Otherwise only contains string manipulation."
|
||||||
|
|
||||||
|
[[audits.id-arena]]
|
||||||
|
who = "Nick Fitzgerald <fitzgen@gmail.com>"
|
||||||
|
criteria = "safe-to-deploy"
|
||||||
|
version = "2.2.1"
|
||||||
|
notes = "I am the author of this crate."
|
||||||
|
|
||||||
[[audits.is-terminal]]
|
[[audits.is-terminal]]
|
||||||
who = "Alex Crichton <alex@alexcrichton.com>"
|
who = "Alex Crichton <alex@alexcrichton.com>"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
notes = "Contains only unsafe code for interacting with the crate's intended purpose."
|
notes = "Contains only unsafe code for interacting with the crate's intended purpose."
|
||||||
|
|
||||||
|
[[audits.leb128]]
|
||||||
|
who = "Nick Fitzgerald <fitzgen@gmail.com>"
|
||||||
|
criteria = "safe-to-deploy"
|
||||||
|
version = "0.2.5"
|
||||||
|
notes = "I am the author of this crate."
|
||||||
|
|
||||||
[[audits.libm]]
|
[[audits.libm]]
|
||||||
who = "Alex Crichton <alex@alexcrichton.com>"
|
who = "Alex Crichton <alex@alexcrichton.com>"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
@@ -98,6 +134,12 @@ Contains unsafe blocks but are encapsulated and required for the operation at
|
|||||||
hand.
|
hand.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
[[audits.peeking_take_while]]
|
||||||
|
who = "Nick Fitzgerald <fitzgen@gmail.com>"
|
||||||
|
criteria = "safe-to-deploy"
|
||||||
|
version = "1.0.0"
|
||||||
|
notes = "I am the author of this crate."
|
||||||
|
|
||||||
[[audits.regalloc2]]
|
[[audits.regalloc2]]
|
||||||
who = "Jamey Sharp <jsharp@fastly.com>"
|
who = "Jamey Sharp <jsharp@fastly.com>"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
|
|||||||
@@ -46,10 +46,6 @@ criteria = "safe-to-deploy"
|
|||||||
version = "1.0.57"
|
version = "1.0.57"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
|
|
||||||
[[exemptions.arbitrary]]
|
|
||||||
version = "1.1.0"
|
|
||||||
criteria = "safe-to-deploy"
|
|
||||||
|
|
||||||
[[exemptions.async-trait]]
|
[[exemptions.async-trait]]
|
||||||
version = "0.1.53"
|
version = "0.1.53"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
@@ -230,10 +226,6 @@ criteria = "safe-to-deploy"
|
|||||||
version = "2.2.0"
|
version = "2.2.0"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
|
|
||||||
[[exemptions.derive_arbitrary]]
|
|
||||||
version = "1.1.0"
|
|
||||||
criteria = "safe-to-deploy"
|
|
||||||
|
|
||||||
[[exemptions.digest]]
|
[[exemptions.digest]]
|
||||||
version = "0.9.0"
|
version = "0.9.0"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
@@ -390,10 +382,6 @@ criteria = "safe-to-deploy"
|
|||||||
version = "2.1.0"
|
version = "2.1.0"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
|
|
||||||
[[exemptions.id-arena]]
|
|
||||||
version = "2.2.1"
|
|
||||||
criteria = "safe-to-deploy"
|
|
||||||
|
|
||||||
[[exemptions.indexmap]]
|
[[exemptions.indexmap]]
|
||||||
version = "1.9.1"
|
version = "1.9.1"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
@@ -458,10 +446,6 @@ criteria = "safe-to-deploy"
|
|||||||
version = "1.4.0"
|
version = "1.4.0"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
|
|
||||||
[[exemptions.leb128]]
|
|
||||||
version = "0.2.5"
|
|
||||||
criteria = "safe-to-deploy"
|
|
||||||
|
|
||||||
[[exemptions.libc]]
|
[[exemptions.libc]]
|
||||||
version = "0.2.126"
|
version = "0.2.126"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
|
|||||||
Reference in New Issue
Block a user