Skip to content

Commit

Permalink
remove aws scout2 parser (DefectDojo#9894)
Browse files Browse the repository at this point in the history
* remove scout2 content

* remove aws_scout2 components
  • Loading branch information
manuel-sommer authored May 1, 2024
1 parent 5263b1a commit 29b16af
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 261 deletions.
17 changes: 0 additions & 17 deletions docs/content/en/integrations/parsers/file/aws_scout2.md

This file was deleted.

2 changes: 1 addition & 1 deletion dojo/settings/settings.dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
# regular expression to exclude one or more parsers
# could be usefull to limit parser allowed
# AWS Scout2 Scan Parser is deprecated (see https://github.com/DefectDojo/django-DefectDojo/pull/5268)
DD_PARSER_EXCLUDE=(str, 'AWS Scout2 Scan'),
DD_PARSER_EXCLUDE=(str, ''),
# when enabled in sytem settings, every minute a job run to delete excess duplicates
# we limit the amount of duplicates that can be deleted in a single run of that job
# to prevent overlapping runs of that job from occurrring
Expand Down
1 change: 0 additions & 1 deletion dojo/tools/aws_scout2/__init__.py

This file was deleted.

192 changes: 0 additions & 192 deletions dojo/tools/aws_scout2/parser.py

This file was deleted.

2 changes: 0 additions & 2 deletions unittests/scans/aws_scout2/aws_config.js

This file was deleted.

48 changes: 0 additions & 48 deletions unittests/tools/test_aws_scout2_parser.py

This file was deleted.

0 comments on commit 29b16af

Please sign in to comment.