Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ feature-depth = 1
#db-urls = ["https://github.com/rustsec/advisory-db"]
# A list of advisory IDs to ignore. Note that ignored advisories will still
# output a note when they are encountered.
ignore = [
{ id = "RUSTSEC-2024-0436", reason = "Unmaintained" },
]
ignore = [{ id = "RUSTSEC-2024-0436", reason = "Unmaintained" }]
# If this is true, then cargo deny will use the git executable to fetch advisory database.
# If this is false, then it uses a built-in git library.
# Setting this to true can be helpful if you have special authentication requirements that cargo-deny does not support.
Expand All @@ -92,7 +90,7 @@ allow = [
"MPL-2.0",
"BSD-3-Clause",
"Unicode-3.0",
"Unicode-DFS-2016", # unicode-ident
"Unicode-DFS-2016", # unicode-ident
"Zlib",
"ISC",
"BSL-1.0",
Expand All @@ -108,9 +106,7 @@ allow = [
confidence-threshold = 0.8
# Allow 1 or more licenses on a per-crate basis, so that particular licenses
# aren't accepted for every possible crate as with the normal allow list
exceptions = [
{ allow = ["AGPL-3.0"], crate = "defguard-gateway" },
]
exceptions = [{ allow = ["AGPL-3.0-only"], crate = "defguard-gateway" }]

# Some crates don't have (easily) machine readable licensing information,
# adding a clarification entry for it allows you to manually specify the
Expand Down