[Feature] Measure how long ordinary issues stay open, not just security reports #537
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#537
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?
Problem / motivation
We measure how long security reports stay open (
tool/check_service_norms.dart: 5 working days to first response, 10 to a verdict, 90 to a resolution). Nothing measures ordinary issues.An issue sitting untouched for months is not a security problem, but it is a quality signal — and for someone reporting a bug from outside, it is the first thing they see. #150 was answered the day it arrived; nothing tells us whether that is typical or lucky.
This came out of the CRA position decision (#519): the Regulation is a guideline here, not an obligation, and the part of it worth borrowing is "handle things without undue delay" — which you cannot borrow without knowing your own numbers.
Proposed solution
Extend
check_service_norms.dart, or add a sibling, to report on the ordinary tracker:triagethat never moved on.Advisory, not a gate. A hard failure here would fire on a quiet week and teach people to ignore it. The value is the number being visible and dated, not a red build.
--advisoryalready exists in that tool for exactly this.Marp / file-format impact
None.
Alternatives considered
Setting deadlines for ordinary issues, as exist for security reports — rejected: a self-imposed deadline you miss on a hobby week is a promise turned into a stick. Measure first, decide on norms once there is a baseline.