mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
fix a mistake :(
This commit is contained in:
@@ -168,8 +168,8 @@ class DecompressionBombs extends TaintTracking::Configuration {
|
||||
|
|
||||
fromNode = call.getArgument(0) and
|
||||
toNode = call.getResult(0) and
|
||||
fromState = "GzipNewReader" and
|
||||
toState = ""
|
||||
fromState = "" and
|
||||
toState = "GzipNewReader"
|
||||
)
|
||||
or
|
||||
exists(DataFlow::Function f, DataFlow::CallNode call |
|
||||
@@ -204,8 +204,8 @@ class DecompressionBombs extends TaintTracking::Configuration {
|
||||
|
|
||||
fromNode = call.getArgument(0) and
|
||||
toNode = call.getResult(0) and
|
||||
fromState = "ZlibNewReader" and
|
||||
toState = ""
|
||||
fromState = "" and
|
||||
toState = "ZlibNewReader"
|
||||
)
|
||||
or
|
||||
exists(DataFlow::Function f, DataFlow::CallNode call |
|
||||
|
||||
Reference in New Issue
Block a user