Security Advisories NL
This module automatically gathers security advisories from various Dutch cybersecurity sources, standardizing and filtering them into a unified dashboard. It helps users stay informed about relevant threats by providing alerts and a centralized view of critical security information.
Automated threat intelligence aggregation from Dutch cybersecurity sources
This module automatically collects and consolidates security advisories from trusted Dutch sources into a unified dashboard within your Drupal environment. It functions as a centralized threat intelligence platform—similar to how a Bloomberg Terminal consolidates financial data—bringing together critical security information from multiple authoritative sources.
Features
Multi-source aggregation: Automatically fetches advisories via RSS/API from:
NCSC (National Cyber Security Centre) - government-issued advisories
Sector-specific threat intelligence
Fraud and phishing warnings
Standardized classification: Normalizes threat levels across sources (Critical, High, Medium, Low)
Relevance filtering: Filter advisories by sector, technologies, or custom criteria
Notification system: Alerts for new critical advisories via email or integration channels
Time-saving automation: Eliminates manual monitoring of multiple sources
Additional Requirements
Does this project need anything beyond Drupal core? Include any dependent modules, libraries, APIs, etc., that are required for this project to work.
Recommended modules/libraries
Are there any projects that enhance or improve the functionality of this project?
Similar projects
None that I know.
Supporting this Module
in DEVELOPMENT
Community Documentation
1. /admin/config/services/security-advisories
└── Configure sources (API keys, RSS feeds)
2. /admin/config/services/security-advisories/sources
└── Enable/disable sites and advisories to add or remove.
3. /admin/config/services/security-advisories/filters
└── Set relevance filters (CVE types, severity levels)
4. /admin/config/services/security-advisories/notifications
└── Configure email/Slack notifications
The module automatically creates:
Security Advisory (content type) - for stored advisories
Advisory Source (taxonomy) - for source categorization
Severity Level (taxonomy) - critical/high/medium/low
Configure cron for regular updates (recommended: hourly for critical sources):
php// In settings.php or via Drupal UI
$config['security_advisories.settings']['fetch_interval'] = 3600;
Views & Blocks
Security Dashboard View - /admin/security/dashboard
Recent Advisories Block - for homepage/intranet
Critical Alerts Block - for admin toolbar
Depends on
Dependencies of the latest stable release
- node Drupal core
- views Drupal core
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.0 | Stable | 9–11 | First stable release. Aggregates Dutch security advisories from NCSC, CCInfo, and Fraudehelpdesk with performance optimization and admin UI. | Feb 15, 2026 | |
| 1.x-dev | Dev | 10–11 | This module aggregates security advisories from Dutch sources (NCSC, CCInfo, Fraudehelpdesk) into a unified dashboard. Features include multi-format feed support (RSS/WordPress/JSON), automated updates via cron, and customizable source management. | Jan 25, 2026 |