diff options
| author | Ninette Adhikari <ninette@thehoodiefirm.com> | 2024-06-26 07:10:59 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-06-28 11:22:03 -0700 |
| commit | 524acf0542cafed3f5e82cd94291a653f6cf86e1 (patch) | |
| tree | d1163841d81b11a38950e5c51dd021ee11fcf03b | |
| parent | bf84ac1c4c1a00c2aa92a09fbdfae128d055fe05 (diff) | |
| download | meta-openembedded-524acf0542cafed3f5e82cd94291a653f6cf86e1.tar.gz | |
influxdb: Update CVE status for CVE-2019-10329
The version don't match and only the Jenkins plugin is affected.
Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | 4 |
1 files changed, 3 insertions, 1 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 9506d0e55d..cc8161cc3d 100644 --- a/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb +++ b/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | |||
| @@ -38,7 +38,7 @@ USERADD_PACKAGES = "${PN}" | |||
| 38 | USERADD_PARAM:${PN} = "--system -d /var/lib/influxdb -m -s /bin/nologin influxdb" | 38 | USERADD_PARAM:${PN} = "--system -d /var/lib/influxdb -m -s /bin/nologin influxdb" |
| 39 | 39 | ||
| 40 | do_install:prepend() { | 40 | do_install:prepend() { |
| 41 | test -e ${B}/src/${GO_IMPORT}/build.py && rm ${B}/src/${GO_IMPORT}/build.py | 41 | test -e ${B}/src/${GO_IMPORT}/build.py && rm ${B}/src/${GO_IMPORT}/build.py |
| 42 | test -e ${B}/src/${GO_IMPORT}/build.sh && rm ${B}/src/${GO_IMPORT}/build.sh | 42 | test -e ${B}/src/${GO_IMPORT}/build.sh && rm ${B}/src/${GO_IMPORT}/build.sh |
| 43 | rm -rf ${B}/src/${GO_IMPORT}/Dockerfile* | 43 | rm -rf ${B}/src/${GO_IMPORT}/Dockerfile* |
| 44 | 44 | ||
| @@ -75,3 +75,5 @@ INITSCRIPT_NAME = "influxdb" | |||
| 75 | INITSCRIPT_PARAMS = "defaults" | 75 | INITSCRIPT_PARAMS = "defaults" |
| 76 | 76 | ||
| 77 | SYSTEMD_SERVICE:${PN} = "influxdb.service" | 77 | SYSTEMD_SERVICE:${PN} = "influxdb.service" |
| 78 | |||
| 79 | CVE_STATUS[CVE-2019-10329] = "cpe-incorrect: Version does not match and only the Jenkins plugin is affected." | ||
