malwaredb 0.3.2

Service for storing malicious, benign, or unknown files and related metadata and relationships.
[graph]
targets = [
    "aarch64-apple-darwin",
    "aarch64-pc-windows-msvc",
    "aarch64-unknown-linux-gnu",
    "aarch64-unknown-linux-musl",
    "x86_64-pc-windows-msvc",
    "x86_64-unknown-linux-gnu",
    "x86_64-unknown-linux-musl",
]
all-features = true

[advisories]
ignore = [
    "RUSTSEC-2023-0071", # We don't use the RSA crate for encryption directly; it's used by Yara for processing rules.
]

[licenses]
allow = [
    "Apache-2.0",
    "Apache-2.0 WITH LLVM-exception",
    "MIT",
    "MIT-0",
    "MPL-2.0",
    "BSL-1.0",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "bzip2-1.0.6",
    "ISC",
    "LicenseRef-Slint-Royalty-free-2.0",
    "OpenSSL",
    "Unicode-3.0",
    "Zlib",
]
confidence-threshold = 0.9
exceptions = [
    { allow = ["GPL-3.0"], crate = "malwaredb-lzjd" }
]

[[licenses.clarify]]
crate = "ring"
expression = "MIT AND ISC AND OpenSSL"
license-files = [
    { path = "LICENSE", hash = 0xbd0eed23 }
]

[bans]
multiple-versions = "warn"
wildcards = "warn"
highlight = "simplest-path"
workspace-default-features = "allow"
external-default-features = "allow"

skip-tree = [
    { crate = "windows", reason = "a foundational crate for many that bumps too frequently" },
    { crate = "windows-collections", reason = "a foundational crate for many that bumps too frequently" },
    { crate = "windows-future", reason = "a foundational crate for many that bumps too frequently" },
    { crate = "windows-interface", reason = "a foundational crate for many that bumps too frequently" },
    { crate = "windows-numerics", reason = "a foundational crate for many that bumps too frequently" },
    { crate = "windows-strings", reason = "a foundational crate for many that bumps too frequently " },
    { crate = "windows-sys", reason = "a foundational crate for many that bumps too frequently" },
    { crate = "windows-threading", reason = "a foundational crate for many that bumps too frequently" },
]

[sources]
unknown-registry = "deny"
unknown-git = "deny"