From d22d3b04924e2b232a46a780bcde24d2d2c59fa4 Mon Sep 17 00:00:00 2001 From: Max Fisher <112151114+maxfisher-g@users.noreply.github.com> Date: Tue, 7 Nov 2023 12:28:55 +1100 Subject: [PATCH] enable code execution by default (#958) Signed-off-by: Max Fisher --- internal/featureflags/features.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/featureflags/features.go b/internal/featureflags/features.go index 4fe61859..fc928721 100644 --- a/internal/featureflags/features.go +++ b/internal/featureflags/features.go @@ -16,7 +16,7 @@ var ( // CodeExecution invokes package code automatically during dynamic analysis, // which may uncover extra malicious behaviour. The names of executed functions, // methods and classes are logged to a file. - CodeExecution = new("CodeExecution", false) + CodeExecution = new("CodeExecution", true) // StraceDebugLogging enables verbose logging of strace parsing during dynamic analysis. // This feature can only be used in the analysis image, and if enabled, the -strace-logs-dir