diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-08 08:51:42 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-12 08:53:47 -0800 |
| commit | 15aca0b2fa03dc25f551e84d381295c89dae8253 (patch) | |
| tree | da943a9b1690f7bb292200e6781610b10b8a82dc | |
| parent | 2b499660d04c79b06408a393a7f08f255f1e39af (diff) | |
| download | meta-openembedded-15aca0b2fa03dc25f551e84d381295c89dae8253.tar.gz | |
raptor2: set CVE_PRODUCT
All relevant CVEs are files against these CPEs.
See CVE db query (zediious vendor is not relevant):
sqlite> select * from PRODUCTs where PRODUCT like '%raptor%' and vendor <> 'symantec' and product <> 'velociraptor';
CVE-2012-0037|librdf|raptor|||2.0.7|<
CVE-2017-18926|librdf|raptor_rdf_syntax_library|2.0.15|=||
CVE-2020-25713|librdf|raptor_rdf_syntax_library|2.0.15|=||
CVE-2023-49078|zediious|raptor-web|0.4.4|=||
CVE-2024-57822|librdf|raptor_rdf_syntax_library|||2.0.16|<=
CVE-2024-57823|librdf|raptor_rdf_syntax_library|||2.0.16|<=
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb b/meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb index 7014a28c02..03e57ce86f 100644 --- a/meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb +++ b/meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb | |||
| @@ -22,3 +22,5 @@ EXTRA_OECONF = " \ | |||
| 22 | --without-xml2-config \ | 22 | --without-xml2-config \ |
| 23 | --without-xslt-config \ | 23 | --without-xslt-config \ |
| 24 | " | 24 | " |
| 25 | |||
| 26 | CVE_PRODUCT = "librdf:raptor_rdf_syntax_library librdf:raptor" | ||
