Merge branch '2.4' of github.com:MISP/MISP into 2.4

pull/8540/head
iglocska 2022-08-12 16:07:31 +02:00
commit 60e59f6df9
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 2 additions and 1 deletions

View File

@ -204,6 +204,7 @@ class NidsExport
break;
case 'email':
$this->emailSrcRule($ruleFormat, $item['Attribute'], $sid);
$sid++;
$this->emailDstRule($ruleFormat, $item['Attribute'], $sid);
break;
case 'email-src':
@ -868,4 +869,4 @@ class NidsExport
}
return $ipport;
}
}
}