diff options
| -rw-r--r-- | osv-scanner.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/osv-scanner.toml b/osv-scanner.toml index 0349695942..02b1479177 100644 --- a/osv-scanner.toml +++ b/osv-scanner.toml @@ -50,3 +50,11 @@ KyberSlash is not exploitable in our usage of it: https://mullvad.net/en/blog/mullvads-usage-of-kyber-is-not-affected-by-kyberslash And no patched version is available. """ + +[[IgnoredVulns]] +id = "RUSTSEC-2024-0370" +ignoreUntil = 2024-12-06 +reason = """ +proc-macro-error is unmaintained, but it does not necessarily contain any vulns. +Will be fixed by bumping `nftnl`. +""" |
