# SPDX-FileCopyrightText: 2023 Heiko Schaefer # SPDX-License-Identifier: MIT OR Apache-2.0 [advisories] db-path = "~/.cargo/advisory-db" db-urls = ["https://github.com/rustsec/advisory-db"] yanked = "warn" ignore = [ # Ignore Marvin Attack as this tool is not used in online scenarios # that are suspectible to timing attacks "RUSTSEC-2023-0071", # Will be resolved once subplot is updated to > 0.9.0: https://gitlab.com/subplot/subplot/-/issues/340 "RUSTSEC-2023-0067", ] [bans.workspace-dependencies] duplicates = "warn" [licenses] allow = [ "MIT", "MIT-0", "Apache-2.0", "BSD-3-Clause", "BSD-2-Clause", "ISC", "MPL-2.0", "BSL-1.0", "Unicode-DFS-2016", ]