mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
No need for singleton set
This commit is contained in:
@@ -203,7 +203,7 @@ class Des extends CryptographicOperation, DataFlow::CallNode {
|
||||
* Models cryptographic operations of the `crypto/rc4` package.
|
||||
*/
|
||||
class Rc4 extends CryptographicOperation, DataFlow::CallNode {
|
||||
Rc4() { this.getTarget().hasQualifiedName("crypto/rc4", ["NewCipher"]) }
|
||||
Rc4() { this.getTarget().hasQualifiedName("crypto/rc4", "NewCipher") }
|
||||
|
||||
override Expr getInput() { result = this.getArgument(0).asExpr() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user