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

Skip to content

Commit a23cde1

Browse files
committed
autoformat
1 parent 5a3eec8 commit a23cde1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)