-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a wildcard audit for jsonschema-valido
I publish this crate, so a wildcard is more appropriate than a trusted marker. [doc only]
- Loading branch information
Showing
2 changed files
with
7 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
|
||
# cargo-vet audits file | ||
|
||
[[wildcard-audits.jsonschema-valid]] | ||
who = "Jan-Erik Rediger <[email protected]>" | ||
criteria = "safe-to-run" | ||
user-id = 48 # Jan-Erik Rediger (badboy) | ||
start = "2020-02-26" | ||
end = "2024-11-10" | ||
|
||
[[wildcard-audits.uniffi]] | ||
who = "Jan-Erik Rediger <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -231,12 +238,6 @@ user-id = 6825 # Dan Gohman (sunfishcode) | |
start = "2022-01-22" | ||
end = "2024-10-19" | ||
|
||
[[trusted.jsonschema-valid]] | ||
criteria = "safe-to-run" | ||
user-id = 48 # Jan-Erik Rediger (badboy) | ||
start = "2020-02-26" | ||
end = "2024-11-08" | ||
|
||
[[trusted.linux-raw-sys]] | ||
criteria = "safe-to-deploy" | ||
user-id = 6825 # Dan Gohman (sunfishcode) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -371,12 +371,6 @@ criteria = "safe-to-deploy" | |
version = "0.3.1" | ||
aggregated-from = "https://chromium.googlesource.com/chromiumos/third_party/rust_crates/+/refs/heads/main/cargo-vet/audits.toml?format=TEXT" | ||
|
||
[[audits.google.audits.textwrap]] | ||
who = "ChromeOS" | ||
criteria = "safe-to-run" | ||
version = "0.15.2" | ||
aggregated-from = "https://chromium.googlesource.com/chromiumos/third_party/rust_crates/+/refs/heads/main/cargo-vet/audits.toml?format=TEXT" | ||
|
||
[[audits.google.audits.textwrap]] | ||
who = "George Burgess IV <[email protected]>" | ||
criteria = "safe-to-run" | ||
|