You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JV-053: Configurable hash algorithm detection — flags MessageDigest.getInstance() fed by getProperty("hashAlg") as CWE-328
CWE-327↔CWE-328 bridge: OWASP hash TP cases using MessageDigest.getInstance("MD5") now correctly counted (detected as CWE-327, accepted as CWE-328 evidence)
SQLi API expansions: JdbcTemplate.queryForObject, queryForRowSet, queryForList, queryForMap, update, batchUpdate added to SQL injection sink patterns
CMDI two-arg variant: Runtime.exec(args, env) pattern now detected
XSS API expansions: getWriter().printf(), .format(), .println(), .append() added to XSS sink patterns