Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Dependencies catch-up / Q1 2022 #240

Merged
merged 4 commits into from
Feb 9, 2022
Merged

Conversation

fgonzal
Copy link
Contributor

@fgonzal fgonzal commented Feb 4, 2022

This PR is the result of running the OWASP dependency-check tool and addressing the vulnerabilities spotted in the report.

This is the OWASP Dependency-Check report after updating the references: dependency-check-report.html.zip

For those interested, the tool can be run locally by typing in the following command (provided you're at the project's root directory):
dependency-check --project "jPOS-EE" --scan="**/modules/**/build/install/**/**.jar" --format=HTML

(instructions on how to install it can be found here)

Back to the report, as you can see, it still shows 4 vulns. However:

a) one of them is a false-positive. The tool is confusing jposee-db-mysql-2.2.8.jar with mysql:mysql:2.2.8, thus the confidence rate of 'Low' for this item in the report. This vulnerability can be safely dismissed.

b) the other three are jPOS dependecies, so they can't be addressed in this project.


Apart from running the test suite locally, I went ahead and manually tried a local qi-core build in a couple of projects that use it. They both worked well.

@ar ar merged commit 6fa4b0d into jpos:master Feb 9, 2022
@fgonzal fgonzal deleted the dependencies-february-2022 branch February 10, 2022 20:38
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants