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