We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25782d commit d5c6092Copy full SHA for d5c6092
python/ql/src/semmle/python/web/django/Response.qll
@@ -18,7 +18,7 @@ private ClassValue theDjangoHttpResponseClass() {
18
not result = theDjangoHttpRedirectClass()
19
}
20
21
-/** internal class used for trakcing a django response. */
+/** internal class used for tracking a django response. */
22
private class DjangoResponseSource extends TaintSource {
23
DjangoResponseSource() {
24
exists(ClassValue cls |
0 commit comments