[Buildroot] [PATCH 1/1] package/mongoose: fix typo in CPE vendor
Thomas Perale
thomas.perale at mind.be
Wed May 13 16:50:17 UTC 2026
There is no CVE assigned with the vendor name "cesenta".
The CPE ID introduced in [1], correctly reference "cesanta" as a CPE
vendor but introduced a typo while writing the vendor metadata in
`mongoose.mk`.
[1] 3d632c941f package/mongoose: add MONGOOSE_CPE_ID_VENDOR
Signed-off-by: Thomas Perale <thomas.perale at mind.be>
---
package/mongoose/mongoose.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/mongoose/mongoose.mk b/package/mongoose/mongoose.mk
index 432c20a54c..8250751eb8 100644
--- a/package/mongoose/mongoose.mk
+++ b/package/mongoose/mongoose.mk
@@ -8,7 +8,7 @@ MONGOOSE_VERSION = 7.21
MONGOOSE_SITE = $(call github,cesanta,mongoose,$(MONGOOSE_VERSION))
MONGOOSE_LICENSE = GPL-2.0
MONGOOSE_LICENSE_FILES = LICENSE
-MONGOOSE_CPE_ID_VENDOR = cesenta
+MONGOOSE_CPE_ID_VENDOR = cesanta
MONGOOSE_INSTALL_STAGING = YES
# static library
MONGOOSE_INSTALL_TARGET = NO
--
2.54.0
More information about the buildroot
mailing list