Skip to content

Commit 8a67cd8

Browse files
authored
Update to use ODP consolidated audit file (#42)
Now that ODP has a consolidated audit file update the current link to point there instead.
1 parent 230c581 commit 8a67cd8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

supply-chain/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
version = "0.10"
66

77
[imports.OpenDevicePartnership]
8-
url = "https://raw.githubusercontent.com/OpenDevicePartnership/embedded-services/refs/heads/main/supply-chain/audits.toml"
8+
url = "https://raw.githubusercontent.com/OpenDevicePartnership/rust-crate-audits/refs/heads/main/audits.toml"
99

1010
[imports.bytecode-alliance]
1111
url = "https://raw.githubusercontent.com/bytecodealliance/wasmtime/main/supply-chain/audits.toml"

supply-chain/imports.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
who = "Robert Zieba <[email protected]>"
66
criteria = "safe-to-run"
77
version = "2.5.0"
8+
aggregated-from = "https://raw.githubusercontent.com/OpenDevicePartnership/embedded-services/refs/heads/main/supply-chain/audits.toml"
89

910
[[audits.bytecode-alliance.audits.tokio-macros]]
1011
who = "Alex Crichton <[email protected]>"

0 commit comments

Comments
 (0)