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>
This commit is contained in:
Ankur Tyagi 2026-01-12 11:21:04 +01:00 committed by Khem Raj
parent 52c747c540
commit 2f1d7a8597
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -70,3 +70,4 @@ RDEPENDS:${PN} = "bash"
RDEPENDS:${PN}-dev = "bash"
CVE_STATUS[CVE-2019-10329] = "cpe-incorrect: Version does not match and only the Jenkins plugin is affected."
CVE_STATUS[CVE-2024-30896] = "not-applicable-config: vulnerability only exists in version 2.x"