mirror of
https://github.com/github/codeql.git
synced 2026-01-25 12:22:57 +01:00
29 lines
776 B
XML
29 lines
776 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>Semmle Tutorial: <a href="https://semmle.com/wiki/pages/viewpage.action?pageId=9493108">Basic project creation (Python)</a>.</li>
|
|
|
|
|
|
</references>
|
|
</qhelp>
|