We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DataFlowImplForPathname
1 parent 5cadd3c commit 9f34bf8Copy full SHA for 9f34bf8
ruby/ql/lib/codeql/ruby/frameworks/stdlib/Pathname.qll
@@ -27,6 +27,7 @@ module Pathname {
27
* Every `PathnameInstance` is considered to be a `FileNameSource`.
28
*/
29
class PathnameInstance extends FileNameSource {
30
+ cached
31
PathnameInstance() { any(PathnameConfiguration c).hasFlowTo(this) }
32
}
33
0 commit comments