Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.15.0
Description
From GitHub use emilk:
cargo audit output:
{{ID: RUSTSEC-2019-0028
Crate: flatbuffers
Version: 0.5.0
Date: 2019-10-20
URL: https://github.com/google/flatbuffers/issues/5530
Title: Unsound `impl Follow for bool`}}
The fix should be as simple as editing https://github.com/apache/arrow/blob/master/rust/arrow/Cargo.toml from flatbuffers = "0.5.0" to flatbuffers = "0.6.0"
A more longterm improvement is to add a call to cargo audit in your CI to catch these problems as early as possible
Attachments
Issue Links
- links to