Maven Avoid Open Versions
ID |
avoid_open_versions_maven |
Severity |
low |
Family |
Avoid open versions |
Tags |
reachable |
Description
This detector finds open versions in the pom.xml
files for the dependencies.
The detector considers open versions as any range of version, you can see details
here.
Furthermore, LATEST
or RELEASE
are considered open versions.
You can configure that this detector only apply to your pom.xml
files, and filter the dependencies processed by scope.
Security
Fixing versions, the build will be reproducible/deterministic and future malware versions do not affect the projects.