From 3af18718498af57a5670a8b0e1e48c3010eaa1ac Mon Sep 17 00:00:00 2001 From: Aiden Mitchell Date: Wed, 18 Dec 2024 15:52:40 -0800 Subject: [PATCH] Adding 'image/svg+xml' (#112) --- build/configs/scanners.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/configs/scanners.yaml b/build/configs/scanners.yaml index 23d70560..4cf273e6 100644 --- a/build/configs/scanners.yaml +++ b/build/configs/scanners.yaml @@ -478,6 +478,7 @@ scanners: - 'text/rtf' - 'xml_file' - 'svg_file' + - 'image/svg+xml' priority: 5 # 'ScanSwf': # - positive: @@ -518,6 +519,7 @@ scanners: - 'text/xml' - 'xml_file' - 'svg_file' + - 'image/svg+xml' - 'text/calendar' - 'application/ics' priority: 5 @@ -564,6 +566,7 @@ scanners: - 'text/xml' - 'xml_file' - 'svg_file' + - 'image/svg+xml' - 'mso_file' - 'soap_file' - 'html_file' # Simple XML, such as a POM file, is recognized as HTML