1
0
mirror of https://github.com/Lissy93/web-check.git synced 2025-07-11 17:55:00 +02:00

Merge pull request from treatmesubj/master-1

phishTank.in_database fix
This commit is contained in:
Alicia Sykes
2023-08-26 14:13:29 +01:00
committed by GitHub

@ -45,7 +45,7 @@ const MalwareCard = (props: {data: any, title: string, actionButtons: any }): JS
<Row lbl="Threat Type" val={safeBrowsing?.details?.threatType || cloudmersive.WebsiteThreatType || 'None :)'} /> <Row lbl="Threat Type" val={safeBrowsing?.details?.threatType || cloudmersive.WebsiteThreatType || 'None :)'} />
)} )}
{ phishTank && !phishTank.error && ( { phishTank && !phishTank.error && (
<Row lbl="Phishing Status" val={phishTank.url0 ? '❌ Phishing Identified' : '✅ No Phishing Identified!'} /> <Row lbl="Phishing Status" val={phishTank.url0.in_database ? '❌ Phishing Identified' : '✅ No Phishing Identified!'} />
)} )}
{ phishTank.url0 && phishTank.url0.phish_detail_page && ( { phishTank.url0 && phishTank.url0.phish_detail_page && (
<Row lbl="" val=""> <Row lbl="" val="">