From 616d82d320cbf24715394888d1f74e494d811882 Mon Sep 17 00:00:00 2001 From: Juanjo Alvarez Date: Thu, 25 Jul 2024 16:06:07 +0200 Subject: [PATCH] retry Signed-off-by: Juanjo Alvarez --- ddtrace/appsec/_iast/_ast/ast_patching.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddtrace/appsec/_iast/_ast/ast_patching.py b/ddtrace/appsec/_iast/_ast/ast_patching.py index 22d8b345938..d7e08ab4cb4 100644 --- a/ddtrace/appsec/_iast/_ast/ast_patching.py +++ b/ddtrace/appsec/_iast/_ast/ast_patching.py @@ -19,7 +19,7 @@ _VISITOR = AstVisitor() - +#JJJ retry # Prefixes for modules where IAST patching is allowed IAST_ALLOWLIST: Tuple[Text, ...] = ("tests.appsec.iast",)