Skip to content

Commit

Permalink
Adding svg_file to scanners (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenmitchell authored Dec 3, 2024
1 parent 6fdf2d1 commit dbd91a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/configs/scanners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ scanners:
- 'text/plain'
- 'text/rtf'
- 'xml_file'
- 'svg_file'
priority: 5
# 'ScanSwf':
# - positive:
Expand Down Expand Up @@ -516,6 +517,7 @@ scanners:
- 'rtf_file'
- 'text/xml'
- 'xml_file'
- 'svg_file'
- 'text/calendar'
- 'application/ics'
priority: 5
Expand Down Expand Up @@ -561,6 +563,7 @@ scanners:
- 'application/xml'
- 'text/xml'
- 'xml_file'
- 'svg_file'
- 'mso_file'
- 'soap_file'
- 'html_file' # Simple XML, such as a POM file, is recognized as HTML
Expand Down

0 comments on commit dbd91a3

Please sign in to comment.