mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
fix formatting issue raised by ql-format
This commit is contained in:
@@ -77,5 +77,4 @@ from EcbEncryptionConfig config, DataFlow::PathNode sourceNode, DataFlow::PathNo
|
||||
where config.hasFlowPath(sourceNode, sinkNode)
|
||||
select sinkNode.getNode(), sourceNode, sinkNode,
|
||||
"The initialization of the cipher '" + sinkNode.getNode().toString() +
|
||||
"' uses the insecure ECB block mode from $@.", sourceNode,
|
||||
sourceNode.getNode().toString()
|
||||
"' uses the insecure ECB block mode from $@.", sourceNode, sourceNode.getNode().toString()
|
||||
|
||||
Reference in New Issue
Block a user