mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/frr: update CPE
The CPE `linuxfoundation:free_range_routing` introduced in commit [1]
has a single CVE associated to it [2].
By looking at the Debian Security tracker for this package [3], the CVE
associated are using the `frrouting:frrouting` CPE.
This commit update the CPE accordingly.
[1] c4c11c2e1a package/frr: add CPE variables
[2] https://nvd.nist.gov/vuln/detail/cve-2020-12831
[3] https://security-tracker.debian.org/tracker/source-package/frr
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
c01c53f5e8
commit
42a63f9eae
@@ -20,8 +20,8 @@ FRR_LICENSE_FILES = \
|
||||
# tools/gcc-plugins/frr-format.[ch] is not enabled by frr's ./configure, so gcc's
|
||||
# GPLv3 does not apply
|
||||
# doc/licenses/GPL-3.0
|
||||
FRR_CPE_ID_VENDOR = linuxfoundation
|
||||
FRR_CPE_ID_PRODUCT = free_range_routing
|
||||
FRR_CPE_ID_VENDOR = frrouting
|
||||
FRR_CPE_ID_PRODUCT = frrouting
|
||||
FRR_AUTORECONF = YES
|
||||
FRR_INSTALL_STAGING = YES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user