Removed redundant cast

This commit is contained in:
Sim4n6
2023-05-25 11:55:13 +01:00
parent 09c97ce0da
commit 52dd247a81

View File

@@ -114,7 +114,7 @@ class Configuration extends TaintTracking::Configuration {
.getMember("Chars")
.getMethod("new")
.getCallNode() and
n = cn.(DataFlow::CallNode).getAMethodCall("normalize") and
n = cn.getAMethodCall("normalize") and
sink = cn.getArgument(0)
)
) and