1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-05 08:07:33 +02:00

Update HaveIBeenPwnedBridge.php (#4638)

This commit is contained in:
Joseph
2025-08-03 23:58:09 +01:00
committed by GitHub
parent a2334838a6
commit 85497238c5

View File

@@ -48,7 +48,7 @@ class HaveIBeenPwnedBridge extends BridgeAbstract
. $pwnCount . ' breached accounts'; . $pwnCount . ' breached accounts';
$item['dateAdded'] = $breach['AddedDate']; $item['dateAdded'] = $breach['AddedDate'];
$item['breachDate'] = $breach['BreachDate']; $item['breachDate'] = $breach['BreachDate'];
$item['uri'] = self::URI . '/PwnedWebsites#' . $breach['Name']; $item['uri'] = self::URI . '/breach/' . $breach['Name'];
$item['content'] = '<p>' . $breach['Description'] . '</p>'; $item['content'] = '<p>' . $breach['Description'] . '</p>';
$item['content'] .= '<p>' . $this->breachType($breach) . '</p>'; $item['content'] .= '<p>' . $this->breachType($breach) . '</p>';