Kirill
Kirill
@mklemenz I'm in the same situation. Maybe you know alternatives for this module? @dchester, @mbroadst maybe you're looking for maintainers? Let me know if so.
I checked the same file on original [zlib](https://github.com/madler/zlib) code and found the same behavior (`inflate` returns Z_STREAM_END too early). Also I found very interesting [implementation](https://github.com/madler/zlib/blob/master/test/minigzip.c#L289) of wrapper for `inflate` function....
Thanks! I sent the disclosure message to the email you pointed.
It is not a prototype pollution, POC is attached in the email and uses only public documented API of the library.
Hi, I just wanted to check if you found the email I sent? If so, I think we can close this issue?
Is there any chance you were able to verify the issue? Can I help you somehow?
Any updates on this?
@mikehaertl, yes as I understand, `'--x=y'` is the same as `--x='y'` and the same as `'--x'='y'`. Personally, I like the approach you suggested. Looks like it covers all cases listed...
BTW you don't even need two functions (`addArgs` and `addArg`). You can check if first argument of `addArg` is an array.
I have a same issue. Please fix this as soon as possible. P.S.: [нere](https://gist.github.com/Kirill89/d2a1184322fbbca133247d4dadc03f3b) is my example if you need.