-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
2 changed files
with
42 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,18 @@ | ||
|
||
# cargo-vet audits file | ||
|
||
[[audits.arbitrary]] | ||
who = "Nick Fitzgerald <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "1.1.0" | ||
notes = "I am the author of this crate." | ||
|
||
[[audits.arbitrary]] | ||
who = "Nick Fitzgerald <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "1.1.4" | ||
notes = "I am the author of this crate." | ||
|
||
[[audits.arrayvec]] | ||
who = "Nick Fitzgerald <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -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 <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "1.1.0" | ||
notes = "I am the author of this crate." | ||
|
||
[[audits.derive_arbitrary]] | ||
who = "Nick Fitzgerald <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "1.1.4" | ||
notes = "I am the author of this crate." | ||
|
||
[[audits.file-per-thread-logger]] | ||
who = "Alex Crichton <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -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 <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "2.2.1" | ||
notes = "I am the author of this crate." | ||
|
||
[[audits.is-terminal]] | ||
who = "Alex Crichton <[email protected]>" | ||
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 <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "0.2.5" | ||
notes = "I am the author of this crate." | ||
|
||
[[audits.libm]] | ||
who = "Alex Crichton <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -98,6 +134,12 @@ Contains unsafe blocks but are encapsulated and required for the operation at | |
hand. | ||
""" | ||
|
||
[[audits.peeking_take_while]] | ||
who = "Nick Fitzgerald <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "1.0.0" | ||
notes = "I am the author of this crate." | ||
|
||
[[audits.regalloc2]] | ||
who = "Jamey Sharp <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters