In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsThere is no fixed version for flatbuffers
.
flatbuffers is a memory efficient serialization library.
Affected versions of this package are vulnerable to Out-of-Bounds read and write by generated code.
Note: All users that use generated code by flatbuffers compiler are recommended to:
not expose flatbuffer generated code as part of their public APIs.
audit their code and look for any usage of follow, push, or any method that uses them (e.g. self_follow).
Carefuly go through the crates' documentation to understand which "safe" APIs are not intended to be used.