Skip to content

Commit f51498e

Browse files
committed
chore: vet dependencies
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent 62b6fa7 commit f51498e

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

supply-chain/audits.toml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1829,6 +1829,16 @@ criteria = "safe-to-deploy"
18291829
version = "0.2.5"
18301830
notes = "I am the author of this crate."
18311831

1832+
[[audits.leb128-tokio]]
1833+
who = "Roman Volosatovs <[email protected]>"
1834+
criteria = "safe-to-deploy"
1835+
version = "0.1.1"
1836+
1837+
[[audits.leb128-tokio]]
1838+
who = "Roman Volosatovs <[email protected]>"
1839+
criteria = "safe-to-deploy"
1840+
version = "0.1.1"
1841+
18321842
[[audits.libc]]
18331843
who = "Dan Gohman <[email protected]>"
18341844
criteria = "safe-to-deploy"
@@ -2173,6 +2183,11 @@ a few `unsafe` blocks related to utf-8 validation which are locally verifiable
21732183
as correct and otherwise this crate is good to go.
21742184
"""
21752185

2186+
[[audits.pin-project-lite]]
2187+
who = "Roman Volosatovs <[email protected]>"
2188+
criteria = "safe-to-deploy"
2189+
delta = "0.2.13 -> 0.2.14"
2190+
21762191
[[audits.pin-utils]]
21772192
who = "Pat Hickey <[email protected]>"
21782193
criteria = "safe-to-deploy"
@@ -2557,6 +2572,11 @@ criteria = "safe-to-deploy"
25572572
version = "0.7.4"
25582573
notes = "Alex Crichton audited the safety of src/sync/reusable_box.rs, I audited the remainder of the crate."
25592574

2575+
[[audits.tokio-util]]
2576+
who = "Roman Volosatovs <[email protected]>"
2577+
criteria = "safe-to-deploy"
2578+
delta = "0.7.4 -> 0.7.11"
2579+
25602580
[[audits.tracing]]
25612581
who = "Alex Crichton <[email protected]>"
25622582
criteria = "safe-to-deploy"
@@ -2666,6 +2686,11 @@ is similar to what it once was back then. Skimming over the crate there is
26662686
nothing suspicious and it's everything you'd expect a Rust URL parser to be.
26672687
"""
26682688

2689+
[[audits.utf8-tokio]]
2690+
who = "Roman Volosatovs <[email protected]>"
2691+
criteria = "safe-to-deploy"
2692+
version = "0.1.1"
2693+
26692694
[[audits.vcpkg]]
26702695
who = "Pat Hickey <[email protected]>"
26712696
criteria = "safe-to-deploy"
@@ -2970,6 +2995,11 @@ criteria = "safe-to-run"
29702995
version = "0.12.5"
29712996
notes = "The Bytecode Alliance is the author of this crate."
29722997

2998+
[[audits.wasm-tokio]]
2999+
who = "Roman Volosatovs <[email protected]>"
3000+
criteria = "safe-to-deploy"
3001+
version = "0.4.1"
3002+
29733003
[[audits.wasmi]]
29743004
who = "Robin Freyler <[email protected]>"
29753005
criteria = "safe-to-run"
@@ -3411,6 +3441,11 @@ criteria = "safe-to-deploy"
34113441
version = "0.6.4"
34123442
notes = "The Bytecode Alliance is the author of this crate."
34133443

3444+
[[audits.wrpc-transport]]
3445+
who = "Roman Volosatovs <[email protected]>"
3446+
criteria = "safe-to-deploy"
3447+
version = "0.25.0"
3448+
34143449
[[audits.xattr]]
34153450
who = "Andrew Brown <[email protected]>"
34163451
criteria = "safe-to-deploy"

supply-chain/imports.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2883,6 +2883,13 @@ version = "0.2.9"
28832883
notes = "Reviewed on https://fxrev.dev/824504"
28842884
aggregated-from = "https://fuchsia.googlesource.com/fuchsia/+/refs/heads/main/third_party/rust_crates/supply-chain/audits.toml?format=TEXT"
28852885

2886+
[[audits.google.audits.pin-project-lite]]
2887+
who = "David Koloski <[email protected]>"
2888+
criteria = "safe-to-deploy"
2889+
delta = "0.2.9 -> 0.2.13"
2890+
notes = "Audited at https://fxrev.dev/946396"
2891+
aggregated-from = "https://fuchsia.googlesource.com/fuchsia/+/refs/heads/main/third_party/rust_crates/supply-chain/audits.toml?format=TEXT"
2892+
28862893
[[audits.google.audits.threadpool]]
28872894
who = "Dennis Kempin <[email protected]>"
28882895
criteria = "safe-to-run"

0 commit comments

Comments
 (0)