Relaxed defanging rules, fixes #5203

Removed multiple dot implosion for links/urls
pull/5206/head
Andras Iklody 2019-09-23 14:26:42 +02:00 committed by GitHub
parent 25003e13ae
commit d10495f789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class ComplexTypeTool
array(
'from' => '/\.+/',
'to' => '.',
'types' => array('link', 'url', 'ip-dst', 'ip-src', 'domain|ip', 'domain', 'hostname')
'types' => array('ip-dst', 'ip-src', 'domain|ip', 'domain', 'hostname')
),
array(
'from' => '/\[hxxp:\/\/\]/',