From dda40644ed7a1a305206416741ffc69cf803443c Mon Sep 17 00:00:00 2001 From: "Shain Wray (MSTIC)" Date: Tue, 14 Dec 2021 10:28:56 -0800 Subject: [PATCH] Adding build validation bypass for - HighlySensitivePasswordAccessed.yaml and "The name '_GetWatchlist' does not refer to any known function." --- .../KqlvalidationsTests/SkipValidationsTemplates.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.script/tests/KqlvalidationsTests/SkipValidationsTemplates.json b/.script/tests/KqlvalidationsTests/SkipValidationsTemplates.json index 3c844921e4..c7ca8885ff 100644 --- a/.script/tests/KqlvalidationsTests/SkipValidationsTemplates.json +++ b/.script/tests/KqlvalidationsTests/SkipValidationsTemplates.json @@ -121,7 +121,12 @@ }, { "id": "6e575295-a7e6-464c-8192-3e1d8fd6a990", - "templateName": "Log4J_IPIOC_Dec112021", + "templateName": "Log4J_IPIOC_Dec112021.yaml", "validationFailReason": "The name 'imDns' does not refer to any known function." + }, + { + "id": "b39e6482-ab7e-4817-813d-ec910b64b26e", + "templateName": "HighlySensitivePasswordAccessed.yaml", + "validationFailReason": "The name '_GetWatchlist' does not refer to any known function." } ]