=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== php-sabre-http-4.2.1/lib/Client.php-351- curl_setopt_array($this->curlHandle, $settings); php-sabre-http-4.2.1/lib/Client.php:352: $response = $this->curlExec($this->curlHandle); php-sabre-http-4.2.1/lib/Client.php-353- $response = $this->parseCurlResult($response, $this->curlHandle); ############################################## php-sabre-http-4.2.1/lib/Client.php-575- */ php-sabre-http-4.2.1/lib/Client.php:576: protected function curlExec($curlHandle) { php-sabre-http-4.2.1/lib/Client.php-577- php-sabre-http-4.2.1/lib/Client.php:578: return curl_exec($curlHandle); php-sabre-http-4.2.1/lib/Client.php-579- ############################################## php-sabre-http-4.2.1/tests/HTTP/ClientTest.php-459- */ php-sabre-http-4.2.1/tests/HTTP/ClientTest.php:460: protected function curlExec($curlHandle) { php-sabre-http-4.2.1/tests/HTTP/ClientTest.php-461- ############################################## php-sabre-http-4.2.1/tests/HTTP/ClientTest.php-466- if (is_null($return)) { php-sabre-http-4.2.1/tests/HTTP/ClientTest.php:467: return parent::curlExec($curlHandle); php-sabre-http-4.2.1/tests/HTTP/ClientTest.php-468- } else { ############################################## php-sabre-http-4.2.1/.pc/0001-Use-homemade-autoload.php.patch/README.md-13- php-sabre-http-4.2.1/.pc/0001-Use-homemade-autoload.php.patch/README.md:14:* `$_GET`, php-sabre-http-4.2.1/.pc/0001-Use-homemade-autoload.php.patch/README.md:15:* `$_POST`, php-sabre-http-4.2.1/.pc/0001-Use-homemade-autoload.php.patch/README.md:16:* `$_SERVER`, php-sabre-http-4.2.1/.pc/0001-Use-homemade-autoload.php.patch/README.md:17:* `php://input` or `$HTTP_RAW_POST_DATA`. php-sabre-http-4.2.1/.pc/0001-Use-homemade-autoload.php.patch/README.md-18- ############################################## php-sabre-http-4.2.1/.pc/0001-Use-homemade-autoload.php.patch/README.md-162-somewhere else, by some other subsystem. This could simply be a call like php-sabre-http-4.2.1/.pc/0001-Use-homemade-autoload.php.patch/README.md:163:`$request = Sapi::getRequest()` at the top of your application, php-sabre-http-4.2.1/.pc/0001-Use-homemade-autoload.php.patch/README.md-164-but could also be somewhere in a unittest. php-sabre-http-4.2.1/.pc/0001-Use-homemade-autoload.php.patch/README.md-165- php-sabre-http-4.2.1/.pc/0001-Use-homemade-autoload.php.patch/README.md:166:All we know in the current subsystem, is that we received a `$request` and php-sabre-http-4.2.1/.pc/0001-Use-homemade-autoload.php.patch/README.md-167-that it implements `Sabre\HTTP\RequestInterface`. To decorate this object, ############################################## php-sabre-http-4.2.1/README.md-13- php-sabre-http-4.2.1/README.md:14:* `$_GET`, php-sabre-http-4.2.1/README.md:15:* `$_POST`, php-sabre-http-4.2.1/README.md:16:* `$_SERVER`, php-sabre-http-4.2.1/README.md:17:* `php://input` or `$HTTP_RAW_POST_DATA`. php-sabre-http-4.2.1/README.md-18- ############################################## php-sabre-http-4.2.1/README.md-162-somewhere else, by some other subsystem. This could simply be a call like php-sabre-http-4.2.1/README.md:163:`$request = Sapi::getRequest()` at the top of your application, php-sabre-http-4.2.1/README.md-164-but could also be somewhere in a unittest. php-sabre-http-4.2.1/README.md-165- php-sabre-http-4.2.1/README.md:166:All we know in the current subsystem, is that we received a `$request` and php-sabre-http-4.2.1/README.md-167-that it implements `Sabre\HTTP\RequestInterface`. To decorate this object,