From c0835bc9317b355e58c9cb30289850080ae75355 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 27 Jul 2022 04:54:54 +0600 Subject: [PATCH 1/2] Update Auth0 / authentication --- .../webextension/images/icons/Auth0.png | Bin 1591 -> 0 bytes .../webextension/images/icons/Auth0.svg | 3 +++ src/technologies/a.json | 17 ++++++++++++++--- 3 files changed, 17 insertions(+), 3 deletions(-) delete mode 100644 src/drivers/webextension/images/icons/Auth0.png create mode 100644 src/drivers/webextension/images/icons/Auth0.svg diff --git a/src/drivers/webextension/images/icons/Auth0.png b/src/drivers/webextension/images/icons/Auth0.png deleted file mode 100644 index 7575595994c09e5da2ea5a45e28f0f28d962e7ab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1591 zcmV-72FUq|P)QW!-QzGh6Amv9F>Qf=>QzGb18|qUc=}#Q$QzGh7 zAn8vZ>r*1?Q6cM5A?i{h=};f)P$276B-yzS0RR918gx=lQvmbq0|@&N!A{#}8;{Q@ znKYw)q|nWz%L)yt)F+8?q+M4-D$_|}1!zbYPSQyN zbi^!WlUx9(S;{7<0AQ8OQk5r#I{-DyQb7s_Esq0!ve2)Mb0>ak-nSh`t(@1s%VoK+ zo~(oVM91K`h>>Ln5$I1mch!hMcO=)&Vo9>svk1g>c;~JgjZl(L{+3EzJdVwTw0K!>r^d$LNZXZvw0uau!WhLpj zog~^wlKdBJ&ktu=(UKHS=OIr&MBGUXP(gb*uGEt-GwZ4+~#{ z-OuK_+guO$3YPWP3hc_GSwVKxZ2nY)Zc|;gkeRk}8|>=>UOXWy^>6PL>feIqt|1%x zV!hF;z?%^=G4$7p-1oD|q_kV%uPOa`C5zJR?)4qK%_~u9e0g0l$}8qGC{4|$$KcgR z1f}uiUOo!6|3i7DJ)=Dw4K|^Ev;ea5^0D3< zlULf9(gd|$l;TRenKJ1#_5!lynISjKfWJ?<>hE_ zhd#wqR$h(@d$=`ONqIRQ=4?a+NZIi&!{vu z{Qr@qMjtGa{lDOkLHAG3xAU9+yPHH1P7h`b0&JFxG|p>~&KL|z1?sS=x`L)~2k>ZTj{?Dm@Ft^v>N z7S|;pFS62V=LzbBM4`j-qAN`oZswLaNi_xK#ZuZ&A(aQ~+`kUVi>I{u>|0= + + diff --git a/src/technologies/a.json b/src/technologies/a.json index 02b17452f..3722db162 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -3836,19 +3836,30 @@ 69 ], "description": "Auth0 provides authentication and authorisation as a service.", - "icon": "Auth0.png", + "icon": "Auth0.svg", + "headers": { + "x-auth0-requestid": "" + }, + "dom": "link[href*='cdn.auth0.com']", "scriptSrc": [ "/auth0(?:-js)?/([\\d.]+)/auth0(?:.min)?\\.js\\;version:\\1", "/auth0-js@([\\d.]+)/([a-z]+)/auth0\\.min\\.js\\;version:\\1" ], + "saas": true, + "pricing": [ + "freemium", + "payg", + "recurring" + ], "website": "https://auth0.github.io/auth0.js/index.html" }, "Auth0 Lock": { "cats": [ 69 ], - "description": "Auth0's signin solution", - "icon": "Auth0.png", + "description": "Auth0 Lock enables you to easily add social identity providers, so that your users can log in seamlessly using any desired provider.", + "icon": "Auth0.svg", + "implies": "Auth0", "scriptSrc": "/lock/([\\d.]+)/lock(?:.min)?\\.js\\;version:\\1", "website": "https://auth0.com/docs/libraries/lock" }, From fe77d8fc91cf73dfa2439375485a82b2516871f7 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 27 Jul 2022 05:23:46 +0600 Subject: [PATCH 2/2] add cpe --- src/technologies/a.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/technologies/a.json b/src/technologies/a.json index 3722db162..072fddca0 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -3835,6 +3835,7 @@ "cats": [ 69 ], + "cpe": "cpe:2.3:a:auth0:auth0.js:*:*:*:*:*:node.js:*:*", "description": "Auth0 provides authentication and authorisation as a service.", "icon": "Auth0.svg", "headers": {