mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
sigmac: Fixed matching of log sources between rules and configuration
This commit is contained in:
parent
fdb017f626
commit
d3201229b0
@ -871,7 +871,7 @@ class SigmaLogsourceConfiguration:
|
||||
for searchval, selfval in zip((category, product, service), (self.category, self.product, self.service)):
|
||||
if searchval == None and selfval != None:
|
||||
return False
|
||||
if searchval != None:
|
||||
if selfval != None:
|
||||
searched += 1
|
||||
if searchval != selfval:
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user