Skip to content

Commit a840957

Browse files
authored
fix: Allow aws-lc-fips-sys licenses in deny.toml (#172)
Signed-off-by: Scott Fleener <scott@buoyant.io>
1 parent a165176 commit a840957

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

deny.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ exceptions = [
2828
"Apache-2.0",
2929
"OpenSSL"
3030
], name = "aws-lc-sys"},
31+
{ allow = [
32+
"ISC",
33+
"MIT",
34+
"OpenSSL",
35+
], name = "aws-lc-fips-sys", version = "*" },
3136
]
3237

3338
[[licenses.clarify]]

0 commit comments

Comments
 (0)