2025-09-20 12:19:28 +01:00
# cargo-vet audits file
2025-10-03 18:18:52 +01:00
[[ audits . esplugin ]]
who = "Oliver Hamlet <git@ortham.net>"
criteria = "safe-to-deploy"
version = "6.1.4"
notes = "This is my own crate published using Trusted Publishing, but I can't mark it as trusted by cargo-vet because it doesn't support Trusted Publishing and just sees that the publisher is unknown."
2025-09-20 12:19:28 +01:00
2025-10-03 18:33:58 +01:00
[[ audits . regex ]]
who = "Oliver Hamlet <git@ortham.net>"
criteria = "safe-to-deploy"
delta = "1.11.2 -> 1.11.3"
notes = "It just increments the minimum version of regex-automata."
2025-11-24 22:26:02 +00:00
[[ audits . regex ]]
who = "Oliver Hamlet <git@ortham.net>"
criteria = "safe-to-deploy"
delta = "1.11.3 -> 1.12.2"
2025-10-03 18:33:58 +01:00
[[ audits . regex-automata ]]
who = "Oliver Hamlet <git@ortham.net>"
criteria = "safe-to-deploy"
delta = "0.4.9 -> 0.4.11"
notes = "It's a combination of format!() syntax tweaks and added calls to .shrink_to_fit()."
2025-11-24 22:26:02 +00:00
[[ audits . regex-automata ]]
who = "Oliver Hamlet <git@ortham.net>"
criteria = "safe-to-deploy"
delta = "0.4.11 -> 0.4.13"
2025-09-20 12:19:28 +01:00
[[ trusted . esplugin ]]
criteria = "safe-to-deploy"
user-id = 9999 # Oliver Hamlet (Ortham)
start = "2019-04-24"
end = "2026-09-16"
notes = "I'm the author."
[[ trusted . libc ]]
criteria = "safe-to-deploy"
user-id = 55123 # rust-lang-owner
start = "2024-08-15"
end = "2026-09-16"
notes = "rust-lang-owner is a bot run by the Rust Infrastructure Team, so libc is hopefully as trustworthy as the Rust toolchain."
2025-09-20 19:37:55 +01:00
[[ trusted . windows-link ]]
criteria = "safe-to-deploy"
user-id = 64539 # Kenny Kerr (kennykerr)
start = "2022-09-01"
end = "2026-09-17"
notes = "kennykerr is on the Windows team at Microsoft."
2025-09-20 12:19:28 +01:00
[[ trusted . windows-sys ]]
criteria = "safe-to-deploy"
user-id = 64539 # Kenny Kerr (kennykerr)
start = "2021-11-15"
end = "2026-09-17"
notes = "kennykerr is on the Windows team at Microsoft."
[[ trusted . windows-targets ]]
criteria = "safe-to-deploy"
user-id = 64539 # Kenny Kerr (kennykerr)
start = "2022-09-09"
end = "2026-09-17"
notes = "kennykerr is on the Windows team at Microsoft."