We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While running an application through a CI pipeline, a step that runs the dependency vulnerability check, raised the following issue:
Filename: swagger-ui-dist:3.38.0 | Highest CVSS Score: 6.1 | Amount of CVSS: 1 | References: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') (6.1)
CWE-79 description
Run dependency-check cli vulnerability tool in any project that has swagger-ui-dist as dependency: $ dependency-check --scan <path to project>
$ dependency-check --scan <path to project>
No vulnerabilities reported.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Good to know:
└─┬ [email protected]
└─┬ swagger-ui-dist [email protected]
Description
While running an application through a CI pipeline, a step that runs the dependency vulnerability check, raised the following issue:
CWE-79 description
To reproduce
Run dependency-check cli vulnerability tool in any project that has swagger-ui-dist as dependency:
$ dependency-check --scan <path to project>
Expected behavior
No vulnerabilities reported.
The text was updated successfully, but these errors were encountered: