[Bug] Issue template points vulnerability reports at the wrong address #507
Labels
No labels
accepted
bug
declined
docs
duplicate
enhancement
good first issue
in-progress
needs-info
privacy
security
triage
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
LibreKAT/Ocideck#507
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
.github/ISSUE_TEMPLATE/config.yml:4sends security reports tosecurity@vigilis.nl.SECURITY.md:13andCODE_OF_CONDUCT.md:144both saysecurity@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.