Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b07f3d3

Browse files
committed
qldoc on splitPath
1 parent 5375604 commit b07f3d3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

javascript/ql/src/semmle/javascript/security/dataflow/TaintedPathCustomizations.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ module TaintedPath {
109109
}
110110
}
111111

112+
/**
113+
* A flow label representing an array of path elements that may include "..".
114+
*/
112115
class SplitPath extends DataFlow::FlowLabel {
113116
SplitPath() {
114117
this = "splitPath"

0 commit comments

Comments
 (0)