forked from mirrors/gecko-dev
Bug 1788518 - Audit rust crates filetime_win 0.2.0 and comedy 0.2.0. r=bholley
Differential Revision: https://phabricator.services.mozilla.com/D157759
This commit is contained in:
parent
49c0f0ed43
commit
a3bbbf281f
2 changed files with 21 additions and 8 deletions
|
|
@ -166,6 +166,17 @@ who = "Mike Hommey <mh+mozilla@glandium.org>"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
delta = "0.2.2 -> 0.2.4"
|
delta = "0.2.2 -> 0.2.4"
|
||||||
|
|
||||||
|
[[audits.comedy]]
|
||||||
|
who = "Nick Alexander <nalexander@mozilla.com>"
|
||||||
|
criteria = "safe-to-deploy"
|
||||||
|
version = "0.2.0"
|
||||||
|
notes = """
|
||||||
|
The comedy crate was written by Adam Gashlin for Mozilla's use. The entire
|
||||||
|
comedy 0.2.0 crate is full of `unsafe` code and makes many assumptions about
|
||||||
|
memory and layout, but there is no particular processing of untrusted input
|
||||||
|
here.
|
||||||
|
"""
|
||||||
|
|
||||||
[[audits.cpufeatures]]
|
[[audits.cpufeatures]]
|
||||||
who = "Mike Hommey <mh+mozilla@glandium.org>"
|
who = "Mike Hommey <mh+mozilla@glandium.org>"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
|
|
@ -332,6 +343,16 @@ who = "Mike Hommey <mh+mozilla@glandium.org>"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
delta = "1.7.0 -> 1.8.0"
|
delta = "1.7.0 -> 1.8.0"
|
||||||
|
|
||||||
|
[[audits.filetime_win]]
|
||||||
|
who = "Nick Alexander <nalexander@mozilla.com>"
|
||||||
|
criteria = "safe-to-deploy"
|
||||||
|
version = "0.2.0"
|
||||||
|
notes = """
|
||||||
|
filetime_win was written by Adam Gashlin for Mozilla's use. The `unsafe` code
|
||||||
|
blocks in filetime_win 0.2.0 are straight-forward invocations of `mem::zeroed`
|
||||||
|
and expected invocations of Win32 APIs (with error handling as appropriate).
|
||||||
|
"""
|
||||||
|
|
||||||
[[audits.flagset]]
|
[[audits.flagset]]
|
||||||
who = "Ryan Hunt <rhunt@eqrion.net>"
|
who = "Ryan Hunt <rhunt@eqrion.net>"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
|
|
|
||||||
|
|
@ -331,10 +331,6 @@ criteria = "safe-to-deploy"
|
||||||
version = "0.11.1"
|
version = "0.11.1"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
|
|
||||||
[[exemptions.comedy]]
|
|
||||||
version = "0.2.0"
|
|
||||||
criteria = "safe-to-deploy"
|
|
||||||
|
|
||||||
[[exemptions.cookie]]
|
[[exemptions.cookie]]
|
||||||
version = "0.16.0"
|
version = "0.16.0"
|
||||||
criteria = "safe-to-run"
|
criteria = "safe-to-run"
|
||||||
|
|
@ -527,10 +523,6 @@ criteria = "safe-to-deploy"
|
||||||
version = "0.4.4"
|
version = "0.4.4"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
|
|
||||||
[[exemptions.filetime_win]]
|
|
||||||
version = "0.2.0"
|
|
||||||
criteria = "safe-to-deploy"
|
|
||||||
|
|
||||||
[[exemptions.flate2]]
|
[[exemptions.flate2]]
|
||||||
version = "1.0.24"
|
version = "1.0.24"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue