mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
[DIFF-INFORMED] C++: InsufficientKeySize
This commit is contained in:
@@ -44,6 +44,12 @@ module KeyStrengthFlowConfig implements DataFlow::ConfigSig {
|
|||||||
exists(getMinimumKeyStrength(name, param))
|
exists(getMinimumKeyStrength(name, param))
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
predicate observeDiffInformedIncrementalMode() { any() }
|
||||||
|
|
||||||
|
Location getASelectedSinkLocation(DataFlow::Node sink) {
|
||||||
|
exists(FunctionCall fc | result = fc.getLocation() | sink.asExpr() = fc.getArgument(_))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module KeyStrengthFlow = DataFlow::Global<KeyStrengthFlowConfig>;
|
module KeyStrengthFlow = DataFlow::Global<KeyStrengthFlowConfig>;
|
||||||
|
|||||||
Reference in New Issue
Block a user