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

Update security rulesets #84

Open karol-bialkowski opened 3 years ago

karol-bialkowski commented 3 years ago

Hello.

It is possible, to update security rules? I found in the example_base_ruleset.xml two rules:

<rule ref="Security.CVE.20132110"/>
<rule ref="Security.CVE.20134113"/>

Could you update or send any recommendations - how to update? :) Only way is to write on my own a new one based on bugs.php.net ?