=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== phing-2.16.1/phing-2.16.1/tasks/ext/SassTask.php-1193- $this->log("Executing: {$fullCommand}", Project::MSG_INFO); phing-2.16.1/phing-2.16.1/tasks/ext/SassTask.php:1194: exec($fullCommand, $output, $return); phing-2.16.1/phing-2.16.1/tasks/ext/SassTask.php-1195- ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/apigen/ApiGenTask.php-405- // Execute ApiGen phing-2.16.1/phing-2.16.1/tasks/ext/apigen/ApiGenTask.php:406: exec(escapeshellcmd($this->executable) . ' ' . escapeshellcmd($this->action) . ' ' . $this->constructArguments(), $output, $return); phing-2.16.1/phing-2.16.1/tasks/ext/apigen/ApiGenTask.php-407- ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/phpdoc/PhpDocumentor2Task.php-155- if (empty($this->filesets)) { phing-2.16.1/phing-2.16.1/tasks/ext/phpdoc/PhpDocumentor2Task.php:156: throw new BuildException("You have not specified any files to include (<fileset>)", $this->getLocation()); phing-2.16.1/phing-2.16.1/tasks/ext/phpdoc/PhpDocumentor2Task.php-157- } ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/phpdoc/PhpDocumentorExternalTask.php-96- phing-2.16.1/phing-2.16.1/tasks/ext/phpdoc/PhpDocumentorExternalTask.php:97: exec($this->programPath . " " . $arguments, $output, $return); phing-2.16.1/phing-2.16.1/tasks/ext/phpdoc/PhpDocumentorExternalTask.php-98- ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/WikiPublishTask.php-374- phing-2.16.1/phing-2.16.1/tasks/ext/WikiPublishTask.php:375: $response = curl_exec($this->curl); phing-2.16.1/phing-2.16.1/tasks/ext/WikiPublishTask.php-376- $responseCode = curl_getinfo($this->curl, CURLINFO_HTTP_CODE); ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/PatchTask.php-276- phing-2.16.1/phing-2.16.1/tasks/ext/PatchTask.php:277: exec($cmd, $output, $exitCode); phing-2.16.1/phing-2.16.1/tasks/ext/PatchTask.php-278- ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/JslLintTask.php-267- $messages = array(); phing-2.16.1/phing-2.16.1/tasks/ext/JslLintTask.php:268: exec($command . '"' . $file . '"', $messages, $return); phing-2.16.1/phing-2.16.1/tasks/ext/JslLintTask.php-269- ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/ZendCodeAnalyzerTask.php-192- // Execute command phing-2.16.1/phing-2.16.1/tasks/ext/ZendCodeAnalyzerTask.php:193: $result = shell_exec($cmd); phing-2.16.1/phing-2.16.1/tasks/ext/ZendCodeAnalyzerTask.php-194- $result = explode("\n", $result); ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/sonar/SonarTask.php-190- phing-2.16.1/phing-2.16.1/tasks/ext/sonar/SonarTask.php:191: exec($command, $output, $returnCode); phing-2.16.1/phing-2.16.1/tasks/ext/sonar/SonarTask.php-192- ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/sonar/SonarTask.php-257- unset($output); phing-2.16.1/phing-2.16.1/tasks/ext/sonar/SonarTask.php:258: exec($command, $output, $returnCode); phing-2.16.1/phing-2.16.1/tasks/ext/sonar/SonarTask.php-259- ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/sonar/SonarTask.php-267- unset($output); phing-2.16.1/phing-2.16.1/tasks/ext/sonar/SonarTask.php:268: exec($escapedExecutable . ' --version', $output, $returnCode); phing-2.16.1/phing-2.16.1/tasks/ext/sonar/SonarTask.php-269- ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/zendguard/ZendGuardEncodeTask.php-524- phing-2.16.1/phing-2.16.1/tasks/ext/zendguard/ZendGuardEncodeTask.php:525: $tmp = exec($command, $output, $return_var); phing-2.16.1/phing-2.16.1/tasks/ext/zendguard/ZendGuardEncodeTask.php-526- if ($return_var !== 0) { ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/zendguard/ZendGuardLicenseTask.php-449- $this->log('Running: ' . $command, Project::MSG_VERBOSE); phing-2.16.1/phing-2.16.1/tasks/ext/zendguard/ZendGuardLicenseTask.php:450: $tmp = exec($command, $output, $return_var); phing-2.16.1/phing-2.16.1/tasks/ext/zendguard/ZendGuardLicenseTask.php-451- ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/zendserverdeploymenttool/zsdtBaseTask.php-99- $commandString = sprintf('%s %s %s', $command, $this->action, $this->arguments); phing-2.16.1/phing-2.16.1/tasks/ext/zendserverdeploymenttool/zsdtBaseTask.php:100: $msg = exec($commandString . ' 2>&1', $output, $code); phing-2.16.1/phing-2.16.1/tasks/ext/zendserverdeploymenttool/zsdtBaseTask.php-101- ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/PhpCodeSnifferTask.php-448- } else { phing-2.16.1/phing-2.16.1/tasks/ext/PhpCodeSnifferTask.php:449: preg_match('/\d\.\d\.\d/', shell_exec('phpcs --version'), $version); phing-2.16.1/phing-2.16.1/tasks/ext/PhpCodeSnifferTask.php-450- } ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/ssh/SshTask.php-290- if ($this->pty != '') { phing-2.16.1/phing-2.16.1/tasks/ext/ssh/SshTask.php:291: $stream = ssh2_exec($this->connection, $this->command, $this->pty); phing-2.16.1/phing-2.16.1/tasks/ext/ssh/SshTask.php-292- } else { phing-2.16.1/phing-2.16.1/tasks/ext/ssh/SshTask.php:293: $stream = ssh2_exec($this->connection, $this->command); phing-2.16.1/phing-2.16.1/tasks/ext/ssh/SshTask.php-294- } ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/ssh/ScpTask.php-424- // explicitly close ssh connection phing-2.16.1/phing-2.16.1/tasks/ext/ssh/ScpTask.php:425: @ssh2_exec($this->connection, 'exit'); phing-2.16.1/phing-2.16.1/tasks/ext/ssh/ScpTask.php-426- } ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/PhpLintTask.php-269- phing-2.16.1/phing-2.16.1/tasks/ext/PhpLintTask.php:270: exec($command . '"' . $file . '" 2>&1', $messages); phing-2.16.1/phing-2.16.1/tasks/ext/PhpLintTask.php-271- ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/FileSyncTask.php-230- $return = null; phing-2.16.1/phing-2.16.1/tasks/ext/FileSyncTask.php:231: exec($command, $output, $return); phing-2.16.1/phing-2.16.1/tasks/ext/FileSyncTask.php-232- ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/ComposerTask.php-172- $return = 0; phing-2.16.1/phing-2.16.1/tasks/ext/ComposerTask.php:173: passthru($commandLine, $return); phing-2.16.1/phing-2.16.1/tasks/ext/ComposerTask.php-174- ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/dbdeploy/DbDeployTask.php-178- FROM " . DbDeployTask::$TABLE_NAME . " phing-2.16.1/phing-2.16.1/tasks/ext/dbdeploy/DbDeployTask.php:179: WHERE delta_set = '$this->deltaSet' phing-2.16.1/phing-2.16.1/tasks/ext/dbdeploy/DbDeployTask.php-180- ORDER BY change_number"; ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/dbdeploy/DbDeployTask.php-275- $sql .= 'DELETE FROM ' . DbDeployTask::$TABLE_NAME . ' phing-2.16.1/phing-2.16.1/tasks/ext/dbdeploy/DbDeployTask.php:276: WHERE change_number = ' . $fileChangeNumber . ' phing-2.16.1/phing-2.16.1/tasks/ext/dbdeploy/DbDeployTask.php-277- AND delta_set = \'' . $this->deltaSet . '\';' . "\n"; ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/dbdeploy/DbDeployTask.php-283- SET complete_dt = ' . $this->dbmsSyntax->generateTimestamp() . ' phing-2.16.1/phing-2.16.1/tasks/ext/dbdeploy/DbDeployTask.php:284: WHERE change_number = ' . $fileChangeNumber . ' phing-2.16.1/phing-2.16.1/tasks/ext/dbdeploy/DbDeployTask.php-285- AND delta_set = \'' . $this->deltaSet . '\';' . "\n"; ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/SymfonyConsole/SymfonyConsoleTask.php-218- $output = array(); phing-2.16.1/phing-2.16.1/tasks/ext/SymfonyConsole/SymfonyConsoleTask.php:219: exec($cmd, $output, $return); phing-2.16.1/phing-2.16.1/tasks/ext/SymfonyConsole/SymfonyConsoleTask.php-220- ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/liquibase/AbstractLiquibaseTask.php-164- */ phing-2.16.1/phing-2.16.1/tasks/ext/liquibase/AbstractLiquibaseTask.php:165: public function setPassthru($passthru) phing-2.16.1/phing-2.16.1/tasks/ext/liquibase/AbstractLiquibaseTask.php-166- { ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/liquibase/AbstractLiquibaseTask.php-277- if ($this->passthru) { phing-2.16.1/phing-2.16.1/tasks/ext/liquibase/AbstractLiquibaseTask.php:278: passthru($command); phing-2.16.1/phing-2.16.1/tasks/ext/liquibase/AbstractLiquibaseTask.php-279- } else { ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/liquibase/AbstractLiquibaseTask.php-281- $return = null; phing-2.16.1/phing-2.16.1/tasks/ext/liquibase/AbstractLiquibaseTask.php:282: exec($command, $output, $return); phing-2.16.1/phing-2.16.1/tasks/ext/liquibase/AbstractLiquibaseTask.php-283- $output = implode(PHP_EOL, $output); ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/rSTTask.php-269- $this->log('command: ' . $cmd, Project::MSG_VERBOSE); phing-2.16.1/phing-2.16.1/tasks/ext/rSTTask.php:270: exec($cmd, $arOutput, $retval); phing-2.16.1/phing-2.16.1/tasks/ext/rSTTask.php-271- if ($retval != 0) { ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/ReplaceRegexpTask.php-113- * phing-2.16.1/phing-2.16.1/tasks/ext/ReplaceRegexpTask.php:114: * todo ... `$this->_regexp->setFlags( $flags );` phing-2.16.1/phing-2.16.1/tasks/ext/ReplaceRegexpTask.php-115- */ ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/ioncube/IoncubeLicenseTask.php-167- phing-2.16.1/phing-2.16.1/tasks/ext/ioncube/IoncubeLicenseTask.php:168: exec($makelicense->__toString() . " " . $arguments . " 2>&1", $output, $return); phing-2.16.1/phing-2.16.1/tasks/ext/ioncube/IoncubeLicenseTask.php-169- ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/ioncube/IoncubeEncoderTask.php-593- phing-2.16.1/phing-2.16.1/tasks/ext/ioncube/IoncubeEncoderTask.php:594: exec($encoder->__toString() . ' ' . $arguments . " 2>&1", $output, $return); phing-2.16.1/phing-2.16.1/tasks/ext/ioncube/IoncubeEncoderTask.php-595- ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/property/PathToFileSet.php-143- } phing-2.16.1/phing-2.16.1/tasks/ext/property/PathToFileSet.php:144: $fileSet->createInclude()->setName($includePattern); phing-2.16.1/phing-2.16.1/tasks/ext/property/PathToFileSet.php-145- $atLeastOne = true; ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/NotifySendTask.php-153- if (!$this->silent) { phing-2.16.1/phing-2.16.1/tasks/ext/NotifySendTask.php:154: exec(escapeshellcmd($cmd), $output, $return); phing-2.16.1/phing-2.16.1/tasks/ext/NotifySendTask.php-155- if ($return !== 0) { ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/JsHintTask.php-208- $output = array(); phing-2.16.1/phing-2.16.1/tasks/ext/JsHintTask.php:209: exec($command, $output); phing-2.16.1/phing-2.16.1/tasks/ext/JsHintTask.php-210- $output = implode(PHP_EOL, $output); ############################################## phing-2.16.1/phing-2.16.1/tasks/ext/JsHintTask.php-276- { phing-2.16.1/phing-2.16.1/tasks/ext/JsHintTask.php:277: exec('jshint -v', $output, $return); phing-2.16.1/phing-2.16.1/tasks/ext/JsHintTask.php-278- if ($return !== 0) { ############################################## phing-2.16.1/phing-2.16.1/tasks/system/AttribTask.php-108- */ phing-2.16.1/phing-2.16.1/tasks/system/AttribTask.php:109: public function setSystem($value) phing-2.16.1/phing-2.16.1/tasks/system/AttribTask.php-110- { ############################################## phing-2.16.1/phing-2.16.1/tasks/system/condition/HttpCondition.php-98- phing-2.16.1/phing-2.16.1/tasks/system/condition/HttpCondition.php:99: if (!curl_exec($handle)) { phing-2.16.1/phing-2.16.1/tasks/system/condition/HttpCondition.php-100- $this->log("No response received from URL: " . $this->url, $this->quiet ? Project::MSG_VERBOSE : Project::MSG_ERR); ############################################## phing-2.16.1/phing-2.16.1/tasks/system/ApplyTask.php-153- /** phing-2.16.1/phing-2.16.1/tasks/system/ApplyTask.php:154: * Whether to use PHP's passthru() function instead of exec() phing-2.16.1/phing-2.16.1/tasks/system/ApplyTask.php-155- * @var boolean ############################################## phing-2.16.1/phing-2.16.1/tasks/system/ApplyTask.php-384- /** phing-2.16.1/phing-2.16.1/tasks/system/ApplyTask.php:385: * Whether to use PHP's passthru() function instead of exec() phing-2.16.1/phing-2.16.1/tasks/system/ApplyTask.php-386- * ############################################## phing-2.16.1/phing-2.16.1/tasks/system/ApplyTask.php-390- */ phing-2.16.1/phing-2.16.1/tasks/system/ApplyTask.php:391: public function setPassthru($passthru) phing-2.16.1/phing-2.16.1/tasks/system/ApplyTask.php-392- { ############################################## phing-2.16.1/phing-2.16.1/tasks/system/ApplyTask.php-800- // Validating the command executor container phing-2.16.1/phing-2.16.1/tasks/system/ApplyTask.php:801: ($this->passthru ? passthru($command, $return) : exec($command, $output, $return)); phing-2.16.1/phing-2.16.1/tasks/system/ApplyTask.php-802- ############################################## phing-2.16.1/phing-2.16.1/tasks/system/ExecTask.php-84- /** phing-2.16.1/phing-2.16.1/tasks/system/ExecTask.php:85: * Whether to use PHP's passthru() function instead of exec() phing-2.16.1/phing-2.16.1/tasks/system/ExecTask.php-86- * @var boolean ############################################## phing-2.16.1/phing-2.16.1/tasks/system/ExecTask.php-292- if ($this->passthru) { phing-2.16.1/phing-2.16.1/tasks/system/ExecTask.php:293: passthru($this->realCommand, $return); phing-2.16.1/phing-2.16.1/tasks/system/ExecTask.php-294- } else { phing-2.16.1/phing-2.16.1/tasks/system/ExecTask.php:295: exec($this->realCommand, $output, $return); phing-2.16.1/phing-2.16.1/tasks/system/ExecTask.php-296- } ############################################## phing-2.16.1/phing-2.16.1/tasks/system/ExecTask.php-447- /** phing-2.16.1/phing-2.16.1/tasks/system/ExecTask.php:448: * Whether to use PHP's passthru() function instead of exec() phing-2.16.1/phing-2.16.1/tasks/system/ExecTask.php-449- * ############################################## phing-2.16.1/phing-2.16.1/tasks/system/ExecTask.php-453- */ phing-2.16.1/phing-2.16.1/tasks/system/ExecTask.php:454: public function setPassthru($passthru) phing-2.16.1/phing-2.16.1/tasks/system/ExecTask.php-455- { ############################################## phing-2.16.1/phing-2.16.1/tasks/system/CvsTask.php-473- */ phing-2.16.1/phing-2.16.1/tasks/system/CvsTask.php:474: public function setNoexec($ne) phing-2.16.1/phing-2.16.1/tasks/system/CvsTask.php-475- { ############################################## phing-2.16.1/phing-2.16.1/tasks/system/AdhocTask.php-79- $classes = get_declared_classes(); phing-2.16.1/phing-2.16.1/tasks/system/AdhocTask.php:80: eval($this->script); phing-2.16.1/phing-2.16.1/tasks/system/AdhocTask.php-81- $this->newClasses = array_diff(get_declared_classes(), $classes); ############################################## phing-2.16.1/phing-2.16.1/tasks/system/ForeachTask.php-221- $prop->setName($this->absparam); phing-2.16.1/phing-2.16.1/tasks/system/ForeachTask.php:222: $prop->setValue($fromDir . FileSystem::getFileSystem()->getSeparator() . $value); phing-2.16.1/phing-2.16.1/tasks/system/ForeachTask.php-223- } ############################################## phing-2.16.1/phing-2.16.1/tasks/system/ForeachTask.php-258- $prop->setName($this->absparam); phing-2.16.1/phing-2.16.1/tasks/system/ForeachTask.php:259: $prop->setValue($fromDir . FileSystem::getFileSystem()->getSeparator() . $value); phing-2.16.1/phing-2.16.1/tasks/system/ForeachTask.php-260- } ############################################## phing-2.16.1/phing-2.16.1/tasks/system/PhpEvalTask.php-144- $retval = null; phing-2.16.1/phing-2.16.1/tasks/system/PhpEvalTask.php:145: eval('$retval = ' . $this->expression); phing-2.16.1/phing-2.16.1/tasks/system/PhpEvalTask.php-146- $this->project->setProperty($this->returnProperty, $retval); phing-2.16.1/phing-2.16.1/tasks/system/PhpEvalTask.php-147- } else { phing-2.16.1/phing-2.16.1/tasks/system/PhpEvalTask.php:148: eval($this->expression); phing-2.16.1/phing-2.16.1/tasks/system/PhpEvalTask.php-149- } ############################################## phing-2.16.1/phing-2.16.1/contrib/DocBlox/Parallel/Manager.php-51- $processors = 0; phing-2.16.1/phing-2.16.1/contrib/DocBlox/Parallel/Manager.php:52: exec("cat /proc/cpuinfo | grep processor | wc -l", $processors); phing-2.16.1/phing-2.16.1/contrib/DocBlox/Parallel/Manager.php-53- $this->setProcessLimit(reset($processors)); ############################################## phing-2.16.1/phing-2.16.1/types/AbstractFileSet.php-238- $this->setDir($file->getParentFile()); phing-2.16.1/phing-2.16.1/types/AbstractFileSet.php:239: $this->createInclude()->setName($file->getName()); phing-2.16.1/phing-2.16.1/types/AbstractFileSet.php-240- } ############################################## phing-2.16.1/phing-2.16.1/Diagnostics.php-55- chdir($home); phing-2.16.1/phing-2.16.1/Diagnostics.php:56: exec('composer show --' . $type, $packages, $code); phing-2.16.1/phing-2.16.1/Diagnostics.php-57- chdir($currentWorkingDir); ############################################## phing-2.16.1/phing-2.16.1/Project.php-529- $dir = $this->fileUtils->normalize($dir); phing-2.16.1/phing-2.16.1/Project.php:530: $dir = FileSystem::getFilesystem()->canonicalize($dir); phing-2.16.1/phing-2.16.1/Project.php-531- ############################################## phing-2.16.1/phing-2.16.1/Phing.php-221- /** phing-2.16.1/phing-2.16.1/Phing.php:222: * This operation is expected to call `exit($int)`, which phing-2.16.1/phing-2.16.1/Phing.php-223- * is what the base version does. ############################################## phing-2.16.1/phing-2.16.1/Phing.php-1055- chdir($path); phing-2.16.1/phing-2.16.1/Phing.php:1056: $result = @exec('git describe --tags 2>&1', $output, $returnCode); phing-2.16.1/phing-2.16.1/Phing.php-1057- chdir($dir); ############################################## phing-2.16.1/phing-2.16.1/system/io/UnixFileSystem.php-274- phing-2.16.1/phing-2.16.1/system/io/UnixFileSystem.php:275: return FileSystem::getFileSystem()->chmod($strPath, $perms); phing-2.16.1/phing-2.16.1/system/io/UnixFileSystem.php-276- } else { ############################################## phing-2.16.1/phing-2.16.1/system/io/PhingFile.php-672- } phing-2.16.1/phing-2.16.1/system/io/PhingFile.php:673: $file = FileSystem::getFileSystem()->createNewFile($this->path); phing-2.16.1/phing-2.16.1/system/io/PhingFile.php-674-