Update tar-path-overwrite.yaml
parent
9a179323ff
commit
2823ea226e
|
@ -14,9 +14,8 @@ file:
|
|||
matchers:
|
||||
- type: regex
|
||||
regex:
|
||||
- "\\$X = require\\('tar-stream'\\)"
|
||||
- "\\$EXTRACT\\.on\\('entry', function \\$FUNC\\(...\\) {"
|
||||
- "\\$FS\\.createWriteStream\\(\\$FIL, ...\\)"
|
||||
- "\\$FS\\.writeFile\\(\\$FIL, ...\\)"
|
||||
- "\\$FS\\.writeFileSync\\(\\$FIL, ...\\)"
|
||||
- "require\\('tar-stream'\\)"
|
||||
- "[\\w\\W]+?\\.createWriteStream\\([\\w\\W]*?\\, [\\w\\W]*?\\)"
|
||||
- "[\\w\\W]+?\\.writeFile\\([\\w\\W]*?\\, [\\w\\W]*?\\)"
|
||||
- "[\\w\\W]+?\\.writeFileSync\\([\\w\\W]*?\\, [\\w\\W]*?\\)"
|
||||
condition: or
|
||||
|
|
Loading…
Reference in New Issue