diff --git a/.zap/rules.tsv b/.zap/rules.tsv index cdddf0ac..c4fcb63c 100644 --- a/.zap/rules.tsv +++ b/.zap/rules.tsv @@ -57,6 +57,7 @@ 90001 WARN (Insecure JSF ViewState) 90002 WARN (Java Serialization Object) 90003 WARN (Sub Resource Integrity Attribute Missing) +90005 IGNORE (Sec-Fetch-Dest Header is Missing) 90011 WARN (Charset Mismatch) 90022 WARN (Application Error Disclosure) 90030 WARN (WSDL File Detection) diff --git a/Makefile b/Makefile index 23ae8f3d..65dd713e 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ CRICTL := $(TOOLSDIR)/bin/crictl CRICTL_VERSION := v1.26.1 ACTION_VALIDATOR := $(TOOLSDIR)/bin/action-validator ACTION_VALIDATOR_VERSION := v0.2.1 -ZUI_VERSION := commit-a552487 +ZUI_VERSION := commit-44289c7 SWAGGER_VERSION := v1.8.12 STACKER := $(TOOLSDIR)/bin/stacker BATS := $(TOOLSDIR)/bin/bats