Skip to content

Commit

Permalink
Add some more audits for my own crates (bytecodealliance#4837)
Browse files Browse the repository at this point in the history
Mostly stuff that Firefox is using and asked me to publish audits for, but a
couple are in our dep tree as well.
  • Loading branch information
fitzgen authored Aug 31, 2022
1 parent 2beaf73 commit c54d838
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 16 deletions.
42 changes: 42 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@

# 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]]
who = "Nick Fitzgerald <fitzgen@gmail.com>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -56,6 +68,18 @@ criteria = "safe-to-deploy"
version = "1.0.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.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]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
Expand All @@ -72,12 +96,24 @@ criteria = "safe-to-deploy"
version = "0.4.0"
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]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
version = "0.3.0"
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]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
Expand All @@ -98,6 +134,12 @@ Contains unsafe blocks but are encapsulated and required for the operation at
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]]
who = "Jamey Sharp <jsharp@fastly.com>"
criteria = "safe-to-deploy"
Expand Down
16 changes: 0 additions & 16 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ criteria = "safe-to-deploy"
version = "1.0.57"
criteria = "safe-to-deploy"

[[exemptions.arbitrary]]
version = "1.1.0"
criteria = "safe-to-deploy"

[[exemptions.async-trait]]
version = "0.1.53"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -230,10 +226,6 @@ criteria = "safe-to-deploy"
version = "2.2.0"
criteria = "safe-to-deploy"

[[exemptions.derive_arbitrary]]
version = "1.1.0"
criteria = "safe-to-deploy"

[[exemptions.digest]]
version = "0.9.0"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -390,10 +382,6 @@ criteria = "safe-to-deploy"
version = "2.1.0"
criteria = "safe-to-deploy"

[[exemptions.id-arena]]
version = "2.2.1"
criteria = "safe-to-deploy"

[[exemptions.indexmap]]
version = "1.9.1"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -458,10 +446,6 @@ criteria = "safe-to-deploy"
version = "1.4.0"
criteria = "safe-to-deploy"

[[exemptions.leb128]]
version = "0.2.5"
criteria = "safe-to-deploy"

[[exemptions.libc]]
version = "0.2.126"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit c54d838

Please sign in to comment.