@@ -3123,7 +3123,7 @@ aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_p
31233123who = "Lukasz Anforowicz <lukasza@chromium.org>"
31243124criteria = "safe-to-deploy"
31253125delta = "1.14.0 -> 1.15.0"
3126- notes = " The delta in `lib.rs` only tweaks doc comments and `#[cfg(feature = \ "std\ ")]`."
3126+ notes = ' The delta in `lib.rs` only tweaks doc comments and `#[cfg(feature = "std")]`.'
31273127aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"
31283128
31293129[[audits.google.audits.equivalent]]
@@ -3235,7 +3235,7 @@ who = "Lukasz Anforowicz <lukasza@chromium.org>"
32353235criteria = "safe-to-deploy"
32363236version = "0.5.2"
32373237notes = """
3238- Grepped for \ "unsafe\ ", \ "crypt\ ", \ "cipher\ ", \ "fs\ ", \ "net\ " - there were no
3238+ Grepped for "unsafe", "crypt", "cipher", "fs", "net" - there were no
32393239hits except for 3 `unsafe impl bytemuck::SomeTrait for ...`. Each `impl` had a
32403240reasonable safety comment and there were no actual `unsafe` blocks, so I think
32413241this can be treated as `ub-risk-1`. Additional `unsafe` review comments can be
@@ -3689,8 +3689,8 @@ who = "Lukasz Anforowicz <lukasza@chromium.org>"
36893689criteria = "safe-to-deploy"
36903690version = "0.19.0"
36913691notes = """
3692- Grepped for \ "unsafe\ ", \ "crypt\ ", \ "cipher\ ", \ "fs\ ", \ "net\ " - there were no hits
3693- (except for benign \ "fs\ " hit in `skrifa-0.19.0/src/color/traversal_tests/mod.rs`).
3692+ Grepped for "unsafe", "crypt", "cipher", "fs", "net" - there were no hits
3693+ (except for benign "fs" hit in `skrifa-0.19.0/src/color/traversal_tests/mod.rs`).
36943694
36953695For overall `safe-to-deploy` and `does-not-implement-crypto` I am mostly
36963696relying on certification by the Chromium engineers who work on the library
0 commit comments