You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
858 B
36 lines
858 B
[advisories] |
|
yanked = "deny" |
|
ignore = [ |
|
{ id = "RUSTSEC-2026-0002", reason = "lru is not a direct dependency: requires new release of rqrr, and then of aperture" }, |
|
] |
|
|
|
[bans] |
|
multiple-versions = "allow" |
|
|
|
# To check if a license if compatible with our GPL v3.0 license, see: https://www.gnu.org/licenses/license-list.html |
|
# Keep list sorted alphabetically. |
|
[licenses] |
|
unused-allowed-license = "deny" |
|
allow = [ |
|
"Apache-2.0", |
|
"Apache-2.0 WITH LLVM-exception", |
|
"BSD-2-Clause", |
|
"BSD-3-Clause", |
|
"BSL-1.0", |
|
"GPL-3.0-or-later", |
|
"ISC", |
|
"MIT", |
|
"MPL-2.0", |
|
"Unicode-3.0", |
|
"Zlib", |
|
] |
|
|
|
[sources] |
|
unknown-git = "deny" |
|
required-git-spec = "rev" |
|
allow-git = [ |
|
"https://github.com/ruma/ruma", |
|
"https://github.com/matrix-org/matrix-rust-sdk", |
|
"https://gitlab.gnome.org/GNOME/glycin", |
|
] |
|
unused-allowed-source = "allow"
|
|
|