mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 20:09:18 +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 2f1d7a8597596d8e51a6f6f3b62e7e5f153f6e73) Adapted to Kirkstone (CVE_STATUS -> CVE_CHECK_IGNORE) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user