Skip to content

Commit

Permalink
Add vets
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jul 26, 2024
1 parent c7cc706 commit 9e79bf9
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
10 changes: 10 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2424,6 +2424,11 @@ criteria = "safe-to-deploy"
version = "1.0.17"
notes = "plenty of unsafe pointer and vec tricks, but in well-structured and commented code that appears to be correct"

[[audits.sha1_smol]]
who = "Alex Crichton <[email protected]>"
criteria = "safe-to-deploy"
version = "1.0.1"

[[audits.sha2]]
who = "Benjamin Bouvier <[email protected]>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -2476,6 +2481,11 @@ criteria = "safe-to-deploy"
delta = "0.4.7 -> 0.4.9"
notes = "Minor OS compat updates but otherwise nothing major here."

[[audits.socket2]]
who = "Alex Crichton <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.4.9 -> 0.4.4"

[[audits.spin]]
who = "Alex Crichton <[email protected]>"
criteria = "safe-to-run"
Expand Down
8 changes: 8 additions & 0 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@ criteria = "safe-to-deploy"
version = "0.2.7"
criteria = "safe-to-run"

[[exemptions.combine]]
version = "4.6.7"
criteria = "safe-to-deploy"

[[exemptions.console]]
version = "0.15.0"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -486,6 +490,10 @@ criteria = "safe-to-deploy"
version = "0.3.0"
criteria = "safe-to-deploy"

[[exemptions.redis]]
version = "0.25.4"
criteria = "safe-to-deploy"

[[exemptions.redox_syscall]]
version = "0.2.13"
criteria = "safe-to-deploy"
Expand Down
13 changes: 13 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4008,6 +4008,13 @@ version = "0.2.9"
notes = "Reviewed on https://fxrev.dev/824504"
aggregated-from = "https://fuchsia.googlesource.com/fuchsia/+/refs/heads/main/third_party/rust_crates/supply-chain/audits.toml?format=TEXT"

[[audits.google.audits.socket2]]
who = "David Koloski <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.4.4 -> 0.5.5"
notes = "Reviewed at https://fxrev.dev/946307"
aggregated-from = "https://fuchsia.googlesource.com/fuchsia/+/refs/heads/main/third_party/rust_crates/supply-chain/audits.toml?format=TEXT"

[[audits.google.audits.threadpool]]
who = "Dennis Kempin <[email protected]>"
criteria = "safe-to-run"
Expand Down Expand Up @@ -4545,6 +4552,12 @@ criteria = "safe-to-deploy"
delta = "0.4.6 -> 0.4.7"
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"

[[audits.mozilla.audits.socket2]]
who = "Kershaw Chang <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.5.5 -> 0.5.7"
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"
Expand Down

0 comments on commit 9e79bf9

Please sign in to comment.