nbs-system / naxsi

NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX
GNU General Public License v3.0
4.8k stars 606 forks source link

Add hardening flags to the Makefile #355

Closed jvoisin closed 11 months ago

jvoisin commented 7 years ago

Currently, the Makefile doesn't contain any hardening flags :/

buixor commented 7 years ago

Makefile itself is only used for unit tests, fuzzing, code coverage etc. It's the config file in the naxsi_src/ directory that is used by nginx for compilation. So for me that's out of our scope, and it would be fairely intrusive to try to push our compilation options ?

Thoughts ?

jvoisin commented 7 years ago

I hope that adding stuff into the config file won't put them for the whole compilation process: this would be ridiculous. We should indeed add options in this file.