Skip to content

Commit

Permalink
enable code execution by default (ossf#958)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Fisher <maxfisher@google.com>
  • Loading branch information
maxfisher-g committed Nov 7, 2023
1 parent bee48fa commit d22d3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/featureflags/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d22d3b0

Please sign in to comment.