From 6e0f7b7a388aef1f67295a76b366b460f23478df Mon Sep 17 00:00:00 2001 From: rockeynebhwani Date: Thu, 12 Aug 2021 13:47:41 +0100 Subject: [PATCH 1/3] Improvement for 'ApplePay' and 'SAP Commerce Cloud' https://github.com/AliasIO/wappalyzer/issues/4379 https://github.com/AliasIO/wappalyzer/issues/4262 --- src/technologies.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 3da29bb52..88d166db2 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -2312,7 +2312,8 @@ "icon": "Apple.svg", "js": { "ApplePay": "", - "enableApplePay": "" + "enableApplePay": "", + "dw.applepay": "" }, "website": "https://www.apple.com/apple-pay" }, @@ -18163,6 +18164,9 @@ "].*hybris.*.js" ], "icon": "SAP.svg", + "js": { + "smartedit": "" + }, "implies": "Java", "pricing": [ "poa" From 904765f5feae15c8035fa88a11ab6d146e596f07 Mon Sep 17 00:00:00 2001 From: rockeynebhwani Date: Fri, 13 Aug 2021 09:21:38 +0100 Subject: [PATCH 2/3] Fix 'Quantcast Choice' detection for false positives https://github.com/AliasIO/wappalyzer/issues/4301 --- src/technologies.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 88d166db2..9ccc117be 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -17003,9 +17003,6 @@ ], "description": "Quantcast Choice is a free consent management platform to meet key privacy requirements stemming from ePrivacy Directive, GDPR, and CCPA.", "icon": "Quantcast.png", - "js": { - "__tcfapi": "" - }, "pricing": [ "freemium", "poa" From 401e6d9e6d14a69653d272914e7986da4c6df7a4 Mon Sep 17 00:00:00 2001 From: rockeynebhwani Date: Sat, 14 Aug 2021 16:56:52 +0100 Subject: [PATCH 3/3] Improved 'Amazon Pay' detection https://github.com/AliasIO/wappalyzer/issues/4298 https://github.com/AliasIO/wappalyzer/issues/4281 --- src/technologies.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/technologies.json b/src/technologies.json index 9ccc117be..da1f6f2d1 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -1827,6 +1827,7 @@ ], "description": "Amazon Pay is an online payments processing service that is owned by Amazon. It lets you use the payment methods associated with your Amazon account to make payments for goods and services.", "dom": "img[src*='amazonpay']", + "html": "<[^>]+aria-labelledby=\"pi-amazon", "icon": "Amazon Pay.svg", "js": { "AmazonPayments": "", @@ -1834,6 +1835,9 @@ "enableAmazonPay": "", "onAmazonPaymentsReady": "" }, + "meta": { + "id": "amazon-payments-metadata" + }, "pricing": [ "payg" ],