mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 15:39:59 -07:00
Upgrade some yanked dependencies to non-yanked (windows-core) and ignore the other two warnings.
12 lines
436 B
TOML
12 lines
436 B
TOML
[advisories]
|
|
ignore = [
|
|
# RSA Marvin Attack in `rsa`, dragged in through rustcrypto (dev builds)
|
|
# and adb_client (USB signing only, unrelated to marvin attack which
|
|
# targets decryption).
|
|
"RUSTSEC-2023-0071",
|
|
# paste crate being unmaintained is not important. it's not dealing with
|
|
# user-input. we could get rid of this warning by disabling the image
|
|
# dependency in adb-client.
|
|
"RUSTSEC-2024-0436",
|
|
]
|