Skip to content

Commit

Permalink
fix: mpl removed from allow list
Browse files Browse the repository at this point in the history
  • Loading branch information
raja-sekhar-r committed Sep 19, 2024
1 parent 29aec70 commit f14b38f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,16 @@ allow = [
"AFL-2.1",
"OpenSSL",
"ISC",
"MPL-2.0",
"W3C-20150513",
]

exceptions = [
{ allow = ["OpenSSL"], crate = "ring" },
{ allow = ["CC-BY-SA-3.0"], crate = "ssi-contexts" },
{ allow = ["MPL-2.0"], crate = "bitmaps" },
{ allow = ["MPL-2.0"], crate = "webpki-roots" },
{ allow = ["MPL-2.0"], crate = "sized-chunks" },
{ allow = ["MPL-2.0"], crate = "im" },
]

# Sigh
Expand Down

0 comments on commit f14b38f

Please sign in to comment.