From c4eb7b9c201f163377dc3dd400df1796d228b481 Mon Sep 17 00:00:00 2001 From: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com> Date: Tue, 12 Nov 2024 01:37:12 +0100 Subject: [PATCH 1/3] buggy version meta tag rule --- src/technologies/f.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/technologies/f.json b/src/technologies/f.json index dfe7dbfd0..23627e2fe 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -1659,9 +1659,6 @@ "FourthwallAnalytics": "", "fourthwallTheme": "" }, - "meta": { - "version": "^(.+)$\\;version:\\1\\;confidence:0" - }, "pricing": [ "payg" ], From fb50bf099deeff5edd8d336be4d3b8657d7faff0 Mon Sep 17 00:00:00 2001 From: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com> Date: Tue, 12 Nov 2024 02:34:29 +0100 Subject: [PATCH 2/3] stricter regex --- src/technologies/c.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/c.json b/src/technologies/c.json index 42656415f..ca03fc9b2 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -1997,8 +1997,8 @@ }, "oss": true, "scriptSrc": [ - "/clientjs@(\\d.*?)/\\;version:\\1", - "/ClientJS/(?:(\\d.*?)/)?\\;version:\\1" + "/clientjs@([\\d.]+)\\;version:\\1", + "/ClientJS/([\\d.]+)/\\;version:\\1" ], "website": "https://clientjs.org" }, From 2c5b7b4795ef6069f943010a0f667939da2bbc29 Mon Sep 17 00:00:00 2001 From: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com> Date: Tue, 12 Nov 2024 02:38:37 +0100 Subject: [PATCH 3/3] detected_raw outdated --- tests/wpt.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/wpt.js b/tests/wpt.js index e43e55c16..abce61b33 100644 --- a/tests/wpt.js +++ b/tests/wpt.js @@ -33,7 +33,6 @@ function runWPTTest(url) { detected_apps: response.data.runs['1'].firstView.detected_apps, detected_technologies: response.data.runs['1'].firstView.detected_technologies, - detected_raw: response.data.runs['1'].firstView.detected_raw, } fs.appendFileSync(