Skip to content

Commit e8ea464

Browse files
authored
Merge pull request #6412 from zapbot/techs-update
Tech Detection Update 2025-05-03
2 parents 36dd682 + 58ec2a4 commit e8ea464

File tree

2 files changed

+12
-2
lines changed
  • addOns/wappalyzer/src/main/resources/org/zaproxy/zap/extension/wappalyzer/resources/technologies

2 files changed

+12
-2
lines changed

addOns/wappalyzer/src/main/resources/org/zaproxy/zap/extension/wappalyzer/resources/technologies/g.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
18,
3535
53
3636
],
37-
"cpe": "cpe:2.3:a:glpi-project:glpi:*:*:*:*:*:*:*:* ",
37+
"cpe": "cpe:2.3:a:glpi-project:glpi:*:*:*:*:*:*:*:*",
3838
"description": "GLPI is an open-source IT Asset Management, issue tracking and service desk system.",
3939
"dom": {
4040
"div[id*='footer-login'] > a": {

addOns/wappalyzer/src/main/resources/org/zaproxy/zap/extension/wappalyzer/resources/technologies/j.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@
12101210
"scriptSrc": [
12111211
"jquery",
12121212
"/jquery(?:-(\\d+\\.\\d+\\.\\d+))[/.-]\\;version:\\1",
1213-
"/(\\d+\\.\\d+\\.\\d+)/jquery[/.-][^u]\\;version:\\1"
1213+
"/(\\d+\\.\\d+\\.\\d+)/jquery(?!\\.popupoverlay\\.js)[/.-][^u]\\;version:\\1"
12141214
],
12151215
"website": "https://jquery.com"
12161216
},
@@ -1303,6 +1303,16 @@
13031303
],
13041304
"website": "https://jquerymodal.com"
13051305
},
1306+
"jQuery Popup Overlay": {
1307+
"cats": [
1308+
59
1309+
],
1310+
"description": "jQuery Popup Overlay is a responsive overlay which lets you create modal windows, tooltips, and more.",
1311+
"scriptSrc": [
1312+
"(\\d+\\.\\d+\\.\\d+)/jquery\\.popupoverlay\\.js\\;version:\\1"
1313+
],
1314+
"website": "https://www.npmjs.com/package/jquery-popup-overlay"
1315+
},
13061316
"jQuery Sparklines": {
13071317
"cats": [
13081318
25

0 commit comments

Comments
 (0)