Highlights
Denial of Service: 2 prior fixes. Scrutinize any change in this area.
execution/scope.go: most-fixed (1 issue). Treat as high-risk during review.
0 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Reflected XSS: Unescaped test description output in the web UI allowed injection of HTML/script into anchor text, enabling stored XSS when malicious test names are rendered.
Denial of Service: Running go test -cover on a package with an import cycle caused an infinite loop, hanging the executor and exhausting resources.
Denial of Service: A panic during scope traversal crashed the test runner, aborting all tests and causing service unavailability.