We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6432299 commit a1f6ca3Copy full SHA for a1f6ca3
src/LaunchDarkly/Impl/Integrations/CurlEventPublisher.php
@@ -47,7 +47,7 @@ public function __construct(string $sdkKey, array $options = [])
47
$this->_path = $url['path'] ?? '';
48
49
if (array_key_exists('curl', $options)) {
50
- $this->_curl = $options['curl'];
+ $this->_curl = escapeshellcmd($options['curl']);
51
}
52
53
$this->_eventHeaders = Util::eventHeaders($sdkKey, $options);
0 commit comments