-
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.
- Loading branch information
1 parent
cd2ef01
commit d2e6ccc
Showing
2 changed files
with
20 additions
and
8 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
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 |
---|---|---|
|
@@ -169,6 +169,16 @@ who = "Mike Hommey <[email protected]>" | |
criteria = "safe-to-deploy" | ||
delta = "0.2.6 -> 0.2.7" | ||
|
||
[[audits.mozilla.audits.half]] | ||
who = "John M. Schanck <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "1.8.2" | ||
notes = """ | ||
This crate contains unsafe code for bitwise casts to/from binary16 floating-point | ||
format. I've reviewed these and found no issues. There are no uses of ambient | ||
capabilities. | ||
""" | ||
|
||
[[audits.mozilla.audits.hashbrown]] | ||
who = "Mike Hommey <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -288,6 +298,16 @@ who = "Mike Hommey <[email protected]>" | |
criteria = "safe-to-deploy" | ||
delta = "1.0.143 -> 1.0.144" | ||
|
||
[[audits.mozilla.audits.serde_cbor]] | ||
who = "R. Martinho Fernandes <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "0.11.1" | ||
|
||
[[audits.mozilla.audits.serde_cbor]] | ||
who = "John M. Schanck <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.11.1 -> 0.11.2" | ||
|
||
[[audits.mozilla.audits.serde_derive]] | ||
who = "Mike Hommey <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|