mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
Rust: Make a type more accurate.
This commit is contained in:
@@ -191,7 +191,7 @@ class ModelledHashOperation extends Cryptography::CryptographicOperation::Range
|
||||
|
||||
override DataFlow::Node getInitialization() { result = this }
|
||||
|
||||
override Cryptography::CryptographicAlgorithm getAlgorithm() { result.matchesName(algorithmName) }
|
||||
override Cryptography::HashingAlgorithm getAlgorithm() { result.matchesName(algorithmName) }
|
||||
|
||||
override DataFlow::Node getAnInput() { result = input }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user