Skip to content

Commit

Permalink
Merge pull request #236 from matter-labs/flake_update
Browse files Browse the repository at this point in the history
chore(flake): update nixsgx flake input
  • Loading branch information
pbeza authored Dec 20, 2024
2 parents cc46f8d + d11f637 commit d2fbdb5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
11 changes: 3 additions & 8 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[graph]
targets = []
all-features = false
no-default-features = false

[output]
feature-depth = 1

[advisories]
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
vulnerability = "deny"
unmaintained = "warn"
yanked = "warn"
notice = "warn"
ignore = [
# Sidechannel attack to get the private key https://rustsec.org/advisories/RUSTSEC-2023-0071
# currently no rsa private key is used in the codebase,
Expand All @@ -20,8 +20,6 @@ ignore = [
]

[licenses]
unlicensed = "deny"
copyleft = "deny"
allow = [
"MIT",
"Apache-2.0",
Expand All @@ -35,9 +33,6 @@ allow = [
"OpenSSL",
"CC0-1.0",
]
deny = []
allow-osi-fsf-free = "neither"
default = "deny"
confidence-threshold = 0.8
exceptions = []

Expand Down
15 changes: 8 additions & 7 deletions flake.lock

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

0 comments on commit d2fbdb5

Please sign in to comment.