Skip to content

Commit

Permalink
feat(ui): update zui version (#2162)
Browse files Browse the repository at this point in the history
It includes the changes for exporting the vulnerabilities list(CSV/MS Excel)

Signed-off-by: Andreea-Lupu <[email protected]>
  • Loading branch information
Andreea-Lupu authored Jan 17, 2024
1 parent ee9bbb0 commit 029f01a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .zap/rules.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
10061 WARN (X-AspNet-Version Response Header)
10062 WARN (PII Disclosure)
10063 WARN (Permissions Policy Header Not Set)
10094 IGNORE Base64 Disclosure) The UI needs to use xlsx library to export the vulnerabilities list and this library triggers this warning
10096 IGNORE (Timestamp Disclosure) All existing timestamps are related to container images and are required
10097 WARN (Hash Disclosure)
10098 IGNORE (Cross-Domain Misconfiguration) Cannot know in advance what DN the users will configure for CORS headers
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CRICTL_VERSION := v1.26.1
ACTION_VALIDATOR := $(TOOLSDIR)/bin/action-validator
ACTION_VALIDATOR_VERSION := v0.5.3
ZUI_BUILD_PATH := ""
ZUI_VERSION := commit-c375c06
ZUI_VERSION := commit-df19fa8
ZUI_REPO_OWNER := project-zot
ZUI_REPO_NAME := zui
SWAGGER_VERSION := v1.8.12
Expand Down

0 comments on commit 029f01a

Please sign in to comment.