mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Update ruby/ql/lib/codeql/ruby/dataflow/internal/TaintTrackingPrivate.qll
Co-authored-by: Tom Hvitved <hvitved@github.com>
This commit is contained in:
@@ -105,7 +105,7 @@ private module Cached {
|
||||
exists(DataFlow::ContentSet c | readStep(nodeFrom, c, nodeTo) |
|
||||
c.isSingleton(any(DataFlow::Content::ElementContent ec))
|
||||
or
|
||||
c.isKnownOrUnknownElement(any(DataFlow::Content::ElementContent ec))
|
||||
c.isKnownOrUnknownElement(_)
|
||||
or
|
||||
c.isAnyElement()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user