js confidence calculation was different from cookie and headers and meta by not providing a key value, even though it has the same schema of a dict in apps.json (#2432)

main
avasilkov 6 years ago committed by Elbert Alias
parent 099d448281
commit 362cf2d12c

@ -657,7 +657,7 @@ class Wappalyzer {
const value = results[string][index]; const value = results[string][index];
if (pattern && pattern.regex.test(value)) { if (pattern && pattern.regex.test(value)) {
addDetected(app, pattern, 'js', value); addDetected(app, pattern, 'js', value, string);
} }
})); }));
} }