Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
Shut up cargo deny and cargo audit
Merged liw opened 1 year ago

It’s not useful to have them produce output that we can’t do anything about, so it’s better if they don’t.

1 file changed +5 -5 c45291bc 23ad83a9
modified deny.toml
@@ -37,7 +37,9 @@ db-urls = ["https://github.com/rustsec/advisory-db"]
yanked = "warn"
# A list of advisory IDs to ignore. Note that ignored advisories will still
# output a note when they are encountered.
-
ignore = []
+
ignore = [
+
       "RUSTSEC-2024-0370"
+
]

# This section is considered when running `cargo deny check licenses`
[licenses]
@@ -48,10 +50,8 @@ allow = [
    "MIT",
    "MIT-0",
    "Apache-2.0",
-
    "Unicode-DFS-2016",
    "Unicode-3.0",
-
    "BSD-3-Clause",
-
    "MPL-2.0"
+
    "BSD-3-Clause"
]
# The confidence threshold for detecting a license from license text.
confidence-threshold = 0.8
@@ -75,7 +75,7 @@ registries = []
# This section is considered when running `cargo deny check bans`.
[bans]
# Lint level for when multiple versions of the same crate are detected
-
multiple-versions = "warn"
+
multiple-versions = "allow"
# Lint level for when a crate version requirement is `*`
wildcards = "allow"
# The graph highlighting used when creating dotgraphs for crates