Skip to content

Commit

Permalink
Update audits
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Nov 30, 2022
1 parent cd2ef01 commit d2e6ccc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
8 changes: 0 additions & 8 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,6 @@ criteria = "safe-to-deploy"
version = "0.10.0"
criteria = "safe-to-deploy"

[[exemptions.half]]
version = "1.8.2"
criteria = "safe-to-run"

[[exemptions.hermit-abi]]
version = "0.1.19"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -738,10 +734,6 @@ criteria = "safe-to-deploy"
version = "1.0.137"
criteria = "safe-to-deploy"

[[exemptions.serde_cbor]]
version = "0.11.2"
criteria = "safe-to-run"

[[exemptions.serde_derive]]
version = "1.0.137"
criteria = "safe-to-deploy"
Expand Down
20 changes: 20 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,16 @@ who = "Mike Hommey <mh+mozilla@glandium.org>"
criteria = "safe-to-deploy"
delta = "0.2.6 -> 0.2.7"

[[audits.mozilla.audits.half]]
who = "John M. Schanck <jschanck@mozilla.com>"
criteria = "safe-to-deploy"
version = "1.8.2"
notes = """
This crate contains unsafe code for bitwise casts to/from binary16 floating-point
format. I've reviewed these and found no issues. There are no uses of ambient
capabilities.
"""

[[audits.mozilla.audits.hashbrown]]
who = "Mike Hommey <mh+mozilla@glandium.org>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -288,6 +298,16 @@ who = "Mike Hommey <mh+mozilla@glandium.org>"
criteria = "safe-to-deploy"
delta = "1.0.143 -> 1.0.144"

[[audits.mozilla.audits.serde_cbor]]
who = "R. Martinho Fernandes <bugs@rmf.io>"
criteria = "safe-to-deploy"
version = "0.11.1"

[[audits.mozilla.audits.serde_cbor]]
who = "John M. Schanck <jschanck@mozilla.com>"
criteria = "safe-to-deploy"
delta = "0.11.1 -> 0.11.2"

[[audits.mozilla.audits.serde_derive]]
who = "Mike Hommey <mh+mozilla@glandium.org>"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit d2e6ccc

Please sign in to comment.