Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

jsimone/webapp-runner
main @ 122a910
2
Fixes
0
CVEs
MEDIUM
Peak severity
Highlights
Information Disclosure: 1 prior fix. Scrutinize any change in this area.
src/main/java/webapp/runner/launch/Main.java: 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.

Weak Cryptography: The embedded HTTPS connector historically allowed unsafe legacy SSL renegotiation, exposing the application to connection renegotiation attacks. Security depends on explicitly configuring connector properties to disable these legacy renegotiation paths.
Information Disclosure: Tomcat's default ErrorReportValve can leak server versions and stack traces to clients. A dedicated configuration option is required to prevent verbose error details from exposing the underlying environment.