Skip to content

Commit e7e8a51

Browse files
add missing comma (DefectDojo#5673)
1 parent 157929f commit e7e8a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1904,7 +1904,7 @@ class Meta:
19041904
model = Finding
19051905
# exclude sonarqube issue as by default it will show all without checking permissions
19061906
exclude = ['date', 'cwe', 'url', 'description', 'mitigation', 'impact',
1907-
'endpoint', 'references', 'test', 'sonarqube_issue'
1907+
'endpoint', 'references', 'test', 'sonarqube_issue',
19081908
'thread_id', 'notes', 'endpoints', 'endpoint_status',
19091909
'numerical_severity', 'reporter', 'last_reviewed',
19101910
'jira_creation', 'jira_change', 'files']

0 commit comments

Comments
 (0)