mirror of
https://github.com/github/codeql.git
synced 2026-07-14 07:48:16 +02:00
12 lines
307 B
XML
12 lines
307 B
XML
<!DOCTYPE qhelp PUBLIC
|
|
"-//Semmle//qhelp//EN"
|
|
"qhelp.dtd">
|
|
<qhelp>
|
|
<overview>
|
|
<p>Points-to analysis underpins type inference and thus most of Semmle's Python analysis.
|
|
Failures in points-to undermines type inference and reduces the coverage and also accuracy of many queries.
|
|
</p>
|
|
|
|
</overview>
|
|
</qhelp>
|