Bug 1780812 - Certify cstr. r=bholley

Depends on D152532

Differential Revision: https://phabricator.services.mozilla.com/D152533
This commit is contained in:
Emilio Cobos Álvarez 2022-07-22 17:02:44 +00:00
Родитель beba9bab65
Коммит 69ae1aa082
2 изменённых файлов: 10 добавлений и 4 удалений

Просмотреть файл

@ -61,6 +61,16 @@ who = "Mike Hommey <mh+mozilla@glandium.org>"
criteria = "safe-to-deploy"
delta = "0.2.0 -> 0.2.2"
[[audits.cstr]]
who = "Emilio Cobos Álvarez <emilio@crisal.io>"
criteria = "safe-to-deploy"
version = "0.2.10"
notes = """
I've reviewed the code of the crate thoroughly. It generates an unsafe block
which is statically guaranteed to be safe. Inputs to the macro have to be
static so there's no uncontrolled input whatsoever.
"""
[[audits.derive_arbitrary]]
who = "Mike Hommey <mh+mozilla@glandium.org>"
criteria = "safe-to-run"

Просмотреть файл

@ -489,10 +489,6 @@ criteria = "safe-to-deploy"
version = "0.6.0"
criteria = "safe-to-deploy"
[[exemptions.cstr]]
version = "0.2.10"
criteria = "safe-to-deploy"
[[exemptions.cty]]
version = "0.2.2"
criteria = "safe-to-deploy"