Security context

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

apache/maven-jar-plugin
master @ daab229
2
Fixes
0
CVEs
HIGH
Peak severity
0.0%
Coverage
Highlights
Integrity Verification: 2 prior fixes. Scrutinize any change in this area.
src/main/java/org/apache/maven/plugin/jar/JarSignMojo.java: most-fixed (1 issue). Treat as high-risk during review.
2 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.

Integrity Verification: Verification was executed against the wrong JAR file after signing, allowing a signed artifact to be replaced or a different artifact to be verified, bypassing signature checks.
Integrity Verification: Unsigned JARs could be silently accepted because the verification process did not fail when a signature was missing, unless an explicit flag was set. This weakens the integrity guarantee for consumers.