Bug 1773404 - Certify the log crate. r=bholley

I happen to have been looking at the crate contents for various reasons,
so I went ahead and went over all its code for an audit.

Differential Revision: https://phabricator.services.mozilla.com/D148740
This commit is contained in:
Mike Hommey 2022-06-13 21:50:23 +00:00
parent d51520154b
commit 8e264426e5
2 changed files with 5 additions and 4 deletions

View File

@ -7,6 +7,11 @@ notes = "I maintain this crate and have reviewed every line."
criteria = "safe-to-deploy"
version = "0.1.8"
[[audits.log]]
who = "Mike Hommey <mh+mozilla@glandium.org>"
criteria = "safe-to-deploy"
version = "0.4.17"
[[audits.bit-set]]
who = "Aria Beingessner <a.beingessner@gmail.com>"
notes = "Another crate I own via contain-rs that is ancient and maintenance mode, no known issues."

View File

@ -873,10 +873,6 @@ criteria = "safe-to-deploy"
version = "0.4.7"
criteria = "safe-to-deploy"
[[unaudited.log]]
version = "0.4.17"
criteria = "safe-to-deploy"
[[unaudited.mach]]
version = "0.3.2"
criteria = "safe-to-deploy"