Bug 1773576 - add audit for bit-vec. r=bholley

Depends on D148852

Differential Revision: https://phabricator.services.mozilla.com/D148853
This commit is contained in:
Alexis Beingessner 2022-06-10 02:12:15 +00:00
parent 77c760028e
commit b03ec06213
2 changed files with 6 additions and 4 deletions

View File

@ -7,6 +7,12 @@ notes = "I maintain this crate and have reviewed every line."
criteria = "safe-to-deploy"
version = "0.1.8"
[[audits.bit-vec]]
who = "Aria Beingessner <a.beingessner@gmail.com>"
notes = "Another crate I own via contain-rs that is ancient and in maintenance mode but otherwise perfectly fine."
criteria = "safe-to-deploy"
version = "0.6.3"
[[audits.linked-hash-map]]
who = "Aria Beingessner <a.beingessner@gmail.com>"
notes = "I own this crate (I am contain-rs) and 0.5.4 passes miri. This code is very old and used by lots of people, so I'm pretty confident in it, even though it's in maintenance-mode and missing some nice-to-have APIs."

View File

@ -157,10 +157,6 @@ criteria = "safe-to-deploy"
version = "0.5.2"
criteria = "safe-to-deploy"
[[unaudited.bit-vec]]
version = "0.6.3"
criteria = "safe-to-deploy"
[[unaudited.bitflags]]
version = "1.3.2"
criteria = "safe-to-deploy"