summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConrad Ludgate <conradludgate@gmail.com>2023-08-30 09:20:28 +0100
committerConrad Ludgate <conradludgate@gmail.com>2023-08-30 09:20:28 +0100
commit035cfc69bc31e761f8d570ad45079180098107bf (patch)
treea1189cd219d8d7ec583e5216bf519c931490e2eb
parent834de99f2e61e2efc044ed1b1e53af38372d5eff (diff)
stashvetting
-rw-r--r--supply-chain/audits.toml16
-rw-r--r--supply-chain/config.toml12
-rw-r--r--supply-chain/imports.lock7
3 files changed, 23 insertions, 12 deletions
diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml
index 32c385c9..61bc057a 100644
--- a/supply-chain/audits.toml
+++ b/supply-chain/audits.toml
@@ -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)
diff --git a/supply-chain/config.toml b/supply-chain/config.toml
index 36eb7779..733672a3 100644
--- a/supply-chain/config.toml
+++ b/supply-chain/config.toml
@@ -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"
diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock
index 53a0cb8c..44048930 100644
--- a/supply-chain/imports.lock
+++ b/supply-chain/imports.lock
@@ -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"