Back to Codebase
Vulnerability Analysis Report
Chi Teck Drupal Code Generator v3.5.0
Scan ID: SCAN-CHI-TECK-DRUPAL-CODE-GENERATOR-KrKOJb • Hash: a4cc3a85
Severity Score
Critical
Total Findings
2
Engine Version
ECOMGUARD-HYBRID-AST-1.5
Scan Duration
0.522s
Vulnerability Details
L44
Dynamic Code Execution in GeneratorTestBase.php
CWE-94
File Location:
src/Test/Functional/GeneratorTestBase.php:44
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
- \assert($command instanceof Command);
+ // Avoid dynamic function/code evaluation. Rewrite with native callbacks.
L114
Dynamic Code Execution in QuestionHelper.php
CWE-94
File Location:
src/Helper/QuestionHelper.php:114
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
- \assert(\count($choices) > 0);
+ // Avoid dynamic function/code evaluation. Rewrite with native callbacks.