From f63ab11f9fe5d112ee3dbf3fcf52a087a7d9a097 Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani Date: Sat, 7 Dec 2024 02:18:23 -0800 Subject: [PATCH] ci: disable zap warning Signed-off-by: Ramkumar Chinchani --- .zap/rules.tsv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zap/rules.tsv b/.zap/rules.tsv index da7c6122a..e6b482181 100644 --- a/.zap/rules.tsv +++ b/.zap/rules.tsv @@ -2,7 +2,7 @@ # Change WARN to IGNORE to ignore rule or FAIL to fail if rule matches # Only the rule identifiers are used - the names are just for info # You can add your own messages to each rule by appending them after a tab on each line. -10003 WARN (Vulnerable JS Library (Powered by Retire.js)) +10003 WARN (Vulnerable JS Library) 10009 WARN (In Page Banner Information Leak) 10010 WARN (Cookie No HttpOnly Flag) 10011 WARN (Cookie Without Secure Flag)