Skip to content

Commit a5f3a14

Browse files
authored
Merge pull request #148 from PabloClon/master
Fixed typo in database rules
2 parents ee471a6 + 5e2884f commit a5f3a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AppInspector/rules/default/data_handling/database.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
"patterns": [
229229
{
230230
"pattern": "['\\\"](select|insert|delete|update)\\s.*",
231-
"type": "regex-word",
231+
"type": "regex",
232232
"scopes": [ "code" ],
233233
"modifiers": [ "i" ],
234234
"confidence": "high"

0 commit comments

Comments
 (0)