Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add AWS ARN for the specific offending Resource into the Description …
…of the ASFF parser (#10761) * Add Under Review for Jira mappings Add Under Review to the Jira configuration and 'open_status'. Some teams work within sprint cycles, so if they are integrated with Jira and their DefectDojo product, it would be nice to have 'Under Review' as an 'In-Progress' and 'Active' status / resolution, so that things currently being worked on, can be tracked. This adds flexibility to the 'Open' 'Closed' 'False Positive' or 'Risk Accepted' by adding the 'Under Review' mapping resolution for Jira so that teams can manage vulnerabilities that are in-progress or 'under review' * Update 0014_jira_conf_resolution_mappings.py * Update parser.py Add AWS ARN ProductField -> Resources:0/Id into the Description so that the actual offending resource can make its way into the Finding. * fixing whitespace fixing whitespace * Update parser.py implement cneil suggestions * Update parser.py fixing errors * Update parser.py fix typo * Update parser.py * Update parser.py * Update parser.py * Update parser.py attempting to implement cneill's suggestion on refactoring parser * Update parser.py attempt 2 * Update parser.py * Update parser.py * Update parser.py * Update test_asff_parser.py * Update test_asff_parser.py * Update test_asff_parser.py * Update test_asff_parser.py * Update test_asff_parser.py * Update test_asff_parser.py * Update test_asff_parser.py * Update test_asff_parser.py * Update test_asff_parser.py * Update test_asff_parser.py * Update test_asff_parser.py * Update test_asff_parser.py * Update test_asff_parser.py * Update test_asff_parser.py * Update test_asff_parser.py * Update test_asff_parser.py * Update test_asff_parser.py starting over on this part - adding parser = AsffParser() to common_check_finding so it can be referenced by other methods * Update test_asff_parser.py * Update test_asff_parser.py one more try * Update test_asff_parser.py * Update test_asff_parser.py * Update test_asff_parser.py * Update test_asff_parser.py * Update parser.py fix spacing * Update parser.py * Update parser.py * update parser and unit test * fix whitespace * Update test_asff_parser.py * Update parser.py * Update parser.py * remove extra line + update unit test to reflect correct format * fix csv parser - a ',' will break fix csv parser - a ',' will break. adding a + for now, but open to considering & * update spacing * fixing this - not an issue, rolling back --------- Co-authored-by: Cody Maffucci <[email protected]>
- Loading branch information