Skip to content

Commit 3a83059

Browse files
committed
Avoid any dynamic recursion on extracted files
1 parent 7bd8875 commit 3a83059

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

service_manifest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ timeout: 600
2121
# is the service enabled by default
2222
enabled: true
2323

24+
# avoid recursion on extracted files
25+
recursion_prevention:
26+
- Dynamic Analysis
27+
2428
# Service configuration block (dictionary of config variables)
2529
# NOTE: The key names can be anything and the value can be of any types
2630
config:

0 commit comments

Comments
 (0)