Skip to content

Commit

Permalink
Adding Office documents to the URL scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenmitchell authored May 2, 2024
1 parent 7853293 commit ca7d051
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build/configs/scanners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,14 @@ scanners:
- 'rtf_file'
- 'text/calendar'
- 'application/ics'
- 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'
- 'application/msword'
- 'olecf_file'
- 'ooxml_file'
- 'application/vnd.ms-word.document.macroEnabled.12'
- 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'
- 'application/vnd.openxmlformats-officedocument.wordprocessingml.template'
- 'application/vnd.ms-word.template.macroEnabled.12'
priority: 5
# 'ScanVb': revisit
# - positive:
Expand Down

0 comments on commit ca7d051

Please sign in to comment.