forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1788134 - Add audits for Josh's crates. r=supply-chain-reviewers,tjr
Josh Stone is a Principal Engineer at Red Hat, Rust Foundation board member, and long-time Mozilla collaborator. Niko Matsakis is a Senior Principal Engineer at Amazon and former Mozilla employee. Both individuals have sufficient integrity and technical expertise that we are comfortable extending Mozilla's seal of approval to code they authored or reviewed. I spoke with Josh on Discord today to confirm the relevant details. Differential Revision: https://phabricator.services.mozilla.com/D156021
- Loading branch information
Showing
2 changed files
with
78 additions
and
28 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 |
---|---|---|
|
@@ -90,6 +90,12 @@ criteria = "safe-to-deploy" | |
version = "0.1.8" | ||
notes = "I maintain this crate and have reviewed every line." | ||
|
||
[[audits.autocfg]] | ||
who = "Josh Stone <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "1.1.0" | ||
notes = "All code written or reviewed by Josh Stone." | ||
|
||
[[audits.bindgen]] | ||
who = "Emilio Cobos Álvarez <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -564,6 +570,66 @@ criteria = "safe-to-deploy" | |
version = "1.0.4" | ||
notes = "This is a trivial crate." | ||
|
||
[[audits.num]] | ||
who = "Josh Stone <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "0.4.0" | ||
notes = "All code written or reviewed by Josh Stone." | ||
|
||
[[audits.num-bigint]] | ||
who = "Josh Stone <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "0.2.6" | ||
notes = "All code written or reviewed by Josh Stone." | ||
|
||
[[audits.num-bigint]] | ||
who = "Josh Stone <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "0.4.3" | ||
notes = "All code written or reviewed by Josh Stone." | ||
|
||
[[audits.num-complex]] | ||
who = "Josh Stone <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "0.4.2" | ||
notes = "All code written or reviewed by Josh Stone." | ||
|
||
[[audits.num-derive]] | ||
who = "Josh Stone <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "0.3.3" | ||
notes = "All code written or reviewed by Josh Stone." | ||
|
||
[[audits.num-integer]] | ||
who = "Josh Stone <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "0.1.45" | ||
notes = "All code written or reviewed by Josh Stone." | ||
|
||
[[audits.num-iter]] | ||
who = "Josh Stone <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "0.1.43" | ||
notes = "All code written or reviewed by Josh Stone." | ||
|
||
[[audits.num-macros]] | ||
who = "Josh Stone <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "0.1.40" | ||
notes = "All code written or reviewed by Josh Stone." | ||
|
||
[[audits.num-rational]] | ||
who = "Josh Stone <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "0.4.1" | ||
notes = "All code written or reviewed by Josh Stone." | ||
|
||
[[audits.num-traits]] | ||
who = "Josh Stone <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "0.2.15" | ||
notes = "All code written or reviewed by Josh Stone." | ||
|
||
[[audits.once_cell]] | ||
who = "Mike Hommey <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -627,6 +693,18 @@ who = "Mike Hommey <[email protected]>" | |
criteria = "safe-to-deploy" | ||
delta = "1.0.18 -> 1.0.21" | ||
|
||
[[audits.rayon]] | ||
who = "Josh Stone <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "1.5.3" | ||
notes = "All code written or reviewed by Josh Stone or Niko Matsakis." | ||
|
||
[[audits.rayon-core]] | ||
who = "Josh Stone <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "1.9.3" | ||
notes = "All code written or reviewed by Josh Stone or Niko Matsakis." | ||
|
||
[[audits.redox_syscall]] | ||
who = "Mike Hommey <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
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