Skip to content

Commit

Permalink
package/network/utils/iptables: fix PKG_CPE_ID
Browse files Browse the repository at this point in the history
cpe:/a:netfilter:iptables is the correct CPE ID for iptables:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:netfilter:iptables

Fixes: c61a239 (add PKG_CPE_ID ids to package and tools)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Link: openwrt#15297
Signed-off-by: Robert Marko <robimarko@gmail.com>
  • Loading branch information
ffontaine authored and Vladdrako committed Apr 28, 2024
1 parent cd0fd31 commit a9bc216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/network/utils/iptables/Makefile
Expand Up @@ -23,7 +23,7 @@ PKG_INSTALL:=1
PKG_BUILD_FLAGS:=gc-sections no-lto
PKG_BUILD_PARALLEL:=1
PKG_LICENSE:=GPL-2.0
PKG_CPE_ID:=cpe:/a:netfilter_core_team:iptables
PKG_CPE_ID:=cpe:/a:netfilter:iptables

include $(INCLUDE_DIR)/package.mk
ifeq ($(DUMP),)
Expand Down

0 comments on commit a9bc216

Please sign in to comment.