Vulnerability when scanned using OWASP tools
-
Hi,
I am using security defender for one of my client. Their IT requested us to test the plugins we used using OWASP tools from here
https://owasp.org/www-project-dependency-check/
Scroll to the bottom and look for ‘Command Line’. Click on the link to download OWASP Dependency Check. It will download a ZIP file to the Downloads folder.
1. Start the command line window
2.cdto project’s folder e.g. cd \Documents\Projects\YourProject\
3. Run OWASP Dependency check:C:\Users\ctmo-user\Documents\Projects\YourProject> C:\Users\ctmo-user\Downloads\dependency-check-6.1.5-release\dependency-check\dependency-check.bat -s .Using latest plugin version 2.4.10 there are 2 issues found:
vue.runtime.js(v2.6.10) and vue.runtime.min.js (v2.6.10) with medium severity level.I am aware that vue is not handled by you & team, but since it’s used by the plugin may I know if there’s any plan to upgrade vue version?
The topic ‘Vulnerability when scanned using OWASP tools’ is closed to new replies.