Skip to content

Commit

Permalink
fix: update rustsec-2020-0009 with patched version (#917)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rockstar authored May 20, 2021
1 parent 7e4cbf6 commit 049b03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/flatbuffers/RUSTSEC-2020-0009.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
```

Expand Down

0 comments on commit 049b03e

Please # to comment.