Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.1
-
None
Description
Dependabot has falsely identified CVE-2021-26291 as a security vulnerability due to a build system property named maven.version due to usage of the following dependency:
<dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> <version>2.0.5</version> </dependency>
However, at the time of this writing, Maven Central does not list any vulnerabilities for this version.