Skip to content

Commit a768e93

Browse files
committed
complete qldoc
1 parent 473787a commit a768e93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/ql/src/semmle/javascript/security/UselessUseOfCat.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private class CommandCall extends DataFlow::InvokeNode {
7878

7979
/**
8080
* Gets the constant string parts from a data-flow node.
81-
* Either the string is some constant
81+
* Either the result is a constant string value that the node can hold, or the node is a string-concatenation and the result is the string parts from the concatenation.
8282
*/
8383
private string getConstantStringParts(DataFlow::Node node) {
8484
node.mayHaveStringValue(result)

0 commit comments

Comments
 (0)