mirror of
https://github.com/github/codeql.git
synced 2025-12-25 13:16:33 +01:00
29 lines
777 B
XML
29 lines
777 B
XML
<!DOCTYPE qhelp PUBLIC
|
|
"-//Semmle//qhelp//EN"
|
|
"qhelp.dtd">
|
|
<qhelp>
|
|
<overview>
|
|
<p>Tracing which module is imported by an import statement is very important in ensuring that the whole program is available
|
|
for analysis. Failure to determine which module is imported by an import reduces the extent and accuracy of Semmle's analysis.
|
|
</p>
|
|
|
|
<p>
|
|
Missing imports will degrade the effectiveness of code analysis and may result in errors going undetected.
|
|
</p>
|
|
|
|
</overview>
|
|
<recommendation>
|
|
<p>
|
|
Ensure that all required modules and packages can be found when running the extractor.
|
|
</p>
|
|
|
|
|
|
</recommendation>
|
|
<references>
|
|
|
|
<li>CodeQL Tutorial: <a href="https://codeql.github.com/docs/codeql-cli/creating-codeql-databases">Creating CodeQL databases</a>.</li>
|
|
|
|
|
|
</references>
|
|
</qhelp>
|