-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 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 |
---|---|---|
|
@@ -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" | ||
|