mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
Ruby: Allow for implicit array reads at all sinks during taint tracking
This commit is contained in:
@@ -216,7 +216,7 @@ def m_partition
|
||||
sink b[0] # $ hasTaintFlow=a
|
||||
sink b[1] # $ hasTaintFlow=a
|
||||
sink b[2] # $ hasTaintFlow=a
|
||||
sink b[3]
|
||||
sink b[3] # $ hasTaintFlow=a (because of the flow summary for Array#partition)
|
||||
end
|
||||
|
||||
def m_replace
|
||||
|
||||
Reference in New Issue
Block a user