From 38b2023fb606debee6d74f17602d87d78ce0bc7f Mon Sep 17 00:00:00 2001 From: undergroundwires Date: Sat, 6 Aug 2022 17:47:28 +0200 Subject: [PATCH] Improve mailman CPE and implication Remove Django implication from mailman. Mailman is not necessarily used with Django but always with Python. Also add missing CPE. --- src/technologies/m.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/technologies/m.json b/src/technologies/m.json index 8a5e6f05f..1268a9670 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -442,11 +442,11 @@ "cats": [ 75 ], + "cpe": "cpe:2.3:a:gnu:mailman:*:*:*:*:*:*:*:*", "description": "Mailman is free software for managing electronic mail discussion and e-newsletter lists. Mailman is integrated with the web, making it easy for users to manage their accounts and for list owners to administer their lists. Mailman supports built-in archiving, automatic bounce processing, content filtering, digest delivery, spam filters, and more.", "icon": "Mailman.svg", "implies": [ - "Python", - "Django" + "Python" ], "oss": true, "scriptSrc": [ @@ -2844,4 +2844,4 @@ ], "website": "https://code.google.com/p/modwsgi" } -} \ No newline at end of file +}