Bug 1780812 - Certify origin-trial-token. r=bholley

Depends on D152529

Differential Revision: https://phabricator.services.mozilla.com/D152530
This commit is contained in:
Emilio Cobos Álvarez 2022-07-22 16:19:57 +00:00
Родитель 0db4f8e6e4
Коммит a54456e32d
2 изменённых файлов: 12 добавлений и 4 удалений

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

@ -131,6 +131,18 @@ criteria = "safe-to-deploy"
version = "1.0.4"
notes = "This is a trivial crate."
[[audits.origin-trial-token]]
who = "Emilio Cobos Álvarez <emilio@crisal.io>"
criteria = "safe-to-deploy"
version = "0.1.1"
notes = """
I'm the author of the crate. The only unsafe code is a view over a byte array
which is properly validated.
Cryptography shenanigans are delegated to the caller so there's no possible
unsoundness there.
"""
[[audits.precomputed-hash]]
who = "Bobby Holley <bobbyholley@gmail.com>"
criteria = "safe-to-deploy"

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

@ -1149,10 +1149,6 @@ criteria = "safe-to-deploy"
version = "3.0.0"
criteria = "safe-to-deploy"
[[exemptions.origin-trial-token]]
version = "0.1.1"
criteria = "safe-to-deploy"
[[exemptions.os_str_bytes]]
version = "6.1.0"
criteria = "safe-to-deploy"