Skip to content

Commit

Permalink
deny: Add ring
Browse files Browse the repository at this point in the history
We want to require FIPS validation downstream, so we use openssl.

Signed-off-by: Colin Walters <walters@verbum.org>
  • Loading branch information
cgwalters committed Sep 29, 2023
1 parent 0917560 commit 9d6267e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
unlicensed = "deny"
allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause", "BSD-2-Clause", "Unicode-DFS-2016"]

[bans]
[[bans.deny]]
# We want to require FIPS validation downstream, so we use openssl
name = "ring"

[sources]
unknown-registry = "deny"
Expand Down

0 comments on commit 9d6267e

Please sign in to comment.