naxsi icon indicating copy to clipboard operation
naxsi copied to clipboard

Add hardening flags to the Makefile

Open jvoisin opened this issue 7 years ago • 2 comments

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

jvoisin avatar Feb 27 '17 13:02 jvoisin

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 ?

buixor avatar Feb 28 '17 10:02 buixor

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.

jvoisin avatar Feb 28 '17 10:02 jvoisin