Skip to content

Commit

Permalink
Merge pull request zcash#6897 from str4d/qa-fix-cargo-vet-audit-desc
Browse files Browse the repository at this point in the history
qa: Simplify description for `license-reviewed` audit criteria
  • Loading branch information
str4d authored May 24, 2024
2 parents e78b319 + 3744bac commit fe6faf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
description = "The cryptographic code in this crate has been reviewed for correctness by a member of a designated set of cryptography experts within the project."

[criteria.license-reviewed]
description = "The license of this crate has been reviewed for compatibility with its usage in this repository. If the crate is not available under the MIT license, `contrib/debian/copyright` has been updated with a corresponding copyright notice for files under `depends/*/vendored-sources/CRATE_NAME`."
description = "The license of this crate has been reviewed for compatibility with its usage in this repository."

[[audits.addr2line]]
who = "Jack Grigg <[email protected]>"
Expand Down

0 comments on commit fe6faf4

Please sign in to comment.