mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
feat(ui): update zui version (#2162)
It includes the changes for exporting the vulnerabilities list(CSV/MS Excel) Signed-off-by: Andreea-Lupu <andreealupu1470@yahoo.com>
This commit is contained in:
parent
ee9bbb0bf2
commit
029f01ac6e
2 changed files with 2 additions and 1 deletions
|
@ -43,6 +43,7 @@
|
||||||
10061 WARN (X-AspNet-Version Response Header)
|
10061 WARN (X-AspNet-Version Response Header)
|
||||||
10062 WARN (PII Disclosure)
|
10062 WARN (PII Disclosure)
|
||||||
10063 WARN (Permissions Policy Header Not Set)
|
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
|
10096 IGNORE (Timestamp Disclosure) All existing timestamps are related to container images and are required
|
||||||
10097 WARN (Hash Disclosure)
|
10097 WARN (Hash Disclosure)
|
||||||
10098 IGNORE (Cross-Domain Misconfiguration) Cannot know in advance what DN the users will configure for CORS headers
|
10098 IGNORE (Cross-Domain Misconfiguration) Cannot know in advance what DN the users will configure for CORS headers
|
||||||
|
|
Can't render this file because it has a wrong number of fields in line 5.
|
2
Makefile
2
Makefile
|
@ -25,7 +25,7 @@ CRICTL_VERSION := v1.26.1
|
||||||
ACTION_VALIDATOR := $(TOOLSDIR)/bin/action-validator
|
ACTION_VALIDATOR := $(TOOLSDIR)/bin/action-validator
|
||||||
ACTION_VALIDATOR_VERSION := v0.5.3
|
ACTION_VALIDATOR_VERSION := v0.5.3
|
||||||
ZUI_BUILD_PATH := ""
|
ZUI_BUILD_PATH := ""
|
||||||
ZUI_VERSION := commit-c375c06
|
ZUI_VERSION := commit-df19fa8
|
||||||
ZUI_REPO_OWNER := project-zot
|
ZUI_REPO_OWNER := project-zot
|
||||||
ZUI_REPO_NAME := zui
|
ZUI_REPO_NAME := zui
|
||||||
SWAGGER_VERSION := v1.8.12
|
SWAGGER_VERSION := v1.8.12
|
||||||
|
|
Loading…
Reference in a new issue