Pattern: Use of eval()
Issue: -
Disallows eval
function invocations.
Rationale: eval()
is dangerous as it allows arbitrary code execution with full privileges. There are alternatives for most of the use cases for eval()
.
Pattern: Use of eval()
Issue: -
Disallows eval
function invocations.
Rationale: eval()
is dangerous as it allows arbitrary code execution with full privileges. There are alternatives for most of the use cases for eval()
.