Skip to content

Commit

Permalink
qa: Simplify description for license-reviewed audit criteria
Browse files Browse the repository at this point in the history
When aggregating audits, their criteria need to match exactly. The
description for `license-reviewed` previously made specific references
to aspects of this repository that do not apply to `zcash/librustzcash`
or other repos we want to aggregate from.
  • Loading branch information
str4d committed May 23, 2024
1 parent e78b319 commit 3744bac
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 3744bac

Please sign in to comment.