Skip to content

Commit

Permalink
Javascript sample update in #91
Browse files Browse the repository at this point in the history
  • Loading branch information
scr34m committed Jul 8, 2024
1 parent c542a74 commit cad03dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions definitions/patterns_re.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,9 @@ return @\$[a-z]{2}\d+\[\d+\]\(\$[a-z]{2}\d+\[\d+\],

# htaccess alternating
[a-z]{1}\([a-z]{1}\(\$[a-z]{2}\.'\/\.htaccess'\)

# Javascript specific rules

# JS - escaped command
\.fromCharCode\([0-9,]{4,}\)
\+-parseInt\(\w\('0x[0-9a-z]+'\)\)\/

0 comments on commit cad03dc

Please sign in to comment.