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 96a34c3 commit 24b582dCopy full SHA for 24b582d
ruby/ql/lib/codeql/ruby/frameworks/ActiveStorage.qll
@@ -10,6 +10,10 @@ private import codeql.ruby.dataflow.FlowSummary
10
private import codeql.ruby.frameworks.data.ModelsAsData
11
private import codeql.ruby.frameworks.ActiveRecord
12
13
+/**
14
+ * Provides modeling for the `ActiveStorage` library.
15
+ * Version: 6.0.0.
16
+ */
17
module ActiveStorage {
18
/** A call to `ActiveStorage::Filename#sanitized`, considered as a path sanitizer. */
19
private class FilenameSanitizedCall extends Path::PathSanitization::Range, DataFlow::CallNode {
0 commit comments