Documentation Index
Fetch the complete documentation index at: https://docs.codeant.ai/llms.txt
Use this file to discover all available pages before exploring further.
null-library-function
null-library-function
The
Likelihood: LOW
Confidence: HIGH
CWE:
- CWE-476: NULL Pointer Dereference
$SOURCE function returns NULL on error and this line dereferences the return value without checking for NULL.Likelihood: LOW
Confidence: HIGH
CWE:
- CWE-476: NULL Pointer Dereference