[]
# The lint level for security vulnerabilities
= "deny"
# The lint level for unmaintained crates
= "warn"
# The lint level for crates with security notices
= "warn"
# A list of advisory IDs to ignore
= [
# rsa v0.9.8: Marvin Attack vulnerability - no fix available yet
"RUSTSEC-2023-0071",
]
# Threshold for security vulnerabilities, any vulnerability with a CVSS score lower
# than this value will be ignored.
= "Medium"