feat: implement Ghidra adapter and Nix integration
This commit is contained in:
parent
170ca32f58
commit
c0e540ee76
14 changed files with 1482 additions and 14 deletions
26
deny.toml
Normal file
26
deny.toml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
[advisories]
|
||||
version = 2
|
||||
yanked = "deny"
|
||||
|
||||
[bans]
|
||||
multiple-versions = "warn"
|
||||
wildcards = "deny"
|
||||
highlight = "all"
|
||||
|
||||
[licenses]
|
||||
version = 2
|
||||
confidence-threshold = 0.93
|
||||
allow = [
|
||||
"Apache-2.0",
|
||||
"BSD-2-Clause",
|
||||
"BSD-3-Clause",
|
||||
"ISC",
|
||||
"MIT",
|
||||
"Unicode-3.0",
|
||||
"Zlib",
|
||||
]
|
||||
|
||||
[sources]
|
||||
unknown-registry = "deny"
|
||||
unknown-git = "deny"
|
||||
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue