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.
  • Loading branch information
cgwalters committed Sep 29, 2023
1 parent d30d7f6 commit e955b0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ copyleft = "allow"
allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause", "BSD-2-Clause", "Unlicense", "CC0-1.0", "Unicode-DFS-2016"]
private = { ignore = true }

[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 e955b0d

Please sign in to comment.