kelvinzer0 / curl-impersonate-php

MIT License
15 stars 8 forks source link

Wrap user-supplied arguments with escapeshellarg() for safety #2

Closed ShaneMcC closed 10 months ago

ShaneMcC commented 10 months ago

This prevents commands being executed unexpectedly, and also means that urls containing url parameters (eg ?foo=bar&baz=qux) get handled correctly.

kelvinzer0 commented 10 months ago

Your efforts improve the code and bring valuable improvements to the user experience. Thank you, @ShaneMcC! Excited for more collaborations and achievements in the future.