Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
buixor committed Dec 9, 2024
1 parent e504da1 commit eb21796
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sigma/backends/crowdsec/crowdsec.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@ def convert_condition_not(self, cond : ConditionNOT, state : ConversionState) ->
return self.not_token + self.token_separator + "(" + expr + ")"

def generate_labels(self, rule: SigmaRule, spoofable: int, behavior: str, remediation: str) -> str:
"""Use the rule tags and status to generate the meta section of the crowdsec scenario"""

"""Use the rule tags and status to generate the meta section of the crowdsec scenario"""
confidence = 0
classification = ""
if rule.status == SigmaStatus.EXPERIMENTAL:
Expand Down

0 comments on commit eb21796

Please sign in to comment.