Security context

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

mojohaus/exec-maven-plugin
master @ c2f5d4e
2
Fixes
0
CVEs
HIGH
Peak severity
0.0%
Coverage
Highlights
Dependency Confusion: 2 prior fixes. Scrutinize any change in this area.
src/main/java/org/codehaus/mojo/exec/AbstractExecMojo.java: most-fixed (2 issues). 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.

Dependency Confusion: Plugin dependencies were resolved from project repositories, allowing a malicious artifact with the same coordinates to be pulled from an attacker-controlled project repo.
Dependency Confusion: Project dependencies were resolved from plugin repositories, allowing a malicious artifact to be substituted from an attacker-controlled plugin repo.