Files
codeql/python/ql/src/analysis/KeyPointsToFailure.qhelp
2018-11-19 15:10:42 +00:00

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>