eval() call detected
High
- Category
- Dangerous Code Execution
- Content
return try: # Evaluate in context result = eval(line, globals(), self.ctx) if result is not None: print(repr(result)) except Exception as e:- Confidence
- 99% confidence
- Finding
- result = eval(line, globals(), self.ctx)
