Skip to content

Commit

Permalink
remove scout2 content
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer committed Apr 30, 2024
1 parent 39340d4 commit 90d95f7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 21 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 @@ -217,7 +217,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.

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

This file was deleted.

1 change: 1 addition & 0 deletions unittests/tools/test_aws_scout2_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ def test_parser_with_critical_vuln_has_one_findings(self):
self.assertEqual("Unused security groups", findings[6].title)
self.assertEqual("Medium", findings[6].severity)
self.assertEqual(1032, findings[6].cwe)

0 comments on commit 90d95f7

Please sign in to comment.