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