mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
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