Skip to content

Commit 839d5c7

Browse files
authored
Merge pull request #5575 from zapbot/techs-update
Tech Detection Update 2024-07-16
2 parents 2708148 + 75a4ed9 commit 839d5c7

File tree

28 files changed

+6371
-2124
lines changed

28 files changed

+6371
-2124
lines changed

addOns/wappalyzer/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ All notable changes to this add-on will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## Unreleased
7-
7+
### Changed
8+
- Updated with enthec upstream icon and pattern changes.
89

910
## [21.39.0] - 2024-07-04
1011
### Changed

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

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
"recurring"
2525
],
2626
"saas": true,
27-
"scriptSrc": "bitrix(?:\\.info/|/js/main/core)",
27+
"scriptSrc": [
28+
"bitrix(?:\\.info/|/js/main/core)"
29+
],
2830
"website": "https://www.1c-bitrix.ru"
2931
},
3032
"2B Advice": {
@@ -37,7 +39,9 @@
3739
"BBCookieControler": ""
3840
},
3941
"saas": true,
40-
"scriptSrc": "2badvice-cdn\\.azureedge\\.net",
42+
"scriptSrc": [
43+
"2badvice-cdn\\.azureedge\\.net"
44+
],
4145
"website": "https://www.2b-advice.com/en/data-privacy-software/cookie-consent-plugin/"
4246
},
4347
"30namaPlayer": {
@@ -65,7 +69,9 @@
6569
"\\.tynt\\.com/"
6670
],
6771
"website": "https://www.33across.com",
68-
"xhr": "\\.33across\\.com"
72+
"xhr": [
73+
"\\.33across\\.com"
74+
]
6975
},
7076
"34SP.com": {
7177
"cats": [
@@ -100,7 +106,9 @@
100106
"poa"
101107
],
102108
"saas": true,
103-
"scriptSrc": "4tellcdn\\.azureedge\\.net",
109+
"scriptSrc": [
110+
"4tellcdn\\.azureedge\\.net"
111+
],
104112
"website": "https://4-tell.com"
105113
},
106114
"42stores": {
@@ -150,7 +158,9 @@
150158
"recurring",
151159
"low"
152160
],
153-
"scriptSrc": "\\.5centscdn\\.com/",
161+
"scriptSrc": [
162+
"\\.5centscdn\\.com/"
163+
],
154164
"website": "https://www.5centscdn.net"
155165
},
156166
"6sense": {
@@ -169,7 +179,9 @@
169179
"recurring"
170180
],
171181
"saas": true,
172-
"scriptSrc": "\\.6sc\\.co/",
182+
"scriptSrc": [
183+
"\\.6sc\\.co/"
184+
],
173185
"website": "https://6sense.com"
174186
},
175187
"8base": {
@@ -186,7 +198,9 @@
186198
],
187199
"saas": true,
188200
"website": "https://8base.com",
189-
"xhr": "api\\.8base\\.com"
201+
"xhr": [
202+
"api\\.8base\\.com"
203+
]
190204
},
191205
"<model-viewer>": {
192206
"cats": [
@@ -196,7 +210,9 @@
196210
"dom": "model-viewer",
197211
"icon": "model-viewer.svg",
198212
"oss": true,
199-
"scriptSrc": "/model-viewer/dist/model-viewer\\.min\\.js",
213+
"scriptSrc": [
214+
"/model-viewer/dist/model-viewer\\.min\\.js"
215+
],
200216
"website": "https://modelviewer.dev"
201217
},
202218
"@sulu/web": {
@@ -219,7 +235,9 @@
219235
"_hyperscript": ""
220236
},
221237
"oss": true,
222-
"scriptSrc": "//unpkg\\.com/hyperscript\\.org@([\\d\\.]+)\\;version:\\1",
238+
"scriptSrc": [
239+
"//unpkg\\.com/hyperscript\\.org@([\\d\\.]+)\\;version:\\1"
240+
],
223241
"website": "https://hyperscript.org"
224242
}
225243
}

0 commit comments

Comments
 (0)