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.
2 parents 20416ae + f800bf2 commit a23d8deCopy full SHA for a23d8de
python/ql/src/semmle/python/frameworks/Django.qll
@@ -2660,7 +2660,7 @@ private module Django {
2660
}
2661
2662
override string getSourceType() {
2663
- result = "django.http.request.HttpRequest (attribute on self in View class)"
+ result = "django HttpRequest from self.request in View class"
2664
2665
2666
@@ -2680,7 +2680,7 @@ private module Django {
2680
2681
2682
2683
- result = "django routed param from attribute on self in View class"
+ result = "django routed param from self.args/kwargs in View class"
2684
2685
2686
0 commit comments