Skip to content

Commit

Permalink
Bug 1829741 - wildcard audit for rust_cascade r=jschanck,supply-chain…
Browse files Browse the repository at this point in the history
…-reviewers,bholley

Differential Revision: https://phabricator.services.mozilla.com/D176345
  • Loading branch information
mozkeeler committed Apr 25, 2023
1 parent 1f85efa commit afd9041
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
8 changes: 8 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 0 additions & 4 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -923,10 +923,6 @@ criteria = "safe-to-deploy"
version = "0.10.3"
criteria = "safe-to-deploy"

[[exemptions.rust_cascade]]
version = "1.4.0"
criteria = "safe-to-deploy"

[[exemptions.rust_decimal]]
version = "1.24.0"
criteria = "safe-to-deploy"
Expand Down
7 changes: 7 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit afd9041

Please sign in to comment.