mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 13:14:52 +00: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> (cherry picked from commit 524acf0542cafed3f5e82cd94291a653f6cf86e1) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
411c384daa
commit
4f1cef469b
@ -38,7 +38,7 @@ USERADD_PACKAGES = "${PN}"
|
|||||||
USERADD_PARAM:${PN} = "--system -d /var/lib/influxdb -m -s /bin/nologin influxdb"
|
USERADD_PARAM:${PN} = "--system -d /var/lib/influxdb -m -s /bin/nologin influxdb"
|
||||||
|
|
||||||
do_install:prepend() {
|
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
|
test -e ${B}/src/${GO_IMPORT}/build.sh && rm ${B}/src/${GO_IMPORT}/build.sh
|
||||||
rm -rf ${B}/src/${GO_IMPORT}/Dockerfile*
|
rm -rf ${B}/src/${GO_IMPORT}/Dockerfile*
|
||||||
|
|
||||||
@ -75,3 +75,5 @@ INITSCRIPT_NAME = "influxdb"
|
|||||||
INITSCRIPT_PARAMS = "defaults"
|
INITSCRIPT_PARAMS = "defaults"
|
||||||
|
|
||||||
SYSTEMD_SERVICE:${PN} = "influxdb.service"
|
SYSTEMD_SERVICE:${PN} = "influxdb.service"
|
||||||
|
|
||||||
|
CVE_STATUS[CVE-2019-10329] = "cpe-incorrect: Version does not match and only the Jenkins plugin is affected."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user