-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels