Merge branch 'develop' of https://github.com/MISP/MISP into develop

pull/217/head
Christophe Vandeplas 2013-08-02 10:38:59 +02:00
commit 8064fd2021
1 changed files with 0 additions and 4 deletions

View File

@ -640,10 +640,6 @@ class Attribute extends AppModel {
}
break;
case 'mutex':
if (preg_match('#^(\\\\BaseNamedObjects\\\\)#', $value) && !preg_match("#\n#", $value)) {
$returnValue = true;
}
break;
case 'AS':
case 'snort':
case 'pattern-in-file':