mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Pull in new audits for log crate
This commit is contained in:
@@ -174,10 +174,6 @@ criteria = "safe-to-run"
|
||||
suggest = false
|
||||
notes = "At time of review this was only built if targeting WASI, which is not an intended target."
|
||||
|
||||
[[exemptions.log]]
|
||||
version = "0.4.28"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
[[exemptions.memchr]]
|
||||
version = "2.7.4"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
@@ -171,6 +171,18 @@ criteria = "safe-to-deploy"
|
||||
delta = "0.4.1 -> 0.5.0"
|
||||
notes = "Minor changes for a `no_std` upgrade but otherwise everything looks as expected."
|
||||
|
||||
[[audits.bytecode-alliance.audits.log]]
|
||||
who = "Alex Crichton <alex@alexcrichton.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "0.4.22 -> 0.4.27"
|
||||
notes = "Lots of minor updates to macros and such, nothing touching `unsafe`"
|
||||
|
||||
[[audits.bytecode-alliance.audits.log]]
|
||||
who = "Alex Crichton <alex@alexcrichton.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "0.4.27 -> 0.4.28"
|
||||
notes = "Minor doc updates and lots new tests, nothing out of the ordinary."
|
||||
|
||||
[[audits.bytecode-alliance.audits.shlex]]
|
||||
who = "Alex Crichton <alex@alexcrichton.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
@@ -407,6 +419,18 @@ No `unsafe` introduced or affected in:
|
||||
"""
|
||||
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"
|
||||
|
||||
[[audits.google.audits.log]]
|
||||
who = "danakj <danakj@chromium.org>"
|
||||
criteria = "safe-to-deploy"
|
||||
version = "0.4.22"
|
||||
notes = """
|
||||
Unsafe review in https://docs.google.com/document/d/1IXQbD1GhTRqNHIGxq6yy7qHqxeO4CwN5noMFXnqyDIM/edit?usp=sharing
|
||||
|
||||
Unsafety is generally very well-documented, with one exception, which we
|
||||
describe in the review doc.
|
||||
"""
|
||||
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"
|
||||
|
||||
[[audits.google.audits.num-traits]]
|
||||
who = "Manish Goregaokar <manishearth@google.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
Reference in New Issue
Block a user