mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
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 <ankur.tyagi85@gmail.com>
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 2f1d7a8597)
Adapted to Kirkstone (CVE_STATUS -> CVE_CHECK_IGNORE)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
committed by
Gyorgy Sarvari
parent
b1794b6239
commit
f4ed05a423
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user