Bug 1777586 - Audit some crates for kicks. r=nika,supply-chain-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D150842
This commit is contained in:
Bobby Holley 2022-07-01 00:31:02 +00:00
Родитель c30782cc66
Коммит 8e3915c1f1
2 изменённых файлов: 34 добавлений и 20 удалений

Просмотреть файл

@ -74,6 +74,34 @@ who = "Mike Hommey <mh+mozilla@glandium.org>"
criteria = "safe-to-deploy"
version = "0.4.17"
[[audits.malloc_size_of_derive]]
who = "Bobby Holley <bobbyholley@gmail.com>"
criteria = "safe-to-deploy"
version = "0.1.2"
notes = """
This was originally servo code which I put on crates.io some years ago but didn't
examine at the time, so I examined it now. I didn't perform a full logic review
but convinced myself that any generated code will be entirely safe to deploy.
"""
[[audits.matches]]
who = "Bobby Holley <bobbyholley@gmail.com>"
criteria = "safe-to-deploy"
version = "0.1.9"
notes = "This is a trivial crate."
[[audits.new_debug_unreachable]]
who = "Bobby Holley <bobbyholley@gmail.com>"
criteria = "safe-to-deploy"
version = "1.0.4"
notes = "This is a trivial crate."
[[audits.precomputed-hash]]
who = "Bobby Holley <bobbyholley@gmail.com>"
criteria = "safe-to-deploy"
version = "0.1.1"
notes = "This is a trivial crate."
[[audits.rust_decimal]]
who = "Mike Hommey <mh+mozilla@glandium.org>"
criteria = "safe-to-deploy"
@ -101,3 +129,9 @@ criteria = "safe-to-deploy"
delta = "0.1.19 -> 0.1.20"
notes = "I am the author of most of these changes upstream, and prepared the release myself, at which point I looked at the other changes since 0.1.19."
[[audits.void]]
who = "Bobby Holley <bobbyholley@gmail.com>"
criteria = "safe-to-deploy"
version = "1.0.2"
notes = "Very small crate, just hosts the Void type for easier cross-crate interfacing."

Просмотреть файл

@ -1009,18 +1009,10 @@ criteria = "safe-to-deploy"
version = "0.0.6"
criteria = "safe-to-deploy"
[[exemptions.malloc_size_of_derive]]
version = "0.1.2"
criteria = "safe-to-deploy"
[[exemptions.marionette]]
version = "0.2.0"
criteria = "safe-to-run"
[[exemptions.matches]]
version = "0.1.9"
criteria = "safe-to-deploy"
[[exemptions.memalloc]]
version = "0.1.0"
criteria = "safe-to-deploy"
@ -1109,10 +1101,6 @@ criteria = "safe-to-deploy"
version = "0.2.37"
criteria = "safe-to-run"
[[exemptions.new_debug_unreachable]]
version = "1.0.4"
criteria = "safe-to-deploy"
[[exemptions.nix]]
version = "0.15.0"
criteria = "safe-to-deploy"
@ -1273,10 +1261,6 @@ criteria = "safe-to-run"
version = "0.2.16"
criteria = "safe-to-deploy"
[[exemptions.precomputed-hash]]
version = "0.1.1"
criteria = "safe-to-deploy"
[[exemptions.proc-macro-error]]
version = "1.0.4"
criteria = "safe-to-deploy"
@ -1773,10 +1757,6 @@ criteria = "safe-to-deploy"
version = "0.9.4"
criteria = "safe-to-deploy"
[[exemptions.void]]
version = "1.0.2"
criteria = "safe-to-deploy"
[[exemptions.walkdir]]
version = "2.3.2"
criteria = "safe-to-deploy"