From efdf5ee4c3f891b5fbd491b0ffb4a5884c9fd70b Mon Sep 17 00:00:00 2001 From: Georg Bauer Date: Sun, 9 Aug 2026 16:15:15 +0200 Subject: [PATCH] Document OSV bincode advisory exception --- osv-scanner.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 osv-scanner.toml diff --git a/osv-scanner.toml b/osv-scanner.toml new file mode 100644 index 0000000..b0ee0d5 --- /dev/null +++ b/osv-scanner.toml @@ -0,0 +1,4 @@ +[[IgnoredVulns]] +id = "RUSTSEC-2025-0141" +ignoreUntil = 2027-02-09 +reason = "Informational unmaintained advisory. bincode 1.3.3 is transitively required by syntect for trusted embedded syntax and theme dumps; no patched release or compatible migration is currently available."