@@ -5794,6 +5794,29 @@ aggregated-from = [
5794
5794
"https://raw.githubusercontent.com/google/supply-chain/main/audits.toml",
5795
5795
]
5796
5796
5797
+ [[audits.bytemuck]]
5798
+ who = "Lukasz Anforowicz <
[email protected] >"
5799
+ criteria = "ub-risk-3"
5800
+ delta = "1.16.3 -> 1.17.0"
5801
+ notes = """
5802
+ 1.17.0 may rely on `union` layout that is not guaranteed by the compiler.
5803
+ See https://github.com/Lokathor/bytemuck/pull/268
5804
+ """
5805
+ aggregated-from = [
5806
+ "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT",
5807
+ "https://raw.githubusercontent.com/google/supply-chain/main/audits.toml",
5808
+ ]
5809
+
5810
+ [[audits.bytemuck]]
5811
+ who = "Lukasz Anforowicz <
[email protected] >"
5812
+ criteria = ["safe-to-deploy", "does-not-implement-crypto", "ub-risk-2"]
5813
+ delta = "1.16.3 -> 1.17.1"
5814
+ notes = "Unsafe review comments can be found in https://crrev.com/c/5813463"
5815
+ aggregated-from = [
5816
+ "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT",
5817
+ "https://raw.githubusercontent.com/google/supply-chain/main/audits.toml",
5818
+ ]
5819
+
5797
5820
[[audits.bytemuck]]
5798
5821
who = [
5799
5822
"Manish Goregaokar <
[email protected] >",
@@ -5867,6 +5890,20 @@ aggregated-from = [
5867
5890
"https://raw.githubusercontent.com/google/supply-chain/main/audits.toml",
5868
5891
]
5869
5892
5893
+ [[audits.bytemuck_derive]]
5894
+ who = "Lukasz Anforowicz <
[email protected] >"
5895
+ criteria = ["safe-to-deploy", "does-not-implement-crypto", "ub-risk-2"]
5896
+ delta = "1.7.0 -> 1.7.1"
5897
+ notes = """
5898
+ No impact on safety AFAICT - the delta only specifies a new attribute for
5899
+ `proc_macro_derive` to work around re-export issues described at
5900
+ https://github.com/Lokathor/bytemuck/issues/159
5901
+ """
5902
+ aggregated-from = [
5903
+ "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT",
5904
+ "https://raw.githubusercontent.com/google/supply-chain/main/audits.toml",
5905
+ ]
5906
+
5870
5907
[[audits.byteorder]]
5871
5908
who = "Alyssa Haroldsen <
[email protected] >"
5872
5909
criteria = ["ub-risk-3", "does-not-implement-crypto"]
@@ -7064,6 +7101,19 @@ aggregated-from = [
7064
7101
"https://raw.githubusercontent.com/google/supply-chain/main/audits.toml",
7065
7102
]
7066
7103
7104
+ [[audits.clap]]
7105
+ who = "Lukasz Anforowicz <
[email protected] >"
7106
+ criteria = ["safe-to-run", "does-not-implement-crypto"]
7107
+ delta = "4.5.15 -> 4.5.16"
7108
+ notes = """
7109
+ The only change in the delta is explicitly listing re-exports
7110
+ instead of using a `*` wildcard in `pub use clap_derive::{self, *}`.
7111
+ """
7112
+ aggregated-from = [
7113
+ "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT",
7114
+ "https://raw.githubusercontent.com/google/supply-chain/main/audits.toml",
7115
+ ]
7116
+
7067
7117
[[audits.clap]]
7068
7118
who = "Brandon Pitman <
[email protected] >"
7069
7119
criteria = "safe-to-run"
@@ -24633,6 +24683,19 @@ aggregated-from = [
24633
24683
"https://raw.githubusercontent.com/google/supply-chain/main/audits.toml",
24634
24684
]
24635
24685
24686
+ [[audits.quote]]
24687
+ who = "Lukasz Anforowicz <
[email protected] >"
24688
+ criteria = ["safe-to-deploy", "does-not-implement-crypto", "ub-risk-2"]
24689
+ delta = "1.0.36 -> 1.0.37"
24690
+ notes = """
24691
+ The delta just 1) inlines/expands `impl ToTokens` that used to be handled via
24692
+ `primitive!` macro and 2) adds `impl ToTokens` for `CStr` and `CString`.
24693
+ """
24694
+ aggregated-from = [
24695
+ "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT",
24696
+ "https://raw.githubusercontent.com/google/supply-chain/main/audits.toml",
24697
+ ]
24698
+
24636
24699
[[audits.quote]]
24637
24700
who = "Nika Layzell <
[email protected] >"
24638
24701
criteria = "safe-to-deploy"
@@ -33151,6 +33214,15 @@ aggregated-from = [
33151
33214
"https://raw.githubusercontent.com/mozilla/supply-chain/main/audits.toml",
33152
33215
]
33153
33216
33217
+ [[audits.unicode-xid]]
33218
+ who = "Teodor Tanasoaia <
[email protected] >"
33219
+ criteria = "safe-to-deploy"
33220
+ delta = "0.2.4 -> 0.2.5"
33221
+ aggregated-from = [
33222
+ "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml",
33223
+ "https://raw.githubusercontent.com/mozilla/supply-chain/main/audits.toml",
33224
+ ]
33225
+
33154
33226
[[audits.unicode_ident]]
33155
33227
who = "Johan Andersson <
[email protected] >"
33156
33228
criteria = "safe-to-deploy"
0 commit comments