Skip to content

Commit 029f01a

Browse files
authored
feat(ui): update zui version (#2162)
It includes the changes for exporting the vulnerabilities list(CSV/MS Excel) Signed-off-by: Andreea-Lupu <[email protected]>
1 parent ee9bbb0 commit 029f01a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.zap/rules.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
10061 WARN (X-AspNet-Version Response Header)
4444
10062 WARN (PII Disclosure)
4545
10063 WARN (Permissions Policy Header Not Set)
46+
10094 IGNORE Base64 Disclosure) The UI needs to use xlsx library to export the vulnerabilities list and this library triggers this warning
4647
10096 IGNORE (Timestamp Disclosure) All existing timestamps are related to container images and are required
4748
10097 WARN (Hash Disclosure)
4849
10098 IGNORE (Cross-Domain Misconfiguration) Cannot know in advance what DN the users will configure for CORS headers

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CRICTL_VERSION := v1.26.1
2525
ACTION_VALIDATOR := $(TOOLSDIR)/bin/action-validator
2626
ACTION_VALIDATOR_VERSION := v0.5.3
2727
ZUI_BUILD_PATH := ""
28-
ZUI_VERSION := commit-c375c06
28+
ZUI_VERSION := commit-df19fa8
2929
ZUI_REPO_OWNER := project-zot
3030
ZUI_REPO_NAME := zui
3131
SWAGGER_VERSION := v1.8.12

0 commit comments

Comments
 (0)