From: Ankur Tyagi <[email protected]> As mentioned in the comment[1], vulnerability is in /api/v2/authorizations API which only exists in 2.x, 1.x is not affected.
Details: https://nvd.nist.gov/vuln/detail/CVE-2024-30896 [1] https://github.com/influxdata/influxdb/issues/24797#issuecomment-2514690740 Signed-off-by: Ankur Tyagi <[email protected]> Signed-off-by: Gyorgy Sarvari <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit 2f1d7a8597596d8e51a6f6f3b62e7e5f153f6e73) Adapted to Kirkstone (CVE_STATUS -> CVE_CHECK_IGNORE) Signed-off-by: Gyorgy Sarvari <[email protected]> --- meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb b/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb index b5d6f16abe..2de787dfe9 100644 --- a/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb +++ b/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb @@ -71,3 +71,5 @@ SYSTEMD_SERVICE:${PN} = "influxdb.service" #cpe-incorrect: Version does not match and only the Jenkins plugin is affected. CVE_CHECK_IGNORE += "CVE-2019-10329" +#not-applicable-config: vulnerability only exists in version 2.x +CVE_CHECK_IGNORE += "CVE-2024-30896"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#123650): https://lists.openembedded.org/g/openembedded-devel/message/123650 Mute This Topic: https://lists.openembedded.org/mt/117350070/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
