OWASP-Benchmark / BenchmarkUtils

OWASP Benchmark Project Utilities - Provides scorecard generation and crawling tools for Benchmark style test suites.
https://owasp.org/www-project-benchmark/
GNU General Public License v3.0
13 stars 48 forks source link

Fixes for HCLAppScanStandard XML Parser #52

Closed gokul-ramesh closed 11 months ago

gokul-ramesh commented 11 months ago

Changes in the parser to avoid missing out on few detections ("variants") in the new XML format (10.x)

davewichers commented 11 months ago

@gokul-ramesh - Are these changes backwards compatible with the old format? I.e., we want the parser to be able parse both the old and the new XML formats at the same time. @darkspirit510 - Any comments/questions on this PR?

gokul-ramesh commented 11 months ago

The parser already is compatible with older versions. These changes are focused only on the newer format and hence don't affect the older ones.