Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d4b14 commit 41908cbCopy full SHA for 41908cb
1 file changed
python/ql/lib/semmle/python/Concepts.qll
@@ -116,6 +116,7 @@ module Path {
116
117
PathNormalization() { this = range }
118
119
+ /** Gets an argument to this path normalization that is interpreted as a path. */
120
DataFlow::Node getPathArg() { result = range.getPathArg() }
121
}
122
0 commit comments