===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-composer-ca-bundle-1.2.8/README.md-33-- `CaBundle::getBundledCaBundlePath()`: Returns the path to the bundled CA file
php-composer-ca-bundle-1.2.8/README.md:34:- `CaBundle::validateCaFile($filename)`: Validates a CA file using openssl_x509_parse only if it is safe to use
php-composer-ca-bundle-1.2.8/README.md-35-- `CaBundle::isOpensslParseSafe()`: Test if it is safe to use the PHP function openssl_x509_parse()
##############################################
php-composer-ca-bundle-1.2.8/README.md-50-
php-composer-ca-bundle-1.2.8/README.md:51:$result = curl_exec($curl);
php-composer-ca-bundle-1.2.8/README.md-52-```