Skip to content

Commit b0e338f

Browse files
committed
Record getrandom audits
1 parent efb04d8 commit b0e338f

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

supply-chain/audits.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,21 @@ who = "David Cook <dcook@divviup.org>"
470470
criteria = "safe-to-deploy"
471471
delta = "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]]
474489
who = "David Cook <dcook@divviup.org>"
475490
criteria = "safe-to-deploy"

supply-chain/imports.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,6 +1005,20 @@ documentation.
10051005
"""
10061006
aggregated-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]]
10091023
who = "John M. Schanck <jschanck@mozilla.com>"
10101024
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)