From a359d1b2f52d78831a79352735f5727cf3ae69ea Mon Sep 17 00:00:00 2001 From: Syed Faheel Ahmad Date: Mon, 10 Feb 2020 17:25:42 +0530 Subject: [PATCH] Add more CPEs * Ruby * Ruby on Rails * Wordpress * jQuery * jQuery UI --- src/apps.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 713369258..f270e2be2 100644 --- a/src/apps.json +++ b/src/apps.json @@ -9261,6 +9261,7 @@ "cats": [ 27 ], + "cpe": "cpe:/a:ruby-lang:ruby", "headers": { "Server": "(?:Mongrel|WEBrick|Ruby)" }, @@ -9271,6 +9272,7 @@ "cats": [ 18 ], + "cpe": "cpe:/a:rubyonrails:rails", "headers": { "Server": "mod_(?:rails|rack)", "X-Powered-By": "mod_(?:rails|rack)" @@ -12185,6 +12187,7 @@ 1, 11 ], + "cpe": "cpe:/a:wordpress:wordpress", "html": [ "]+/wp-(?:content|includes)/", "]+s\\d+\\.wp\\.com" @@ -13168,6 +13171,7 @@ "cats": [ 59 ], + "cpe": "cpe:/a:jquery:jquery", "icon": "jQuery.svg", "js": { "jQuery.fn.jquery": "([\\d.]+)\\;version:\\1" @@ -13234,6 +13238,7 @@ "cats": [ 59 ], + "cpe": "cpe:/a:jquery:jquery_ui", "icon": "jQuery UI.svg", "implies": "jQuery", "js": { @@ -14438,4 +14443,4 @@ "priority": 7 } } -} \ No newline at end of file +}