mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Crypto: missing new endpoint to get the creating operation for a key if known.
This commit is contained in:
@@ -1497,6 +1497,10 @@ module CryptographyBase<LocationSig Location, InputSig<Location> Input> {
|
||||
.getAGenericSourceNode()
|
||||
}
|
||||
|
||||
KeyCreationOperationNode getCreatingOperation() {
|
||||
instance.(KeyArtifactOutputInstance).getCreator() = result.asElement()
|
||||
}
|
||||
|
||||
KeyCreationCandidateAlgorithmNode getAKnownAlgorithm() {
|
||||
result =
|
||||
instance
|
||||
|
||||
Reference in New Issue
Block a user