mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
package/modsecurity2: fix deprecated CPE
The CPE 'trustwave:modsecurity' has been deprecated in favour of
'owasp:modsecurity'.
See the following:
- https://nvd.nist.gov/products/cpe/detail/B305D665-44EC-44A6-8C46-C68BFDAD7C38
- https://nvd.nist.gov/vuln/detail/CVE-2025-48866
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 843707ba1e)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
a470778c7d
commit
343bd39571
@@ -9,7 +9,7 @@ MODSECURITY2_SOURCE = modsecurity-v$(MODSECURITY2_VERSION).tar.gz
|
||||
MODSECURITY2_SITE = https://github.com/owasp-modsecurity/ModSecurity/releases/download/v$(MODSECURITY2_VERSION)
|
||||
MODSECURITY2_LICENSE = Apache-2.0
|
||||
MODSECURITY2_LICENSE_FILES = LICENSE
|
||||
MODSECURITY2_CPE_ID_VENDOR = trustwave
|
||||
MODSECURITY2_CPE_ID_VENDOR = owasp
|
||||
MODSECURITY2_CPE_ID_PRODUCT = modsecurity
|
||||
MODSECURITY2_INSTALL_STAGING = YES
|
||||
MODSECURITY2_DEPENDENCIES = host-pkgconf apache libxml2 pcre2
|
||||
|
||||
Reference in New Issue
Block a user