mirror of
https://github.com/valitydev/atomic-threat-coverage.git
synced 2024-11-06 09:35:21 +00:00
fix for issue #143
This commit is contained in:
parent
c28e1dde12
commit
a71dc6f76c
@ -142,9 +142,6 @@ class DetectionRule:
|
||||
else:
|
||||
other_tags.append(tag)
|
||||
|
||||
if not tactic_re.match(tag) and not \
|
||||
technique_re.match(tag):
|
||||
other_tags.append(tag)
|
||||
|
||||
if len(tactic):
|
||||
self.fields.update({'tactics': tactic})
|
||||
@ -256,9 +253,6 @@ class DetectionRule:
|
||||
else:
|
||||
other_tags.append(tag)
|
||||
|
||||
if not tactic_re.match(tag) and not \
|
||||
technique_re.match(tag):
|
||||
other_tags.append(tag)
|
||||
|
||||
if len(tactic):
|
||||
self.fields.update({'tactics': tactic})
|
||||
|
Loading…
Reference in New Issue
Block a user