Skip to content
New issue

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

Possible bug in source code (CWE-480) #130

Closed
AppChecker opened this issue Mar 28, 2017 · 1 comment
Closed

Possible bug in source code (CWE-480) #130

AppChecker opened this issue Mar 28, 2017 · 1 comment

Comments

@AppChecker
Copy link

Hello!

We've checked your code with AppChecker static analyzer and found possible bug:

<?php global $_config; $_config_defaults;?>

<?php global $_config; $_config_defaults;?>

<?php global $_config; $_config_defaults;?>

$_config_defaults is not in global section, it's on its own.

Possible defect was found by Echelon Team with AppChecker static analyzer

@atutor
Copy link
Owner

atutor commented Oct 6, 2017

Thanks for that. Seems to be old code now longer being used. Now cleaned.
4966819

@atutor atutor closed this as completed Oct 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants