Bug 1781230 - Certify ashmem. r=bholley

Differential Revision: https://phabricator.services.mozilla.com/D152741
This commit is contained in:
Matthew Gregan 2022-07-27 04:56:22 +00:00
Родитель 84e4f2f0aa
Коммит ae7e1dfb03
2 изменённых файлов: 11 добавлений и 4 удалений

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

@ -27,6 +27,17 @@ who = "Mike Hommey <mh+mozilla@glandium.org>"
criteria = "safe-to-run"
delta = "1.1.0 -> 1.1.1"
[[audits.ashmem]]
who = "Matthew Gregan <kinetik@flim.org>"
criteria = "safe-to-deploy"
version = "0.1.2"
notes = """
Small unsafe wrapper around Android 8.0's ASharedMemory native API that falls
back to older private ioctl-based API at runtime on earlier OS releases. The
shim code is small and doesn't inspect the API arguments, so is unlikely to
expose any safety issues beyond those presented by the native OS API.
"""
[[audits.atomic_refcell]]
who = "Bobby Holley <bholley@mozilla.com>"
criteria = "safe-to-deploy"

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

@ -197,10 +197,6 @@ criteria = "safe-to-deploy"
version = "0.37.0+1.3.209"
criteria = "safe-to-deploy"
[[exemptions.ashmem]]
version = "0.1.2"
criteria = "safe-to-deploy"
[[exemptions.askama]]
version = "0.11.1"
criteria = "safe-to-deploy"