Skip to content

Commit

Permalink
Updated dotnet fruit rules
Browse files Browse the repository at this point in the history
  • Loading branch information
wireghoul committed Jan 20, 2022
1 parent 64d3eee commit 65b245e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion signatures/dotnet.db
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ new[[:space:]]+Cli[[:space:]]*\(.*
[\'\" ]+AND[[:space:]]+.*=.*\+[[:space:]]*[Rr]equest\..*
(LIKE|like)[[:space:]]+[^\;]+\+[[:space:]]*[Rr]equest\..*
(ORDER[[:space:]]+BY|order[[:space:]]+by)[[:space:]]+.*\+[[:space:]]*[Rr]equest
(LIMIT|limit)[[:space:]]+.*\+[[:space:]]*[Rr]equest\..*
(LIMIT|limit)[[:space:]]+([0-9]+,[[:space:]]*[Rr]equest\..*|[Rr]request\..*)
Process.Start[[:space:]]*\(.*\+
\.Arguments[[:space:]]*=(.*[\'\"][[:space:]]*\+[[:space:]]*[^\'\"]+|.*[^\'\"]+[[:space:]]*\+[[:space:]]*[\'\"])
\.SelectNodes[[:space:]]*\(.*[\'\"][[:space:]]*\+[[:space:]]*[^\'\"]+
Expand Down
2 changes: 1 addition & 1 deletion signatures/dotnet/fruit.db
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[\'\" ]+AND[[:space:]]+.*=.*\+[[:space:]]*[Rr]equest\..*
(LIKE|like)[[:space:]]+[^\;]+\+[[:space:]]*[Rr]equest\..*
(ORDER[[:space:]]+BY|order[[:space:]]+by)[[:space:]]+.*\+[[:space:]]*[Rr]equest
(LIMIT|limit)[[:space:]]+.*\+[[:space:]]*[Rr]equest\..*
(LIMIT|limit)[[:space:]]+([0-9]+,[[:space:]]*[Rr]equest\..*|[Rr]request\..*)
Process.Start[[:space:]]*\(.*\+
\.Arguments[[:space:]]*=(.*[\'\"][[:space:]]*\+[[:space:]]*[^\'\"]+|.*[^\'\"]+[[:space:]]*\+[[:space:]]*[\'\"])
\.SelectNodes[[:space:]]*\(.*[\'\"][[:space:]]*\+[[:space:]]*[^\'\"]+
Expand Down

0 comments on commit 65b245e

Please sign in to comment.