File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -470,6 +470,21 @@ who = "David Cook <dcook@divviup.org>"
470470criteria = " safe-to-deploy"
471471delta = " 0.3.1 -> 0.3.2"
472472
473+ [[audits .getrandom ]]
474+ who = " David Cook <dcook@divviup.org>"
475+ criteria = " safe-to-deploy"
476+ delta = " 0.3.3 -> 0.3.4"
477+
478+ [[audits .getrandom ]]
479+ who = " David Cook <dcook@divviup.org>"
480+ criteria = " safe-to-deploy"
481+ delta = " 0.3.4 -> 0.4.0"
482+
483+ [[audits .getrandom ]]
484+ who = " David Cook <dcook@divviup.org>"
485+ criteria = " safe-to-deploy"
486+ delta = " 0.4.0 -> 0.4.1"
487+
473488[[audits .ghash ]]
474489who = " David Cook <dcook@divviup.org>"
475490criteria = " safe-to-deploy"
Original file line number Diff line number Diff line change @@ -1005,6 +1005,20 @@ documentation.
10051005"""
10061006aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
10071007
1008+ [[audits.mozilla.audits.getrandom]]
1009+ who = "Emilio Cobos Álvarez <emilio@crisal.io>"
1010+ criteria = "safe-to-deploy"
1011+ delta = "0.3.1 -> 0.3.3"
1012+ notes = """
1013+ Biggest non-trivial change is a new UEFI back-end, which looks reasonable to
1014+ the best of my ability: There's some trickiness on initialization but doesn't
1015+ look unsafe, at worse it leaks, and it might not if the relevant pointers are
1016+ static/non-owning. Other changes also look reasonable too: some tweaks to
1017+ inlining and a syscall-based linux back-end, whose relevant unsafe code looks
1018+ reasonable.
1019+ """
1020+ aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
1021+
10081022[[audits.mozilla.audits.half]]
10091023who = "John M. Schanck <jschanck@mozilla.com>"
10101024criteria = "safe-to-deploy"
You can’t perform that action at this time.
0 commit comments