forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1829741 - wildcard audit for rust_cascade r=jschanck,supply-chain…
…-reviewers,bholley Differential Revision: https://phabricator.services.mozilla.com/D176345
- Loading branch information
Showing
3 changed files
with
15 additions
and
4 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 |
---|---|---|
|
@@ -115,6 +115,14 @@ start = "2022-08-04" | |
end = "2024-03-09" | ||
notes = "This code contains two cryptographic back ends. No unsafe code is contained if the Rust `hpke` crate is used (the `rust-hpke` feature). Using NSS (the `nss` feature) involves extensive use of bindings to the native code provided by NSS. This interface uses wrappers that attempt to add safety to a fundamentally very dangerous library, but those wrappers have only been validated for use following the needs of this crate." | ||
|
||
[[wildcard-audits.rust_cascade]] | ||
who = "Dana Keeler <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
user-id = 57462 | ||
start = "2019-11-15" | ||
end = "2024-04-24" | ||
notes = "Written and maintained by the security engineering team at Mozilla." | ||
|
||
[[wildcard-audits.webdriver]] | ||
who = "Henrik Skupin <[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
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 |
---|---|---|
|
@@ -64,6 +64,13 @@ user-id = 128763 | |
user-login = "martinthomson" | ||
user-name = "Martin Thomson" | ||
|
||
[[publisher.rust_cascade]] | ||
version = "1.5.0" | ||
when = "2023-04-05" | ||
user-id = 57462 | ||
user-login = "mozkeeler" | ||
user-name = "Dana Keeler" | ||
|
||
[[audits.bytecode-alliance.audits.arbitrary]] | ||
who = "Nick Fitzgerald <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|