exec() call detected
High
- Category
- Dangerous Code Execution
- Content
return findings # Execute in sandbox exec(compiled, restricted_globals) self.trace.completed = True except Exception as e:- Confidence
- 94% confidence
- Finding
- exec(compiled, restricted_globals)
