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
This must mean FreeBSD has a weird version of sed or grep.
make check is a lame check anyway, go on and use security.vcl without worrying about this. If I get a chance to test this on FreeBSD I'll prolly find a fix.
make ends with *** Error code 1 but, it creates build/variables.vcl anyway
Error example:
Variable "1" found in a module, but not in VARIABLES! Unsafe.
variables.vcl:
sub vcl_recv
{
unset req.http.X-SEC-Severity;
unset req.http.X-SEC-Return;
unset req.http.X-SEC-Arg;
unset req.http.X-SEC-Module;
unset req.http.X-SEC-RuleId;
unset req.http.X-SEC-Rule;
unset req.http.X-SEC-RuleName;
unset req.http.X-SEC-RuleInfo;
unset req.http.X-SEC-Client;
unset req.http.X-SEC-Response;
}
Thanks in advance
The text was updated successfully, but these errors were encountered: