Highlights
SQL Injection: 1 prior fix. Scrutinize any change in this area.
org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
SQL Injection: The DataSourceResourceLoader dynamically constructed SQL queries to fetch template sources from database backends, exposing the application to SQL injection if template names or parameters contained malicious payloads. This was mitigated by migrating from raw statements to Parameterized Queries using PreparedStatements.