diff options
author | Jörg Sommer <joerg.sommer@navimatix.de> | 2025-01-03 19:43:49 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2025-02-04 14:29:37 -0800 |
commit | 14cd4fb44e004416cb7bcc0d76dc5cdc2e58b8e0 (patch) | |
tree | f3a1f65843aeeb294e960eea103ceb3a279eafe4 | |
parent | bd822f424c7deb53a13411eabe5d94601ff66246 (diff) | |
download | meta-openembedded-14cd4fb44e004416cb7bcc0d76dc5cdc2e58b8e0.tar.gz |
libtinyxml2: set CVE product to tinyxml2
This library gets tracked with the product name tinyxml2:
https://nvd.nist.gov/products/cpe/detail/5A6C04CB-E6AD-4740-882A-34620AEC060A
Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 1c60b8ccf7a011fcac05714fc29d47bbc21c5ea3)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb index bcd309282b..2ee43ebc03 100644 --- a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb +++ b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb | |||
@@ -3,6 +3,7 @@ HOMEPAGE = "https://leethomason.github.io/tinyxml2" | |||
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "Zlib" | 4 | LICENSE = "Zlib" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd" |
6 | CVE_PRODUCT = "tinyxml2" | ||
6 | 7 | ||
7 | SRCREV = "321ea883b7190d4e85cae5512a12e5eaa8f8731f" | 8 | SRCREV = "321ea883b7190d4e85cae5512a12e5eaa8f8731f" |
8 | SRC_URI = "git://github.com/leethomason/tinyxml2.git;branch=master;protocol=https \ | 9 | SRC_URI = "git://github.com/leethomason/tinyxml2.git;branch=master;protocol=https \ |