We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16812ad commit 8dd415eCopy full SHA for 8dd415e
dojo/settings/settings.dist.py
@@ -1345,9 +1345,9 @@ def saml2_attrib_map_format(din):
1345
"Red Hat Satellite": ["description", "severity"],
1346
"Qualys Hacker Guardian Scan": ["title", "severity", "description"],
1347
"Cyberwatch scan (Galeax)": ["title", "description", "severity"],
1348
- "Wizcli Img Scan": ["title", "description", "file_path", "line", "component_name", "component_version"],
1349
- "Wizcli Dir Scan": ["title", "description", "file_path", "line", "component_name", "component_version"],
1350
- "Wizcli IAC Scan": ["title", "description", "file_path", "line", "component_name"],
+ "Wizcli Img Scan": ["title", "file_path", "line", "component_name", "component_version"],
+ "Wizcli Dir Scan": ["title", "file_path", "line", "component_name", "component_version"],
+ "Wizcli IAC Scan": ["title", "file_path", "line", "component_name"],
1351
}
1352
1353
# Override the hardcoded settings here via the env var
0 commit comments