@thomaspatzke Do you know any breaking things with this? I'm currently not that happy with just replacing the double escapes.
But as far as I can see the single \ from the rule is already escaped by python reading strings.
May be the string replace would make sense also for other backend during building SigmaCollections?
Relates: #9
@thomaspatzke Do you know any breaking things with this? I'm currently not that happy with just replacing the double escapes. But as far as I can see the single
\
from the rule is already escaped by python reading strings. May be the string replace would make sense also for other backend during building SigmaCollections?