Skip to content

Commit e8f55b9

Browse files
update output message
1 parent c0ac29d commit e8f55b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

swift/ql/src/queries/Security/CWE-916/InsufficientHashIterations.ql

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,5 @@ from
6464
DataFlow::PathNode sinkNode
6565
where config.hasFlowPath(sourceNode, sinkNode)
6666
select sinkNode.getNode(), sourceNode, sinkNode,
67-
"The variable '" + sinkNode.getNode().toString() +
68-
"' is an insufficient number of iterations, which is not secure for hash functions.",
69-
sourceNode, sourceNode.getNode().toString()
67+
"The value '" + sourceNode.getNode().toString() +
68+
"' is an insufficient number of iterations for secure password hashing."

0 commit comments

Comments
 (0)