...
Using string-based eval can lead to arbitrary code execution.
RecommendationRule | Severity | Likelihood | Detectable | Repairable | Priority | Level |
|---|---|---|---|---|---|---|
IDS35-PL | high | likely | Yes | No | P18 | L1 |
Automated Detection
Tool | Diagnostic |
|---|---|
Perl::Critic | BuiltinFunctions::ProhibitStringyEval |
| Taint mode | Insecure dependency in eval |
...