We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a69e1 commit f800bf2Copy full SHA for f800bf2
python/ql/src/semmle/python/frameworks/Django.qll
@@ -2393,7 +2393,7 @@ private module Django {
2393
}
2394
2395
override string getSourceType() {
2396
- result = "django.http.request.HttpRequest (attribute on self in View class)"
+ result = "django HttpRequest from self.request in View class"
2397
2398
2399
@@ -2413,7 +2413,7 @@ private module Django {
2413
2414
2415
2416
- result = "django routed param from attribute on self in View class"
+ result = "django routed param from self.args/kwargs in View class"
2417
2418
2419
0 commit comments