Skip to content

Commit 24b582d

Browse files
committed
Add missing QLDoc
1 parent 96a34c3 commit 24b582d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ruby/ql/lib/codeql/ruby/frameworks/ActiveStorage.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ private import codeql.ruby.dataflow.FlowSummary
1010
private import codeql.ruby.frameworks.data.ModelsAsData
1111
private import codeql.ruby.frameworks.ActiveRecord
1212

13+
/**
14+
* Provides modeling for the `ActiveStorage` library.
15+
* Version: 6.0.0.
16+
*/
1317
module ActiveStorage {
1418
/** A call to `ActiveStorage::Filename#sanitized`, considered as a path sanitizer. */
1519
private class FilenameSanitizedCall extends Path::PathSanitization::Range, DataFlow::CallNode {

0 commit comments

Comments
 (0)