Skip to content

Commit

Permalink
Merge pull request #406 from KisaragiEffective/cargo-deny-migration/p…
Browse files Browse the repository at this point in the history
…hase-1
  • Loading branch information
KisaragiEffective authored May 19, 2024
2 parents f2b1a31 + 2261c8d commit 9c1de01
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,7 @@ yanked = "warn"
notice = "warn"
# A list of advisory IDs to ignore. Note that ignored advisories will still
# output a note when they are encountered.
ignore = [
# https://github.com/time-rs/time/issues/293#issuecomment-946382614
"RUSTSEC-2020-0071",
]
ignore = []
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
# lower than the range specified will be ignored. Note that ignored advisories
# will still output a note when they are encountered.
Expand Down Expand Up @@ -106,16 +103,10 @@ allow = [
# common two, why don't we allow? ;)
"MIT",
"Apache-2.0",
# It is very similar to MIT. FSF said there are some disambiguity, but that's not huge problem for me.
"ISC",
# unicode-ident, dependency of proc-macro2 and syn -- It is also very similar to MIT, except it's own terms.
# The own terms point two requirements; License notice must be appeared in certain places, and contributor names
# must not be used to advertising without prior written authorization from them.
"Unicode-DFS-2016",
# encoding_rs
"BSD-3-Clause",
# ring
"OpenSSL",
# why don't we allow? ;)
"CC0-1.0"
]
Expand Down

0 comments on commit 9c1de01

Please sign in to comment.