diff mbox series

[1/1] proftpd: Update CVE-2001-0027 status

Message ID 20240410125947.44723-2-ninette@thehoodiefirm.com
State Under Review
Headers show
Series proftpd: Update CVE-2001-0027 status | expand

Commit Message

Ninette Adhikari April 10, 2024, 12:59 p.m. UTC
CVE-2001-0027 is only for ProFTPD running the mod_sqlpw module. This module is not used by meta-openembedded.
This CVE is not relevant anymore.

Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com>
---
 meta-networking/recipes-daemons/proftpd/proftpd_1.3.7c.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7c.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7c.bb
index ecd277724..d2af1f27f 100644
--- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7c.bb
+++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7c.bb
@@ -19,6 +19,8 @@  SRC_URI = "git://github.com/proftpd/proftpd.git;branch=${BRANCH};protocol=https
 
 S = "${WORKDIR}/git"
 
+CVE_STATUS[CVE-2001-0027] = "cpe-incorrect: This is only for ProFTPD running the mod_sqlpw module. This module is not used by meta-openembedded."
+
 inherit autotools-brokensep useradd update-rc.d systemd multilib_script
 
 EXTRA_OECONF += "--enable-largefile"