Skip to content

Commit

Permalink
cargo-vet: audit libbz2-rs-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
inahga committed Dec 17, 2024
1 parent 3ad1230 commit 7f6c306
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,20 @@ who = "Brandon Pitman <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.1.3 -> 0.1.4"

[[audits.libbz2-rs-sys]]
who = "Ameer Ghani <[email protected]>"
criteria = "safe-to-deploy"
version = "0.1.1"
notes = """
libbz2-rs-sys mainly uses unsafe around the C FFI boundary, for libc interop,
and for custom allocation support. Most end-user-facing decompression logic
is in safe Rust. I have fuzzed and reviewed its code, and to the best of my
ability I believe it's free of any serious security vulnerabilities.
libbz2-rs-sys only depends on the libc crate, which is widely used and
maintained Rust developers.
"""

[[audits.libc]]
who = "Brandon Pitman <[email protected]>"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit 7f6c306

Please sign in to comment.