JS: Use shared CryptographicOperation concept and implement BlockMode getBlockMode()

This commit is contained in:
Alex Ford
2023-02-02 20:28:37 +00:00
parent e5dfbe2c8d
commit 983055b8f9
6 changed files with 121 additions and 52 deletions

View File

@@ -387,7 +387,7 @@ private class CryptographicOperationFlowCharacteristic extends NotASinkCharacter
CryptographicOperationFlowCharacteristic() { this = "CryptographicOperationFlow" }
override predicate appliesToEndpoint(DataFlow::Node n) {
any(CryptographicOperation op).getInput() = n
any(CryptographicOperation op).getAnInput() = n
}
}