This commit is contained in:
Conrad Ludgate 2023-08-30 09:20:28 +01:00
parent 834de99f2e
commit 035cfc69bc
3 changed files with 23 additions and 12 deletions

View File

@ -1,6 +1,11 @@
# cargo-vet audits file
[[audits.aead]]
who = "Conrad Ludgate <conradludgate@gmail.com>"
criteria = "safe-to-deploy"
version = "0.5.2"
[[audits.anyhow]]
who = "Conrad Ludgate <conradludgate@gmail.com>"
criteria = "safe-to-deploy"
@ -51,6 +56,11 @@ who = "Conrad Ludgate <conradludgate@gmail.com>"
criteria = "safe-to-deploy"
version = "1.0.0"
[[audits.cipher]]
who = "Conrad Ludgate <conradludgate@gmail.com>"
criteria = "safe-to-deploy"
version = "0.4.4"
[[audits.diff]]
who = "Conrad Ludgate <conradludgate@gmail.com>"
criteria = "safe-to-run"
@ -593,6 +603,12 @@ user-id = 38395 # Conrad Ludgate (conradludgate)
start = "2023-01-25"
end = "2024-08-19"
[[trusted.rustix]]
criteria = "safe-to-deploy"
user-id = 6825 # Dan Gohman (sunfishcode)
start = "2021-10-29"
end = "2024-08-19"
[[trusted.rusty_paserk]]
criteria = "safe-to-deploy"
user-id = 38395 # Conrad Ludgate (conradludgate)

View File

@ -38,10 +38,6 @@ audit-as-crates-io = true
version = "0.20.0"
criteria = "safe-to-deploy"
[[exemptions.aead]]
version = "0.5.2"
criteria = "safe-to-deploy"
[[exemptions.ahash]]
version = "0.8.3"
criteria = "safe-to-deploy"
@ -166,10 +162,6 @@ criteria = "safe-to-deploy"
version = "0.3.0"
criteria = "safe-to-deploy"
[[exemptions.cipher]]
version = "0.4.4"
criteria = "safe-to-deploy"
[[exemptions.clap]]
version = "4.3.22"
criteria = "safe-to-deploy"
@ -706,10 +698,6 @@ criteria = "safe-to-deploy"
version = "0.4.0"
criteria = "safe-to-deploy"
[[exemptions.rustix]]
version = "0.38.8"
criteria = "safe-to-deploy"
[[exemptions.rustls]]
version = "0.21.6"
criteria = "safe-to-deploy"

View File

@ -106,6 +106,13 @@ user-id = 38395
user-login = "conradludgate"
user-name = "Conrad Ludgate"
[[publisher.rustix]]
version = "0.38.8"
when = "2023-08-10"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"
[[publisher.rusty_paserk]]
version = "0.2.3"
when = "2023-08-18"