mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
flatbuffers: whitelist CVE-2020-35864
CVE-2020-35864 is for the rust crate for flatbuffers, not flatbuffers itself. https://security-tracker.debian.org/tracker/CVE-2020-35864 "NOT-FOR-US: flatbuffers rust crate" Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
bed52e2112
commit
4964a5a463
|
|
@ -14,6 +14,9 @@ SRCREV = "6df40a2471737b27271bdd9b900ab5f3aec746c7"
|
|||
|
||||
SRC_URI = "git://github.com/google/flatbuffers.git"
|
||||
|
||||
# affects only flatbuffers rust crate
|
||||
CVE_CHECK_WHITELIST += "CVE-2020-35864"
|
||||
|
||||
# Make sure C++11 is used, required for example for GCC 4.9
|
||||
CXXFLAGS += "-std=c++11 -fPIC"
|
||||
BUILD_CXXFLAGS += "-std=c++11 -fPIC"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user