Add vet entries for coredump support (#5878)
* Update the `num_cpus` crate Audits for this update provided from our import from Mozilla. * Add vet entries for coredump support
This commit is contained in:
@@ -762,6 +762,33 @@ is similar to what it once was back then. Skimming over the crate there is
|
||||
nothing suspicious and it's everything you'd expect a Rust URL parser to be.
|
||||
"""
|
||||
|
||||
[[audits.wasm-coredump-builder]]
|
||||
who = "Alex Crichton <alex@alexcrichton.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
version = "0.1.10"
|
||||
notes = """
|
||||
This is a small crate which doesn't deviate outside of its intended purpose and
|
||||
additionally contains no `unsafe` code.
|
||||
"""
|
||||
|
||||
[[audits.wasm-coredump-encoder]]
|
||||
who = "Alex Crichton <alex@alexcrichton.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
version = "0.1.10"
|
||||
notes = """
|
||||
This small crate contains no `unsafe` code and does no more than what it says on
|
||||
the tin.
|
||||
"""
|
||||
|
||||
[[audits.wasm-coredump-types]]
|
||||
who = "Alex Crichton <alex@alexcrichton.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
version = "0.1.10"
|
||||
notes = """
|
||||
This small crate contains no `unsafe` code and only contains type definitions
|
||||
used for wasm core dumps and trivially stays within its bounds.
|
||||
"""
|
||||
|
||||
[[audits.wasm-encoder]]
|
||||
who = "Alex Crichton <alex@alexcrichton.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
@@ -185,6 +185,11 @@ criteria = "safe-to-deploy"
|
||||
version = "0.12.3"
|
||||
notes = "This version is used in rust's libstd, so effectively we're already trusting it"
|
||||
|
||||
[[audits.mozilla.audits.hermit-abi]]
|
||||
who = "Mike Hommey <mh+mozilla@glandium.org>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "0.1.19 -> 0.2.6"
|
||||
|
||||
[[audits.mozilla.audits.indexmap]]
|
||||
who = "Mike Hommey <mh+mozilla@glandium.org>"
|
||||
criteria = "safe-to-deploy"
|
||||
@@ -238,6 +243,16 @@ criteria = "safe-to-deploy"
|
||||
version = "0.2.15"
|
||||
notes = "All code written or reviewed by Josh Stone."
|
||||
|
||||
[[audits.mozilla.audits.num_cpus]]
|
||||
who = "Mike Hommey <mh+mozilla@glandium.org>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "1.13.1 -> 1.14.0"
|
||||
|
||||
[[audits.mozilla.audits.num_cpus]]
|
||||
who = "Mike Hommey <mh+mozilla@glandium.org>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "1.14.0 -> 1.15.0"
|
||||
|
||||
[[audits.mozilla.audits.once_cell]]
|
||||
who = "Mike Hommey <mh+mozilla@glandium.org>"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
Reference in New Issue
Block a user