Skip to content

Commit d5cd6c4

Browse files
committed
Bug 1829631 - Vet audio_thread_priority. r=supply-chain-reviewers,bholley
Differential Revision: https://phabricator.services.mozilla.com/D176290 UltraBlame original commit: 1006493d0d875810f392dfcec3aef043d10b4d3d
1 parent 6ed0b6b commit d5cd6c4

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

supply-chain/audits.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11

22
# cargo-vet audits file
33

4+
[[wildcard-audits.audio_thread_priority]]
5+
who = "Paul Adenot <[email protected]>"
6+
criteria = "safe-to-deploy"
7+
user-id = 1258
8+
start = "2019-05-09"
9+
end = "2024-04-24"
10+
notes = """
11+
I've written most of this crate, the rest has been either written and in any
12+
case has been reviewed by Mozilla developers.
13+
"""
14+
415
[[wildcard-audits.bhttp]]
516
who = "Martin Thomson <[email protected]>"
617
criteria = "safe-to-deploy"

supply-chain/config.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,6 @@ criteria = "safe-to-deploy"
229229
version = "0.1.2"
230230
criteria = "safe-to-deploy"
231231

232-
[[exemptions.audio_thread_priority]]
233-
version = "0.26.1"
234-
criteria = "safe-to-deploy"
235-
236232
[[exemptions.bincode]]
237233
version = "1.3.3"
238234
criteria = "safe-to-deploy"

supply-chain/imports.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11

22
# cargo-vet imports lock
33

4+
[[publisher.audio_thread_priority]]
5+
version = "0.26.1"
6+
when = "2022-03-22"
7+
user-id = 1258
8+
user-login = "padenot"
9+
user-name = "Paul Adenot"
10+
411
[[publisher.bhttp]]
512
version = "0.3.1"
613
when = "2023-02-23"

0 commit comments

Comments
 (0)