From f4ed05a423a45961e8b2436dac2ec31fb1fa26ab Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Mon, 19 Jan 2026 19:45:02 +0100 Subject: [PATCH] influxdb: ignore CVE-2024-30896 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 Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj (cherry picked from commit 2f1d7a8597596d8e51a6f6f3b62e7e5f153f6e73) Adapted to Kirkstone (CVE_STATUS -> CVE_CHECK_IGNORE) Signed-off-by: Gyorgy Sarvari --- 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"