chainguard-dev / bincapz

detect malicious program behaviors
Apache License 2.0
378 stars 24 forks source link

Integrate the best ideas from php-malware-finder #257

Closed tstromberg closed 3 weeks ago

tstromberg commented 3 weeks ago

Rather than include an archived GitHub repository as a 3rd party source, this PR inlines the best ideas from https://github.com/jvoisin/php-malware-finder

This allows us to add description metadata instead of relying on succinctly named rules.

I've tested this PR to ensure that it gives a clean bill of health to WordPress.

Fixes #252