[Bug] Issue template points vulnerability reports at the wrong address #507

Closed
opened 2026-07-22 08:47:42 +00:00 by brenno · 0 comments
Owner

Describe the bug

.github/ISSUE_TEMPLATE/config.yml:4 sends security reports to
security@vigilis.nl. SECURITY.md:13 and CODE_OF_CONDUCT.md:144 both say
security@librekat.nl. Someone following the tracker's own "report privately"
link mails an address the project's own documentation does not recognise.

Expected behaviour

One address, everywhere: security@librekat.nl.

Additional context

No check guards this — the address appears in three files and nothing compares
them. Worth a small consistency test alongside test/docs_registration_test.dart,
which already reads files from disk for exactly this kind of guard.

**Describe the bug** `.github/ISSUE_TEMPLATE/config.yml:4` sends security reports to `security@vigilis.nl`. `SECURITY.md:13` and `CODE_OF_CONDUCT.md:144` both say `security@librekat.nl`. Someone following the tracker's own "report privately" link mails an address the project's own documentation does not recognise. **Expected behaviour** One address, everywhere: `security@librekat.nl`. **Additional context** No check guards this — the address appears in three files and nothing compares them. Worth a small consistency test alongside `test/docs_registration_test.dart`, which already reads files from disk for exactly this kind of guard.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
LibreKAT/Ocideck#507
No description provided.