mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Add taint step for Base64.decode64
This commit is contained in:
@@ -27,4 +27,8 @@ class Configuration extends TaintTracking::Configuration {
|
||||
super.isSanitizer(node) or
|
||||
node instanceof UnsafeDeserialization::Sanitizer
|
||||
}
|
||||
|
||||
override predicate isAdditionalTaintStep(DataFlow::Node fromNode, DataFlow::Node toNode) {
|
||||
UnsafeDeserialization::isAdditionalTaintStep(fromNode, toNode)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user