You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See owasp-modsecurity/ModSecurity-nginx#275.
ModSecurity-nginx uses `printf` as part of the nginx configure test. As
of GCC 14, this leads to an error during compilation and thus to an
error when running `configure` on nginx.
This commit works around the issue by patching the `config` file in
ModSecurity-nginx with a valid value for.
0 commit comments