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.
1 parent 669b0c3 commit 07d90b3Copy full SHA for 07d90b3
ruby/ql/lib/codeql/ruby/frameworks/Files.qll
@@ -204,7 +204,7 @@ module Dir {
204
/**
205
* A call to a method on `Dir` that operates on a path as its first argument, considered as a `FileSystemAccess`.
206
*/
207
- class DirPathAccess extends FileSystemAccess::Range, DataFlow::CallNode {
+ class DirPathAccess extends FileSystemAccess::Range instanceof DataFlow::CallNode {
208
DirPathAccess() {
209
this =
210
API::getTopLevelMember("Dir")
0 commit comments