This is the frontend only, you also need the backend: https://github.com/internetstandards/Internet.nl-dashboard/
V5.1.0 - 18 november 2025
Intermediate and bugfix release to add CAA support. Due to a complex dependency upgrade, a few manual steps need to be
performed when installing this update. Please read the TWO upgrade instruction links below. Note that you need to update
the report format; otherwise your machine will go out of memory(!). This release requires postgresql 14, preferably 18.
Added
- Support for new CAA check #564
- All frontend calls are now documented in /data/docs, do not yet use this API until after the refactor to the Dutch governmental API standard https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/. #616
- Preliminary support for OIDC authentication #578
Changed
- Upgrade instructions for this version: internetstandards/Internet.nl-dashboard#607
- Improve the user creation form for administrators #551 #367
- Report format changed, perform upgrade instructions as mentioned here: internetstandards/Internet.nl-dashboard#588 #588
-
- Updated a series of dependencies, such as Django to 5.2 #563
-
- Unique constraints are enforced on scan policies
Bugfixes
- Fixed a redirecting issue after login #596
- Fixed an issue where a spreadsheet upload creating too many lists would fail #611
- Fixed an issue where scan tracking info was too long so scans would not register #613
- Fixed a missing translation #547
- Extend the result table to show all columns on TLS checks #603
- Fix XSS in scan monitor #618 (note that server headers prevented this from being exploited)