diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2026-01-12 11:21:04 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-12 10:25:57 -0800 |
| commit | 2f1d7a8597596d8e51a6f6f3b62e7e5f153f6e73 (patch) | |
| tree | 26e1e6b8b08818393decdef064793c520fac8319 /meta-oe/recipes-dbs/influxdb | |
| parent | 52c747c540720777eef43bfe4a8e7ec3a9c9df83 (diff) | |
| download | meta-openembedded-2f1d7a8597596d8e51a6f6f3b62e7e5f153f6e73.tar.gz | |
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>
Diffstat (limited to 'meta-oe/recipes-dbs/influxdb')
| -rw-r--r-- | meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 5dd5644c4c..d8279492ac 100644 --- a/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb +++ b/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | |||
| @@ -70,3 +70,4 @@ RDEPENDS:${PN} = "bash" | |||
| 70 | RDEPENDS:${PN}-dev = "bash" | 70 | RDEPENDS:${PN}-dev = "bash" |
| 71 | 71 | ||
| 72 | CVE_STATUS[CVE-2019-10329] = "cpe-incorrect: Version does not match and only the Jenkins plugin is affected." | 72 | CVE_STATUS[CVE-2019-10329] = "cpe-incorrect: Version does not match and only the Jenkins plugin is affected." |
| 73 | CVE_STATUS[CVE-2024-30896] = "not-applicable-config: vulnerability only exists in version 2.x" | ||
