povils / phpmnd

PHP Magic Number Detector
MIT License
550 stars 46 forks source link

How to define the most strict configuration possible for phpmnd ? #164

Closed Allan1901 closed 1 year ago

Allan1901 commented 1 year ago

I’m collaborating in a opensource project :

https://bitbucket.org/AliasAPI/damnp/src/master/etc/phpmnd/run_phpmnd.sh

And i am finding trouble configuring phpmnd in the most sensitive way possible, so it would detected every generally undesired line of code. If anyone has any tips, it would be very welcome.

exussum12 commented 1 year ago

phpmnd directory --extensions=all --include-numeric-string

is how I run it give that a go :)