diff options
Diffstat (limited to 'deny.toml')
-rw-r--r-- | deny.toml | 85 |
1 files changed, 83 insertions, 2 deletions
diff --git a/deny.toml b/deny.toml index f52b32a..3897c9c 100644 --- a/deny.toml +++ b/deny.toml @@ -1,5 +1,5 @@ [licenses] -allow = ["AGPL-3.0"] +allow = ["AGPL-3.0", "MIT", "Apache-2.0"] [bans] multiple-versions = "deny" @@ -12,13 +12,94 @@ include-path-dependencies = true unused = "deny" [bans.build] -allow-build-scripts = [] +# libc is maintained by the Rust project. +allow-build-scripts = ["libc"] executables = "deny" interpreted = "deny" enable-builtin-globs = true include-dependencies = true include-archives = true +# Vetted on 2025-09-08. +[[bans.build.bypass]] +crate = "[email protected]" +allow = [ + { path = "tests/wrap_ignored", checksum = "a9e241edf584a0702066b25bc15c5bbfd8a1019e14fb655fc4f47a67360065ca" } +] + +# Vetted on 2025-09-08. +[[bans.build.bypass]] +crate = "[email protected]" +build-script = "9280e324b69c0c80c65de8074046104ac561cbfe0b7856e02a939e491936aaac" + +# Vetted on 2025-09-08. +[[bans.build.bypass]] +crate = "[email protected]" +build-script = "d3969209fc1c9d201c66ed11820d0b328600d75b3971f8ceebeab04900bc0587" + +# Vetted on 2025-09-08. +[[bans.build.bypass]] +crate = "[email protected]" +build-script = "e0d1ab65cb040885a63543a67bc507abfccac525ad1149ea62a16a3d42482c9c" + +# Vetted on 2025-09-08. +[[bans.build.bypass]] +crate = "[email protected]+wasi-0.2.4" +allow = [ + { path = "ci/regenerate.sh", checksum = "430dcf025bfa4ab3b12acda071a75943382ccc69efb91fb32c3512b06a666503" }, + { path = "ci/vendor-wit.sh", checksum = "6ea63164316554fa60fc32243595dc79629953cfb63d973678dc715b3b3cd61e" }, +] + +# Vetted on 2025-09-08. +[[bans.build.bypass]] +crate = "[email protected]" +build-script = "7314278de5615bc432c65a123958136c98e996ce7c8cbf5f9d69a90f694d694b" + +# Vetted on 2025-09-08. +[[bans.build.bypass]] +crate = "[email protected]" +build-script = "99b4276049457d3ea1d304277d66b0ff1abba0b9b1f5d60a5e25bdd3fd897a91" + +# Vetted on 2025-09-08. +[[bans.build.bypass]] +crate = "[email protected]" +build-script = "6d40bd2c0ed4cbea5126dfcd89d72f229c7d986540cbf0dc34acc1017f1de20f" + +# Vetted on 2025-09-08. +[[bans.build.bypass]] +crate = "[email protected]" +build-script = "6d40bd2c0ed4cbea5126dfcd89d72f229c7d986540cbf0dc34acc1017f1de20f" + +# Vetted on 2025-09-08. +[[bans.build.bypass]] +crate = "[email protected]" +build-script = "6d40bd2c0ed4cbea5126dfcd89d72f229c7d986540cbf0dc34acc1017f1de20f" + +# Vetted on 2025-09-08. +[[bans.build.bypass]] +crate = "[email protected]" +build-script = "6d40bd2c0ed4cbea5126dfcd89d72f229c7d986540cbf0dc34acc1017f1de20f" + +# Vetted on 2025-09-08. +[[bans.build.bypass]] +crate = "[email protected]" +build-script = "6d40bd2c0ed4cbea5126dfcd89d72f229c7d986540cbf0dc34acc1017f1de20f" + +# Vetted on 2025-09-08. +[[bans.build.bypass]] +crate = "[email protected]" +build-script = "6d40bd2c0ed4cbea5126dfcd89d72f229c7d986540cbf0dc34acc1017f1de20f" + +# Vetted on 2025-09-08. +[[bans.build.bypass]] +crate = "[email protected]" +build-script = "6d40bd2c0ed4cbea5126dfcd89d72f229c7d986540cbf0dc34acc1017f1de20f" + +# Vetted on 2025-09-08. +[[bans.build.bypass]] +crate = "[email protected]" +build-script = "6d40bd2c0ed4cbea5126dfcd89d72f229c7d986540cbf0dc34acc1017f1de20f" + [sources] unknown-registry = "deny" unknown-git = "deny" |