mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-14 19:47:01 +05:30
chore: remove cargo-deny config
This repo uses cargo-audit
This commit is contained in:
parent
a6f9253a4b
commit
bdc90262a0
1 changed files with 0 additions and 42 deletions
42
deny.toml
42
deny.toml
|
@ -1,42 +0,0 @@
|
||||||
targets = [
|
|
||||||
{ triple = "x86_64-unknown-linux-gnu" },
|
|
||||||
{ triple = "aarch64-unknown-linux-gnu" },
|
|
||||||
{ triple = "x86_64-unknown-linux-musl" },
|
|
||||||
{ triple = "aarch64-apple-darwin" },
|
|
||||||
{ triple = "x86_64-apple-darwin" },
|
|
||||||
{ triple = "x86_64-pc-windows-msvc" },
|
|
||||||
]
|
|
||||||
|
|
||||||
[advisories]
|
|
||||||
db-path = "~/.cargo/advisory-db"
|
|
||||||
db-urls = ["https://github.com/rustsec/advisory-db"]
|
|
||||||
vulnerability = "deny"
|
|
||||||
unmaintained = "warn"
|
|
||||||
yanked = "warn"
|
|
||||||
notice = "warn"
|
|
||||||
[licenses]
|
|
||||||
unlicensed = "deny"
|
|
||||||
allow = [
|
|
||||||
"MIT",
|
|
||||||
"Apache-2.0",
|
|
||||||
]
|
|
||||||
copyleft = "allow"
|
|
||||||
allow-osi-fsf-free = "neither"
|
|
||||||
default = "deny"
|
|
||||||
confidence-threshold = 0.8
|
|
||||||
exceptions = [
|
|
||||||
{ allow = ["Unicode-DFS-2016"], name = "unicode-ident", version = "*" },
|
|
||||||
]
|
|
||||||
|
|
||||||
[licenses.private]
|
|
||||||
ignore = false
|
|
||||||
|
|
||||||
[bans]
|
|
||||||
multiple-versions = "deny"
|
|
||||||
wildcards = "deny"
|
|
||||||
highlight = "all"
|
|
||||||
|
|
||||||
[sources]
|
|
||||||
unknown-registry = "deny"
|
|
||||||
unknown-git = "deny"
|
|
||||||
allow-git = []
|
|
Loading…
Add table
Add a link
Reference in a new issue