Update zip-path-overwrite.yaml
parent
6f0d8062fe
commit
7246b17ecd
|
@ -14,15 +14,15 @@ file:
|
|||
matchers:
|
||||
- type: regex
|
||||
regex:
|
||||
- "\\$X = require\\('unzip'\\)"
|
||||
- "\\$X = require\\('unzipper'\\)"
|
||||
- "\\$Y\\.pipe\\(\\$UNZIP\\.Parse\\(...\\)\\)\\.on\\('entry', function $FUNC\\(...\\) {"
|
||||
- "\\$X = \\$FILENAME\\.indexOf\\(...\\)"
|
||||
- "\\$FUNC\\.pipe\\(\\$FS\\.createWriteStream\\(\\$FIL, ...\\)\\)"
|
||||
- "\\$FUNC\\.pipe\\(\\$FS\\.writeFile\\(\\$FIL, ...\\)\\)"
|
||||
- "\\$FUNC\\.pipe\\(\\$FS\\.writeFileSync\\(\\$FIL, ...\\)\\)"
|
||||
- "\\$UNZIP\\.Parse\\(...\\)\\.on\\('entry', function \\$FUNC\\(\\$ENTRY\\) {"
|
||||
- "\\$FS\\.createWriteStream\\(\\$FIL, ...\\)"
|
||||
- "\\$FS\\.writeFile\\(\\$FIL, ...\\)"
|
||||
- "\\$FS\\.writeFileSync\\(\\$FIL, ...\\)"
|
||||
- "require\\('unzip'\\)"
|
||||
- "require\\('unzipper'\\)"
|
||||
- "[\\w\\W]+?\\.pipe\\([\\w\\W]+?\\.Parse\\([\\w\\W]*?\\)\\)\\.on\\('entry', function [\\w\\W]*?\\([\\w\\W]*?\\) \\{"
|
||||
- "[\\w\\W]+? = [\\w\\W]+?\\.indexOf\\([\\w\\W]*?\\)"
|
||||
- "[\\w\\W]+?\\.pipe\\([\\w\\W]+?\\.createWriteStream\\([\\w\\W]*?\\)\\)"
|
||||
- "[\\w\\W]+?\\.pipe\\([\\w\\W]+?\\.writeFile\\([\\w\\W]*?\\)\\)"
|
||||
- "[\\w\\W]+?\\.pipe\\([\\w\\W]+?\\.writeFileSync\\([\\w\\W]*?\\)\\)"
|
||||
- "[\\w\\W]+?\\.Parse\\([\\w\\W]*?\\)\\.on\\('entry', function [\\w\\W]*?\\([\\w\\W]*?\\) \\{"
|
||||
- "[\\w\\W]+?\\.createWriteStream\\([\\w\\W]*?\\)"
|
||||
- "[\\w\\W]+?\\.writeFile\\([\\w\\W]*?\\)"
|
||||
- "[\\w\\W]+?\\.writeFileSync\\([\\w\\W]*?\\)"
|
||||
condition: or
|
||||
|
|
Loading…
Reference in New Issue