[Rt-commit] rtir branch 5.0-trunk updated. 5.0.1-34-ge9bd1ea4
BPS Git Server
git at git.bestpractical.com
Fri Dec 10 20:47:46 UTC 2021
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rtir".
The branch, 5.0-trunk has been updated
via e9bd1ea47dd6fb29e6dcb41e16c198df8ca9a731 (commit)
from 51109b0ffbb7021642e3b38f388f6fd5ad364cd3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e9bd1ea47dd6fb29e6dcb41e16c198df8ca9a731
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Fri Dec 10 15:39:06 2021 -0500
Replace discontinued Security Focus feed with Full Disclosure
diff --git a/etc/RTIR_Config.pm b/etc/RTIR_Config.pm
index 7fc00e20..7c148dbf 100644
--- a/etc/RTIR_Config.pm
+++ b/etc/RTIR_Config.pm
@@ -865,9 +865,8 @@ Description.
],
);
-The initial list is "US Cert Alerts", "UK NCSC Security News", "Security
-Focus Vulnerability Alerts", "Threatpost Vulnerability Alerts" and
-"Bugtraq".
+The initial list is "US Cert Alerts", "UK NCSC Security News", "Full Disclosure",
+"Threatpost Vulnerability Alerts" and "Bugtraq".
=cut
@@ -881,9 +880,9 @@ Set(%ExternalFeeds,
URI => 'https://www.ncsc.gov.uk/api/1/services/v1/all-rss-feed.xml',
Description => 'UK NCSC Security News',
},
- { Name => 'Security Focus Vulnerability Alerts',
- URI => 'https://www.securityfocus.com/rss/vulnerabilities.xml',
- Description => 'Security Focus Vulnerability Alerts',
+ { Name => 'Full Disclosure',
+ URI => 'https://seclists.org/rss/fulldisclosure.rss',
+ Description => 'Full Disclosure',
},
{ Name => 'Threatpost Vulnerability Alerts',
URI => 'https://threatpost.com/category/vulnerabilities/feed/',
-----------------------------------------------------------------------
Summary of changes:
etc/RTIR_Config.pm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
hooks/post-receive
--
rtir
More information about the rt-commit
mailing list