From ae5cbfad3898140e48bbba199d404061c4606b59 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 15 Jan 2023 08:50:50 +0600 Subject: [PATCH 1/2] Update Sitefinity / cms --- src/technologies/s.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/technologies/s.json b/src/technologies/s.json index edae5c4b2..ea4f609b4 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -3492,7 +3492,10 @@ "icon": "Sitefinity.svg", "implies": "Microsoft ASP.NET", "meta": { - "generator": "^Sitefinity (.+)$\\;version:\\1" + "generator": "^Sitefinity\\s([\\S]{3,9})\\;version:\\1" + }, + "js": { + "sfDataIntell": "" }, "pricing": [ "poa" From 2ea26ac680ecac15b13441dda9fbbd7d192e12e2 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 15 Jan 2023 08:55:39 +0600 Subject: [PATCH 2/2] add cpe --- src/technologies/s.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/technologies/s.json b/src/technologies/s.json index ea4f609b4..e7d4a9ddc 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -3488,6 +3488,7 @@ "cats": [ 1 ], + "cpe": "cpe:2.3:a:progress:sitefinity:*:*:*:*:*:*:*:*", "description": "Sitefinity is a content management system (CMS) that you use to create, store, manage, and present content on your website.", "icon": "Sitefinity.svg", "implies": "Microsoft ASP.NET",