package/libnids: drop LIBNIDS_IGNORE_CVES
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 23 May 2021 13:29:38 +0000 (15:29 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 23 May 2021 18:03:34 +0000 (20:03 +0200)
NVD database has been updated:
https://nvd.nist.gov/vuln/search/results?form_type=Advanced&results_type=overview&seach_type=all&query=cpe:2.3:a:libnids_project:libnids:1.24:*:*:*:*:*:*:*

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/libnids/libnids.mk

index 4a9138b80e3cf938d41c56ff4bd734584bdc6cb0..3e36838c4010d25fd012376f9e1a43694f88aef0 100644 (file)
@@ -13,10 +13,6 @@ LIBNIDS_INSTALL_STAGING = YES
 LIBNIDS_DEPENDENCIES = host-pkgconf libpcap
 LIBNIDS_AUTORECONF = YES
 
-# CVE-2010-0751 was fixed in libnids v1.24 but the NVD database is not
-# aware of the fix, ignore it until this is updated
-LIBNIDS_IGNORE_CVES += CVE-2010-0751
-
 # disable libnet if not available
 # Tests in configure.in expect --with-libnet=$build_dir
 # not an installation patch like in our context.