===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
phpdox-0.12.0/src/generator/enricher/git/Git.php-68-        \chdir($this->config->getSourceDirectory()->getPathname());
phpdox-0.12.0/src/generator/enricher/git/Git.php:69:        $describe = \exec($binary . ' describe --always --dirty 2>' . $devNull, $foo, $rc);
phpdox-0.12.0/src/generator/enricher/git/Git.php-70-
##############################################
phpdox-0.12.0/src/generator/enricher/git/Git.php-80-
phpdox-0.12.0/src/generator/enricher/git/Git.php:81:        \exec($binary . ' tag 2>' . $devNull, $tags, $rc);
phpdox-0.12.0/src/generator/enricher/git/Git.php-82-
##############################################
phpdox-0.12.0/src/generator/enricher/git/Git.php-92-        $currentBranch = 'master';
phpdox-0.12.0/src/generator/enricher/git/Git.php:93:        \exec($binary . ' branch --no-color 2>' . $devNull, $branches, $rc);
phpdox-0.12.0/src/generator/enricher/git/Git.php-94-
##############################################
phpdox-0.12.0/src/generator/enricher/git/Git.php-114-
phpdox-0.12.0/src/generator/enricher/git/Git.php:115:        $this->commitSha1 = \exec($binary . ' rev-parse HEAD 2>' . $devNull);
phpdox-0.12.0/src/generator/enricher/git/Git.php-116-        $current->setAttribute('commit', $this->commitSha1);
##############################################
phpdox-0.12.0/src/generator/enricher/git/Git.php-246-        $fname = \escapeshellarg(\basename($filename));
phpdox-0.12.0/src/generator/enricher/git/Git.php:247:        \exec(\sprintf($this->config->getGitBinary() . ' log --no-color --follow --pretty=format:"%s" %s', $format, $fname), $log, $rc);
phpdox-0.12.0/src/generator/enricher/git/Git.php-248-        \chdir($cwd);
##############################################
phpdox-0.12.0/src/generator/enricher/git/Git.php-308-                \chdir($this->config->getSourceDirectory()->getPathname());
phpdox-0.12.0/src/generator/enricher/git/Git.php:309:                \exec($this->config->getGitBinary() . ' diff --name-only ' . $sha1, $files, $rc);
phpdox-0.12.0/src/generator/enricher/git/Git.php-310-
##############################################
phpdox-0.12.0/src/generator/enricher/git/Git.php-346-    private function ensureGitVersionSupported($binary): void {
phpdox-0.12.0/src/generator/enricher/git/Git.php:347:        $output  = \exec(\sprintf('%s --version', $binary));
phpdox-0.12.0/src/generator/enricher/git/Git.php-348-        $parts   = \explode(' ', $output);
##############################################
phpdox-0.12.0/src/shared/Factory.php-90-        } else {
phpdox-0.12.0/src/shared/Factory.php:91:            $scanner->addInclude($include);
phpdox-0.12.0/src/shared/Factory.php-92-        }
##############################################
phpdox-0.12.0/src/shared/Version.php-54-
phpdox-0.12.0/src/shared/Version.php:55:        $git = \exec($cmd . ' describe --always --dirty 2>' . $devNull, $foo, $rc);
phpdox-0.12.0/src/shared/Version.php-56-        \chdir($dir);
##############################################
phpdox-0.12.0/.pc/0005-Declare-SOURCE_DATE_EPOCH-as-an-integer.patch/src/shared/Version.php-54-
phpdox-0.12.0/.pc/0005-Declare-SOURCE_DATE_EPOCH-as-an-integer.patch/src/shared/Version.php:55:        $git = \exec($cmd . ' describe --always --dirty 2>' . $devNull, $foo, $rc);
phpdox-0.12.0/.pc/0005-Declare-SOURCE_DATE_EPOCH-as-an-integer.patch/src/shared/Version.php-56-        \chdir($dir);