mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
Merge pull request #15866 from hvitved/ruby/orm-tracking-ap-limit
Ruby: Lower access path limit to 1 for `OrmTracking`
This commit is contained in:
@@ -299,6 +299,8 @@ private module OrmTracking {
|
||||
}
|
||||
|
||||
predicate isBarrierIn(DataFlow::Node node) { node instanceof DataFlow::SelfParameterNode }
|
||||
|
||||
int accessPathLimit() { result = 1 }
|
||||
}
|
||||
|
||||
import DataFlow::Global<Config>
|
||||
|
||||
Reference in New Issue
Block a user