mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
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>
This commit is contained in:
parent
bf84ac1c4c
commit
524acf0542
|
|
@ -38,7 +38,7 @@ USERADD_PACKAGES = "${PN}"
|
|||
USERADD_PARAM:${PN} = "--system -d /var/lib/influxdb -m -s /bin/nologin influxdb"
|
||||
|
||||
do_install:prepend() {
|
||||
test -e ${B}/src/${GO_IMPORT}/build.py && rm ${B}/src/${GO_IMPORT}/build.py
|
||||
test -e ${B}/src/${GO_IMPORT}/build.py && rm ${B}/src/${GO_IMPORT}/build.py
|
||||
test -e ${B}/src/${GO_IMPORT}/build.sh && rm ${B}/src/${GO_IMPORT}/build.sh
|
||||
rm -rf ${B}/src/${GO_IMPORT}/Dockerfile*
|
||||
|
||||
|
|
@ -75,3 +75,5 @@ INITSCRIPT_NAME = "influxdb"
|
|||
INITSCRIPT_PARAMS = "defaults"
|
||||
|
||||
SYSTEMD_SERVICE:${PN} = "influxdb.service"
|
||||
|
||||
CVE_STATUS[CVE-2019-10329] = "cpe-incorrect: Version does not match and only the Jenkins plugin is affected."
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user