Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ criteria = "safe-to-deploy"
version = "0.3.66"
notes = "I am the author of this crate."

[[audits.base64]]
who = "Pat Hickey <[email protected]>"
criteria = "safe-to-run"
version = "0.21.0"
notes = "This crate has no dependencies, no build.rs, and contains no unsafe code."

[[audits.block-buffer]]
who = "Benjamin Bouvier <[email protected]>"
criteria = "safe-to-deploy"
Expand Down