Skip to content

Commit

Permalink
Add a wildcard audit for jsonschema-valido
Browse files Browse the repository at this point in the history
I publish this crate, so a wildcard is more appropriate than a trusted
marker.

[doc only]
  • Loading branch information
badboy committed Nov 13, 2023
1 parent 77ff783 commit 80dc573
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
13 changes: 7 additions & 6 deletions supply-chain/audits.toml
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"
Expand Down Expand Up @@ -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)
Expand Down
6 changes: 0 additions & 6 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 80dc573

Please sign in to comment.