Open brudnyhenry opened 1 year ago
See #5085 for context and follow the link in your report for the package-url: OSSIndex also indicates that that jar contains no vulnerabilities.
Note that before that change the vulnerabilities were retrieved from NVD for
cpe:2.3:a:liferay:liferay:2.64.1:*:*:*:*:*:*:*
cpe:2.3:a:liferay:liferay_portal:2.64.1:*:*:*:*:*:*:*
cpe:2.3:a:liferay:portal:2.64.1:*:*:*:*:*:*:*
which was incorrect as liferay kernel 2.64.1 is for Liferay Portal 7.0.6 so it should report the issues as found for
cpe:2.3:a:liferay:liferay:7.0.6:*:*:*:*:*:*:*
cpe:2.3:a:liferay:liferay_portal:7.0.6:*:*:*:*:*:*:*
cpe:2.3:a:liferay:portal:7.0.6:*:*:*:*:*:*:*
Describe the bug I was using OWASP dependency checker 6.5.0 for a while now and it was scanning all my libraries. However, after upgrading to 7.4.0 and also 8.2.1 the regular scan that was used to report all vulnerabilities, stopped reporting issues for Liferay-kernel Example Pom.xml
Version of dependency-check used 7.4.0 and 8.2.1 are NOK 6.5.0 OK 7.3.2 OK
Log file
No
com.liferay.portal.kernel
vulnerability in 7.4.4 and 8.2.1 [INFO] --- dependency-check-maven:8.2.1:aggregate (default-cli) @ xxxxxx ---Correct vulnerability list when using 6.5.0 or 7.3.2
...... To Reproduce run maven mvn dependency-check:aggregate -Dformat=All
Expected behavior report Liferay vulnerabilities Additional context Add any other context about the problem here.