Skip to content

Commit

Permalink
🐛 fix typo for MSDefender in settings.dist.py
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer committed Dec 31, 2023
1 parent 957a37d commit efc5753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dojo/settings/settings.dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ def saml2_attrib_map_format(dict):
'Threagile risks report': ['title', 'cwe', "severity"],
'Trufflehog Scan': ['title', 'description', 'line'],
'Humble Json Importer': ['title'],
'MSDefender API': ['title', 'description'],
'MSDefender Parser': ['title', 'description'],
}

# Override the hardcoded settings here via the env var
Expand Down Expand Up @@ -1468,7 +1468,7 @@ def saml2_attrib_map_format(dict):
'kube-bench Scan': DEDUPE_ALGO_HASH_CODE,
'Threagile risks report': DEDUPE_ALGO_UNIQUE_ID_FROM_TOOL_OR_HASH_CODE,
'Humble Json Importer': DEDUPE_ALGO_HASH_CODE,
'MSDefender API': DEDUPE_ALGO_HASH_CODE,
'MSDefender Parser': DEDUPE_ALGO_HASH_CODE,
}

# Override the hardcoded settings here via the env var
Expand Down

0 comments on commit efc5753

Please sign in to comment.