mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
add local algo name tracking, still need to add ability to track algo name when KeyGen obj is param to other method
This commit is contained in:
@@ -28,7 +28,6 @@ import DataFlow::PathGraph
|
||||
// sink.getNode(), "size"
|
||||
from DataFlow::PathNode source, DataFlow::PathNode sink
|
||||
where
|
||||
//hasInsufficientKeySize2(source, sink)
|
||||
exists(AsymmetricKeyTrackingConfiguration config1 | config1.hasFlowPath(source, sink)) or
|
||||
exists(AsymmetricECCKeyTrackingConfiguration config2 | config2.hasFlowPath(source, sink)) or
|
||||
exists(SymmetricKeyTrackingConfiguration config3 | config3.hasFlowPath(source, sink))
|
||||
|
||||
Reference in New Issue
Block a user