DefectDojo / django-DefectDojo

DevSecOps, ASPM, Vulnerability Management. All on one platform.
https://defectdojo.com
BSD 3-Clause "New" or "Revised" License
3.74k stars 1.56k forks source link

HCL AppScan on Cloud SAST #11162

Open xpert98 opened 3 weeks ago

xpert98 commented 3 weeks ago

Scanner Name HCL AppScan on Cloud SAST report output differs from DAST report output from AppScan Standard. I wrote a new parser and have unit tests to accompany it. This request is for a branch/PR to submit the new parser and related files. Link to HCL ASoC: https://cloud.appscan.com/

Sample File Sample attached (it wouldn't allow me to attach a .xml file so added .txt extension) one_issue.xml.txt

mtesauro commented 3 weeks ago

@xpert98 To do a PR fork this repo and do your code changes in that fork. Please target that PR at the Dev branch.

For more details on contributing, see https://github.com/DefectDojo/django-DefectDojo/blob/master/readme-docs/CONTRIBUTING.md#contributing-to-defectdojo

And for parsers specifically: https://documentation.defectdojo.com/contributing/how-to-write-a-parser/

HTH