Skip to content

Commit 97c199e

Browse files
erik-kroghasgerf
andauthored
update docstring
Co-authored-by: Asger F <[email protected]>
1 parent 33e0f25 commit 97c199e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,8 +621,7 @@ module TaintedPath {
621621
}
622622

623623
/**
624-
* Holds if there is a flow step from `src` with flow-label `srclabel` to
625-
* `dst` with flow-label `dstlabel` for a tainted-path vulnerability.
624+
* Holds if there is a step `src -> dst` mapping `srclabel` to `dstlabel` relevant for path traversal vulnerabilities.
626625
*/
627626
predicate isAdditionalTaintedPathFlowStep(
628627
DataFlow::Node src, DataFlow::Node dst, DataFlow::FlowLabel srclabel,

0 commit comments

Comments
 (0)