Update express-lfr.yaml

patch-1
Prince Chaddha 2023-06-28 10:52:51 +05:30 committed by GitHub
parent 15ca31a15f
commit 4cec45fdb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -14,8 +14,7 @@ file:
matchers: matchers:
- type: regex - type: regex
regex: regex:
- "$INP = <... \\$REQ\\.\\$QUERY ...>\\;" - "(\\$[\\w\\W]+?)\\.render\\(\\$[\\w\\W]+?, <[\\w\\W]+? \\\\$[\\w\\W]+? [\\w\\W]+? >\\)"
- "$RES\\.render\\(\\$VIEW, <... \\$INP ...>\\)" - "(\\$[\\w\\W]+?)\\.render\\(\\$[\\w\\W]+?, <[\\w\\W]+? \\\\$[\\w\\W]+?\\.\\$[\\w\\W]+? [\\w\\W]+? >\\)"
- "$RES.render\\($VIEW, <... $REQ.$QUERY.$FOO ...>\\)" - "(\\$[\\w\\W]+?)\\.render\\(\\$[\\w\\W]+?, <[\\w\\W]+? \\\\$[\\w\\W]+? [\\w\\W]+? >\\)"
- "$RES\\.render\\(\\$VIEW, <... \\$REQ\\.\\$BODY ...>\\)"
condition: or condition: or