Skip to content

Commit 6813001

Browse files
committed
Bug 1829741 - wildcard audit for rust_cascade r=jschanck,supply-chain-reviewers,bholley
Differential Revision: https://phabricator.services.mozilla.com/D176345 UltraBlame original commit: 4946636cacf73f0c749e54d3ad86763b389c05cd
1 parent 94e7584 commit 6813001

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

supply-chain/audits.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@ start = "2022-08-04"
115115
end = "2024-03-09"
116116
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."
117117

118+
[[wildcard-audits.rust_cascade]]
119+
who = "Dana Keeler <[email protected]>"
120+
criteria = "safe-to-deploy"
121+
user-id = 57462
122+
start = "2019-11-15"
123+
end = "2024-04-24"
124+
notes = "Written and maintained by the security engineering team at Mozilla."
125+
118126
[[wildcard-audits.webdriver]]
119127
who = "Henrik Skupin <[email protected]>"
120128
criteria = "safe-to-deploy"

supply-chain/config.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -923,10 +923,6 @@ criteria = "safe-to-deploy"
923923
version = "0.10.3"
924924
criteria = "safe-to-deploy"
925925

926-
[[exemptions.rust_cascade]]
927-
version = "1.4.0"
928-
criteria = "safe-to-deploy"
929-
930926
[[exemptions.rust_decimal]]
931927
version = "1.24.0"
932928
criteria = "safe-to-deploy"

supply-chain/imports.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ user-id = 128763
6464
user-login = "martinthomson"
6565
user-name = "Martin Thomson"
6666

67+
[[publisher.rust_cascade]]
68+
version = "1.5.0"
69+
when = "2023-04-05"
70+
user-id = 57462
71+
user-login = "mozkeeler"
72+
user-name = "Dana Keeler"
73+
6774
[[audits.bytecode-alliance.audits.arbitrary]]
6875
who = "Nick Fitzgerald <[email protected]>"
6976
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)