Skip to content

Commit 5dac2df

Browse files
author
Hugh Cunningham
committed
adds trusted audits and exemptions for new dependencies
adds trusted audits where cargo vet identified available audits from trusted auditors adds exemptions for the rest
1 parent dc5408a commit 5dac2df

File tree

3 files changed

+871
-156
lines changed

3 files changed

+871
-156
lines changed

supply-chain/audits.toml

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,93 @@ who = "Andrea <[email protected]>"
122122
criteria = "safe-to-deploy"
123123
delta = "0.7.1 -> 0.7.1@git:d551820030cb596eafe82226667f32b47164f91b"
124124
notes = "Fork of the official zcash_proofs owned by Iron Fish"
125+
126+
[[trusted.bytes]]
127+
criteria = "safe-to-deploy"
128+
user-id = 6741 # Alice Ryhl (Darksonn)
129+
start = "2021-01-11"
130+
end = "2025-08-02"
131+
132+
[[trusted.cc]]
133+
criteria = "safe-to-deploy"
134+
user-id = 2915
135+
start = "2024-02-20"
136+
end = "2025-08-02"
137+
138+
[[trusted.dyn-clone]]
139+
criteria = "safe-to-deploy"
140+
user-id = 3618 # David Tolnay (dtolnay)
141+
start = "2019-12-23"
142+
end = "2025-08-02"
143+
144+
[[trusted.enumn]]
145+
criteria = "safe-to-deploy"
146+
user-id = 3618 # David Tolnay (dtolnay)
147+
start = "2019-08-18"
148+
end = "2025-08-02"
149+
150+
[[trusted.jobserver]]
151+
criteria = "safe-to-deploy"
152+
user-id = 1 # Alex Crichton (alexcrichton)
153+
start = "2019-03-15"
154+
end = "2025-08-02"
155+
156+
[[trusted.paste]]
157+
criteria = "safe-to-deploy"
158+
user-id = 3618 # David Tolnay (dtolnay)
159+
start = "2019-03-19"
160+
end = "2025-08-02"
161+
162+
[[trusted.regex-syntax]]
163+
criteria = "safe-to-deploy"
164+
user-id = 189 # Andrew Gallant (BurntSushi)
165+
start = "2019-03-30"
166+
end = "2025-08-02"
167+
168+
[[trusted.semver]]
169+
criteria = "safe-to-deploy"
170+
user-id = 3618 # David Tolnay (dtolnay)
171+
start = "2021-05-25"
172+
end = "2025-08-02"
173+
174+
[[trusted.serde_yaml]]
175+
criteria = "safe-to-deploy"
176+
user-id = 3618 # David Tolnay (dtolnay)
177+
start = "2019-05-02"
178+
end = "2025-08-02"
179+
180+
[[trusted.smallvec]]
181+
criteria = "safe-to-deploy"
182+
user-id = 2017 # Matt Brubeck (mbrubeck)
183+
start = "2019-10-28"
184+
end = "2025-08-02"
185+
186+
[[trusted.toml_datetime]]
187+
criteria = "safe-to-deploy"
188+
user-id = 6743 # Ed Page (epage)
189+
start = "2022-10-21"
190+
end = "2025-08-02"
191+
192+
[[trusted.toml_edit]]
193+
criteria = "safe-to-deploy"
194+
user-id = 6743 # Ed Page (epage)
195+
start = "2021-09-13"
196+
end = "2025-08-02"
197+
198+
[[trusted.ucd-trie]]
199+
criteria = "safe-to-deploy"
200+
user-id = 189 # Andrew Gallant (BurntSushi)
201+
start = "2019-07-21"
202+
end = "2025-08-02"
203+
204+
[[trusted.unsafe-libyaml]]
205+
criteria = "safe-to-deploy"
206+
user-id = 3618 # David Tolnay (dtolnay)
207+
start = "2022-07-03"
208+
end = "2025-08-02"
209+
210+
[[trusted.winnow]]
211+
criteria = "safe-to-deploy"
212+
user-id = 6743 # Ed Page (epage)
213+
start = "2023-02-22"
214+
end = "2025-08-02"

0 commit comments

Comments
 (0)