Skip to content

Commit

Permalink
style: Automatic code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 30, 2023
1 parent 5f2aa45 commit 3cbad1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/signatures/cve_2016_7200.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class CVE_2016_7200(Signature):
filter_apinames = set(["JsEval", "COleScript_Compile", "COleScript_ParseScriptText"])

def on_call(self, call, process):

buf = False
if call["api"] == "JsEval":
buf = self.get_argument(call, "Javascript")
Expand Down

0 comments on commit 3cbad1c

Please sign in to comment.