Back to Codebase

Vulnerability Analysis Report

Drush Drush v6.0.0-beta1

Scan ID: SCAN-DRUSH-DRUSH-ZQyD5z • Hash: 09c66f4c

Severity Score
Critical
Total Findings
3
Engine Version
ECOMGUARD-HYBRID-AST-1.5
Scan Duration
1.046s

Vulnerability Details

L30

Dynamic Code Execution in variableTest.php

CWE-94
File Location: tests/variableTest.php:30
Security Score:
98 / 100
Confirmed Issue

Rule Engine Warning

Detected insecure pattern matching known vulnerability signatures. High Severity (Confirmed via full AST flow control tracing). Please apply remediation steps matching the recommended patch format below.

Heuristics Diff
- eval($var_export);
+ // Avoid dynamic function/code evaluation. Rewrite with native callbacks.
L23

Dynamic Code Execution in variableTest.php

CWE-94
File Location: tests/variableTest.php:23
Security Score:
97 / 100
Confirmed Issue

Rule Engine Warning

Detected insecure pattern matching known vulnerability signatures. High Severity (Confirmed via full AST flow control tracing). Please apply remediation steps matching the recommended patch format below.

Heuristics Diff
- eval($var_export);
+ // Avoid dynamic function/code evaluation. Rewrite with native callbacks.
L36

Dynamic Code Execution in variableTest.php

CWE-94
File Location: tests/variableTest.php:36
Security Score:
96 / 100
Confirmed Issue

Rule Engine Warning

Detected insecure pattern matching known vulnerability signatures. High Severity (Confirmed via full AST flow control tracing). Please apply remediation steps matching the recommended patch format below.

Heuristics Diff
- eval($var_export);
+ // Avoid dynamic function/code evaluation. Rewrite with native callbacks.