Bug 1806475: Audit ash crate 0.37.0+1.3.209 -> 0.37.1+1.3.235 r=bholley

Differential Revision: https://phabricator.services.mozilla.com/D165054
This commit is contained in:
Jim Blandy 2022-12-20 05:35:42 +00:00
Родитель 57527d50ef
Коммит aeeaf76be9
2 изменённых файлов: 10 добавлений и 1 удалений

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

@ -70,6 +70,15 @@ who = "Mike Hommey <mh+mozilla@glandium.org>"
criteria = "safe-to-run"
delta = "1.1.1 -> 1.1.3"
[[audits.ash]]
who = "Jim Blandy <jimb@red-bean.com>"
criteria = "safe-to-deploy"
delta = "0.37.0+1.3.209 -> 0.37.1+1.3.235"
notes = """
Nicolas Silva, Jim Blandy, and Teodor Tanasoaia audited ash master
branch commits from e43e9c0c to 6bd82768 inclusive.
"""
[[audits.ashmem]]
who = "Matthew Gregan <kinetik@flim.org>"
criteria = "safe-to-deploy"

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

@ -216,7 +216,7 @@ version = "0.3.6"
criteria = "safe-to-deploy"
[[exemptions.ash]]
version = "0.37.1+1.3.235"
version = "0.37.0+1.3.209"
criteria = "safe-to-deploy"
[[exemptions.askama_derive]]