diff options
Diffstat (limited to 'supply-chain/audits.toml')
| -rw-r--r-- | supply-chain/audits.toml | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml new file mode 100644 index 0000000..f4bbb02 --- /dev/null +++ b/supply-chain/audits.toml @@ -0,0 +1,58 @@ + +# cargo-vet audits file + +[audits] + +[[trusted.deranged]] +criteria = "safe-to-deploy" +user-id = 15682 # Jacob Pratt (jhpratt) +start = "2020-12-10" +end = "2026-05-18" + +[[trusted.gema_texto]] +criteria = "safe-to-deploy" +user-id = 308579 # Rubén Beltrán del Río (rbdr) +start = "2025-01-04" +end = "2026-05-18" + +[[trusted.memchr]] +criteria = "safe-to-deploy" +user-id = 189 # Andrew Gallant (BurntSushi) +start = "2019-07-07" +end = "2026-05-18" + +[[trusted.ryu]] +criteria = "safe-to-deploy" +user-id = 3618 # David Tolnay (dtolnay) +start = "2019-05-02" +end = "2026-05-18" + +[[trusted.serde_json]] +criteria = "safe-to-deploy" +user-id = 3618 # David Tolnay (dtolnay) +start = "2019-02-28" +end = "2026-05-18" + +[[trusted.syn]] +criteria = "safe-to-deploy" +user-id = 3618 # David Tolnay (dtolnay) +start = "2019-03-01" +end = "2026-05-18" + +[[trusted.time]] +criteria = "safe-to-deploy" +user-id = 15682 # Jacob Pratt (jhpratt) +start = "2019-12-19" +end = "2026-05-18" + +[[trusted.time-core]] +criteria = "safe-to-deploy" +user-id = 15682 # Jacob Pratt (jhpratt) +start = "2020-12-17" +end = "2026-05-18" + +[[trusted.time-macros]] +criteria = "safe-to-deploy" +user-id = 15682 # Jacob Pratt (jhpratt) +start = "2019-12-02" +end = "2026-05-18" |