FloeDesignTechnologies / phpcs-security-audit

phpcs-security-audit is a set of PHP_CodeSniffer rules that finds vulnerabilities and weaknesses related to security in PHP code
GNU General Public License v3.0
712 stars 85 forks source link

PR #50 breaks drupal7 usage #58

Closed jmarcil closed 4 years ago

jmarcil commented 4 years ago

oops didn't test that after PR #50

when trying example_drupal7_ruleset.xml getting error:

ERROR - Invalid CmsFramework value "Drupal7" in config. Must be a class under Security_Sniffs.

We just need to change UtilsFactory, I'll get to it in a few minutes.

jrfnl commented 4 years ago

Thanks for catching that!