We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 369f05c + 40ecc31 commit 42fbae1Copy full SHA for 42fbae1
1 file changed
etc/RTIR_Config.pm
@@ -925,9 +925,9 @@ Set(%ExternalFeeds,
925
URI => 'https://threatpost.com/category/vulnerabilities/feed/',
926
Description => 'Threatpost Vulnerability Alerts',
927
},
928
- { Name => 'Bugtraq',
929
- URI => 'https://seclists.org/rss/bugtraq.rss',
930
- Description => 'Bugtraq feed',
+ { Name => 'US CISA Alerts',
+ URI => 'https://www.cisa.gov/uscert/ncas/current-activity.xml',
+ Description => 'U.S. Cybersecurity and Infrastructure Security Agency (CISA) Alerts',
931
932
],
933
);
0 commit comments