Skip to content

Commit a23cde1

Browse files
committed
autoformat
1 parent 5a3eec8 commit a23cde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

623623
/**
624-
* Holds if there is a step `src -> dst` mapping `srclabel` to `dstlabel` relevant for path traversal vulnerabilities.
624+
* Holds if there is a step `src -> dst` mapping `srclabel` to `dstlabel` relevant for path traversal vulnerabilities.
625625
*/
626626
predicate isAdditionalTaintedPathFlowStep(
627627
DataFlow::Node src, DataFlow::Node dst, DataFlow::FlowLabel srclabel,

0 commit comments

Comments
 (0)