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 3094aed commit 141b9adCopy full SHA for 141b9ad
python/ql/src/semmle/python/Concepts.qll
@@ -404,7 +404,7 @@ module HTTP {
404
405
/** A parameter that will receive parts of the url when handling an incoming request. */
406
private class RoutedParameter extends RemoteFlowSource::Range, DataFlow::ParameterNode {
407
- RoutedParameter() { this.getParameter() = any(RequestHandler setup).getARoutedParameter() }
+ RoutedParameter() { this.getParameter() = any(RequestHandler handler).getARoutedParameter() }
408
409
override string getSourceType() { result = "RoutedParameter" }
410
}
0 commit comments