Skip to content

Commit f6484e6

Browse files
cleanup old code comments
1 parent 27d2dc6 commit f6484e6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

swift/ql/src/queries/Security/CWE-1204/StaticInitializationVector.ql

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ import codeql.swift.dataflow.DataFlow
1616
import codeql.swift.dataflow.TaintTracking
1717
import DataFlow::PathGraph
1818

19-
// from DataFlow::PathNode source, DataFlow::PathNode sink, StaticInitializationVectorConfig conf
20-
// where conf.hasFlowPath(source, sink)
21-
// select sink.getNode(), source, sink, "A $@ should not be used for encryption.", source.getNode(),
22-
// "static initialization vector"
2319
/**
2420
* A static IV is created through either a byte array or string literals.
2521
*/

0 commit comments

Comments
 (0)