Created
April 13, 2023 12:33
-
-
Save axi92/1b1404d2409b594e544901d1d598133d to your computer and use it in GitHub Desktop.
Junit xml red/green example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<testsuites> | |
<testsuite name="NPM Audit Advisories"> | |
<testcase name="MODERATE: 1091459 - Server-Side Request Forgery in Request"> | |
</testcase> | |
<testcase name="HIGH: 1091653 - xml2js is vulnerable to prototype pollution "> | |
</testcase> | |
</testsuite> | |
</testsuites> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<testsuites> | |
<testsuite name="NPM Audit Advisories"> | |
<testcase name="MODERATE: 1091459 - Server-Side Request Forgery in Request"> | |
<failure message="Server-Side Request Forgery in Request" type="MODERATE">Vulnerability in request * | |
Upgrade protractor to version 3.3.0 | |
- Version: <=2.88.2 | |
- Path: node_modules/request | |
- More info: https://github.com/advisories/GHSA-p8p7-x288-28g6</failure> | |
</testcase> | |
<testcase name="HIGH: 1091653 - xml2js is vulnerable to prototype pollution "> | |
<failure message="xml2js is vulnerable to prototype pollution " type="HIGH">Vulnerability in xml2js <0.5.0 | |
Upgrade protractor to version 3.3.0 | |
- Version: <0.5.0 | |
- Path: node_modules/xml2js | |
- More info: https://github.com/advisories/GHSA-776f-qx25-q3cc</failure> | |
</testcase> | |
</testsuite> | |
</testsuites> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment