Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aggregate new audits #76

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 72 additions & 0 deletions supply-chain/third-party-audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5794,6 +5794,29 @@ aggregated-from = [
"https://raw.githubusercontent.com/google/supply-chain/main/audits.toml",
]

[[audits.bytemuck]]
who = "Lukasz Anforowicz <[email protected]>"
criteria = "ub-risk-3"
delta = "1.16.3 -> 1.17.0"
notes = """
1.17.0 may rely on `union` layout that is not guaranteed by the compiler.
See https://github.com/Lokathor/bytemuck/pull/268
"""
aggregated-from = [
"https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT",
"https://raw.githubusercontent.com/google/supply-chain/main/audits.toml",
]

[[audits.bytemuck]]
who = "Lukasz Anforowicz <[email protected]>"
criteria = ["safe-to-deploy", "does-not-implement-crypto", "ub-risk-2"]
delta = "1.16.3 -> 1.17.1"
notes = "Unsafe review comments can be found in https://crrev.com/c/5813463"
aggregated-from = [
"https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT",
"https://raw.githubusercontent.com/google/supply-chain/main/audits.toml",
]

[[audits.bytemuck]]
who = [
"Manish Goregaokar <[email protected]>",
Expand Down Expand Up @@ -5867,6 +5890,20 @@ aggregated-from = [
"https://raw.githubusercontent.com/google/supply-chain/main/audits.toml",
]

[[audits.bytemuck_derive]]
who = "Lukasz Anforowicz <[email protected]>"
criteria = ["safe-to-deploy", "does-not-implement-crypto", "ub-risk-2"]
delta = "1.7.0 -> 1.7.1"
notes = """
No impact on safety AFAICT - the delta only specifies a new attribute for
`proc_macro_derive` to work around re-export issues described at
https://github.com/Lokathor/bytemuck/issues/159
"""
aggregated-from = [
"https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT",
"https://raw.githubusercontent.com/google/supply-chain/main/audits.toml",
]

[[audits.byteorder]]
who = "Alyssa Haroldsen <[email protected]>"
criteria = ["ub-risk-3", "does-not-implement-crypto"]
Expand Down Expand Up @@ -7064,6 +7101,19 @@ aggregated-from = [
"https://raw.githubusercontent.com/google/supply-chain/main/audits.toml",
]

[[audits.clap]]
who = "Lukasz Anforowicz <[email protected]>"
criteria = ["safe-to-run", "does-not-implement-crypto"]
delta = "4.5.15 -> 4.5.16"
notes = """
The only change in the delta is explicitly listing re-exports
instead of using a `*` wildcard in `pub use clap_derive::{self, *}`.
"""
aggregated-from = [
"https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT",
"https://raw.githubusercontent.com/google/supply-chain/main/audits.toml",
]

[[audits.clap]]
who = "Brandon Pitman <[email protected]>"
criteria = "safe-to-run"
Expand Down Expand Up @@ -24633,6 +24683,19 @@ aggregated-from = [
"https://raw.githubusercontent.com/google/supply-chain/main/audits.toml",
]

[[audits.quote]]
who = "Lukasz Anforowicz <[email protected]>"
criteria = ["safe-to-deploy", "does-not-implement-crypto", "ub-risk-2"]
delta = "1.0.36 -> 1.0.37"
notes = """
The delta just 1) inlines/expands `impl ToTokens` that used to be handled via
`primitive!` macro and 2) adds `impl ToTokens` for `CStr` and `CString`.
"""
aggregated-from = [
"https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT",
"https://raw.githubusercontent.com/google/supply-chain/main/audits.toml",
]

[[audits.quote]]
who = "Nika Layzell <[email protected]>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -33151,6 +33214,15 @@ aggregated-from = [
"https://raw.githubusercontent.com/mozilla/supply-chain/main/audits.toml",
]

[[audits.unicode-xid]]
who = "Teodor Tanasoaia <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.2.4 -> 0.2.5"
aggregated-from = [
"https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml",
"https://raw.githubusercontent.com/mozilla/supply-chain/main/audits.toml",
]

[[audits.unicode_ident]]
who = "Johan Andersson <[email protected]>"
criteria = "safe-to-deploy"
Expand Down
Loading