-
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
1 parent
ce35d7e
commit 4e32763
Showing
2 changed files
with
27 additions
and
9 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 |
---|---|---|
|
@@ -626,6 +626,16 @@ criteria = "safe-to-deploy" | |
delta = "0.6.3 -> 0.6.4" | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.rand_distr]] | ||
who = "Ben Dean-Kawamura <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "0.4.3" | ||
notes = """ | ||
Simple crate that extends `rand`. It has little unsafe code and uses Miri to test it. | ||
As far as I can tell, it does not have any file IO or network access. | ||
""" | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.rayon]] | ||
who = "Josh Stone <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -639,6 +649,23 @@ criteria = "safe-to-deploy" | |
delta = "1.5.3 -> 1.6.1" | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.sha2]] | ||
who = "Mike Hommey <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.10.2 -> 0.10.6" | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.sha2]] | ||
who = "Jeff Muizelaar <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.10.6 -> 0.10.8" | ||
notes = """ | ||
The bulk of this is https://github.com/RustCrypto/hashes/pull/490 which adds aarch64 support along with another PR adding longson. | ||
I didn't check the implementation thoroughly but there wasn't anything obviously nefarious. 0.10.8 has been out for more than a year | ||
which suggests no one else has found anything either. | ||
""" | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.subtle]] | ||
who = "Simon Friedberger <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|