We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
composer global require psecio/parse ~/.composer/vendor/bin/psecio-parse scan c3.php
header('X-Codeception-CodeCoverage-Error: ' . str_replace("\n", ' ', $message), true, 500);
For more information execute 'psecio-parse rules SetHeaderWithInput'
if (!class_exists('PHP_CodeCoverage') and class_exists('SebastianBergmann\CodeCoverage\CodeCoverage')) {
For more information execute 'psecio-parse rules LogicalOperators'
if (in_array('GZ', Phar::getSupportedCompression())) {
For more information execute 'psecio-parse rules TypeSafeInArray'
readfile($filename);
For more information execute 'psecio-parse rules Readfile'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To run report:
And its results:
'header()' calls should not use concatenation directly
For more information execute 'psecio-parse rules SetHeaderWithInput'
Avoid using AND, OR and XOR (in favor of || and &&) as they may cause subtle precedence bugs
For more information execute 'psecio-parse rules LogicalOperators'
The third parameter should be set (and be true) on in_array to avoid type switching issues
For more information execute 'psecio-parse rules TypeSafeInArray'
The third parameter should be set (and be true) on in_array to avoid type switching issues
For more information execute 'psecio-parse rules TypeSafeInArray'
The readfile/readlink/readgzfile functions output content directly (possible injection)
For more information execute 'psecio-parse rules Readfile'
The text was updated successfully, but these errors were encountered: