From 049b03eea6a7de657559829482c633376e411047 Mon Sep 17 00:00:00 2001 From: Paul Hummer Date: Thu, 20 May 2021 11:22:24 -0600 Subject: [PATCH] fix: update rustsec-2020-0009 with patched version (#917) With the [release of flatbuffers 2.0.0](https://github.com/google/flatbuffers/releases/tag/v2.0.0) google/flatbuffers#5825 has been fixed and released. This patch updates the advisory-db to indicate a patched version addressing the issue. --- crates/flatbuffers/RUSTSEC-2020-0009.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/flatbuffers/RUSTSEC-2020-0009.md b/crates/flatbuffers/RUSTSEC-2020-0009.md index d501c57de..c97d8f6f1 100644 --- a/crates/flatbuffers/RUSTSEC-2020-0009.md +++ b/crates/flatbuffers/RUSTSEC-2020-0009.md @@ -11,7 +11,7 @@ url = "https://github.com/google/flatbuffers/issues/5825" "flatbuffers::read_scalar_at" = [">= 0.4.0"] [versions] -patched = [] +patched = [">= 2.0.0"] unaffected = ["< 0.4.0"] ```