Skip to content

Commit 42fbae1

Browse files
committed
Merge branch '5.0/update-default-feeds' into 5.0-trunk
2 parents 369f05c + 40ecc31 commit 42fbae1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

etc/RTIR_Config.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -925,9 +925,9 @@ Set(%ExternalFeeds,
925925
URI => 'https://threatpost.com/category/vulnerabilities/feed/',
926926
Description => 'Threatpost Vulnerability Alerts',
927927
},
928-
{ Name => 'Bugtraq',
929-
URI => 'https://seclists.org/rss/bugtraq.rss',
930-
Description => 'Bugtraq feed',
928+
{ Name => 'US CISA Alerts',
929+
URI => 'https://www.cisa.gov/uscert/ncas/current-activity.xml',
930+
Description => 'U.S. Cybersecurity and Infrastructure Security Agency (CISA) Alerts',
931931
},
932932
],
933933
);

0 commit comments

Comments
 (0)