Highlights
Signature Verification Bypass: 1 prior fix. Scrutinize any change in this area.
src/main/java/com/lambdaworks/crypto/SCrypt.java: 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.
Signature Verification Bypass: The library dynamically loads native binaries via JNI without validating the signature of the hosting JAR, allowing an attacker who can modify the classpath or local files to execute arbitrary, unsigned native code.