mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
remove wicket taintstep from TaintTrackingUtil
This commit is contained in:
@@ -414,14 +414,6 @@ private predicate argToMethodStep(Expr tracked, MethodAccess sink) {
|
||||
* `arg`th argument is tainted.
|
||||
*/
|
||||
private predicate taintPreservingArgumentToMethod(Method method, int arg) {
|
||||
(
|
||||
method.getDeclaringType().hasQualifiedName("org.apache.wicket.util.crypt", "Base64") and
|
||||
(
|
||||
method.getName().matches("decode%") and arg = 0 or
|
||||
method.getName().matches("encode%") and arg = 0
|
||||
)
|
||||
)
|
||||
or
|
||||
(
|
||||
method.getDeclaringType().hasQualifiedName("java.util", "Base64$Encoder") or
|
||||
method.getDeclaringType().hasQualifiedName("java.util", "Base64$Decoder") or
|
||||
|
||||
Reference in New Issue
Block a user