Skip to content

Commit

Permalink
Start setting up real cargo-vet config
Browse files Browse the repository at this point in the history
  • Loading branch information
legoktm committed Feb 12, 2024
1 parent f6c42b9 commit 85e1d4f
Show file tree
Hide file tree
Showing 3 changed files with 1,201 additions and 6 deletions.
119 changes: 119 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,122 @@
# cargo-vet audits file

[audits]

[[trusted.flate2]]
criteria = "safe-to-deploy"
user-id = 4333
start = "2020-09-30"
end = "2024-08-12"
notes = "Rust Project member"

[[trusted.indexmap]]
criteria = "safe-to-deploy"
user-id = 539 # Josh Stone (cuviper)
start = "2020-01-15"
end = "2024-08-12"
notes = "Rust Project member"

[[trusted.libc]]
criteria = "safe-to-deploy"
user-id = 51017 # Yuki Okushi (JohnTitor)
start = "2020-03-17"
end = "2024-08-12"
notes = "Rust Project member"

[[trusted.linux-raw-sys]]
criteria = "safe-to-deploy"
user-id = 6825 # Dan Gohman (sunfishcode)
start = "2021-06-12"
end = "2024-08-12"
notes = "Rust Project member"

[[trusted.mio]]
criteria = "safe-to-deploy"
user-id = 10 # Carl Lerche (carllerche)
start = "2019-05-15"
end = "2024-08-12"
notes = "Rust Project member"

[[trusted.openssl]]
criteria = "safe-to-deploy"
user-id = 163 # Alex Gaynor (alex)
start = "2023-03-24"
end = "2024-08-12"
notes = "Rust Project member"

[[trusted.openssl-sys]]
criteria = "safe-to-deploy"
user-id = 163 # Alex Gaynor (alex)
start = "2023-03-24"
end = "2024-08-12"
notes = "Rust Project member"

[[trusted.proc-macro2]]
criteria = "safe-to-deploy"
user-id = 3618 # David Tolnay (dtolnay)
start = "2019-04-23"
end = "2024-08-12"
notes = "Rust Project member"

[[trusted.rustix]]
criteria = "safe-to-deploy"
user-id = 6825 # Dan Gohman (sunfishcode)
start = "2021-10-29"
end = "2024-08-12"
notes = "Rust Project member"

[[trusted.ryu]]
criteria = "safe-to-deploy"
user-id = 3618 # David Tolnay (dtolnay)
start = "2019-05-02"
end = "2024-08-12"
notes = "Rust Project member"

[[trusted.serde]]
criteria = "safe-to-deploy"
user-id = 3618 # David Tolnay (dtolnay)
start = "2019-03-01"
end = "2024-08-12"
notes = "Rust Project member"

[[trusted.serde_derive]]
criteria = "safe-to-deploy"
user-id = 3618 # David Tolnay (dtolnay)
start = "2019-03-01"
end = "2024-08-12"
notes = "Rust Project member"

[[trusted.serde_json]]
criteria = "safe-to-deploy"
user-id = 3618 # David Tolnay (dtolnay)
start = "2019-02-28"
end = "2024-08-12"
notes = "Rust Project member"

[[trusted.socket2]]
criteria = "safe-to-deploy"
user-id = 1 # Alex Crichton (alexcrichton)
start = "2019-05-06"
end = "2024-08-12"
notes = "Rust Project member"

[[trusted.syn]]
criteria = "safe-to-deploy"
user-id = 3618 # David Tolnay (dtolnay)
start = "2019-03-01"
end = "2024-08-12"
notes = "Rust Project member"

[[trusted.tokio-macros]]
criteria = "safe-to-deploy"
user-id = 10 # Carl Lerche (carllerche)
start = "2019-04-24"
end = "2024-08-12"
notes = "Rust Project member"

[[trusted.wasm-bindgen-futures]]
criteria = "safe-to-deploy"
user-id = 1 # Alex Crichton (alexcrichton)
start = "2019-03-04"
end = "2024-08-12"
notes = "Rust Project member"
96 changes: 96 additions & 0 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,101 @@ url = "https://raw.githubusercontent.com/freedomofpress/securedrop-supply-chain/
[imports.zcash]
url = "https://raw.githubusercontent.com/zcash/rust-ecosystem/main/supply-chain/audits.toml"

[policy.js-sys]
criteria = []
notes = "WASM-only"

[policy.schannel]
criteria = []
notes = "Windows-only"

[policy.securedrop-proxy]
criteria = "safe-to-run"

[policy.security-framework]
criteria = []
notes = "macOS-only"

[policy.security-framework-sys]
criteria = []
notes = "macOS-only"

[policy.system-configuration]
criteria = []
notes = "macOS-only"

[policy.system-configuration-sys]
criteria = []
notes = "macOS-only"

[policy.wasi]
criteria = []
notes = "WASM-only"

[policy.wasm-bindgen]
criteria = []
notes = "WASM-only"

[policy.wasm-bindgen-backend]
criteria = []
notes = "WASM-only"

[policy.wasm-bindgen-macro]
criteria = []
notes = "WASM-only"

[policy.wasm-bindgen-macro-support]
criteria = []
notes = "WASM-only"

[policy.wasm-bindgen-shared]
criteria = []
notes = "WASM-only"

[policy.wasm-streams]
criteria = []
notes = "WASM-only"

[policy.web-sys]
criteria = []
notes = "WASM-only"

[policy.windows-sys]
criteria = []
notes = "Windows-only"

[policy.windows-targets]
criteria = []
notes = "Windows-only"

[policy.windows_aarch64_gnullvm]
criteria = []
notes = "Windows-only"

[policy.windows_aarch64_msvc]
criteria = []
notes = "Windows-only"

[policy.windows_i686_gnu]
criteria = []
notes = "Windows-only"

[policy.windows_i686_msvc]
criteria = []
notes = "Windows-only"

[policy.windows_x86_64_gnu]
criteria = []
notes = "Windows-only"

[policy.windows_x86_64_gnullvm]
criteria = []
notes = "Windows-only"

[policy.windows_x86_64_msvc]
criteria = []
notes = "Windows-only"

[policy.winreg]
criteria = []
notes = "Windows-only"
Loading

0 comments on commit 85e1d4f

Please sign in to comment.