mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Add missing QLDoc
This commit is contained in:
@@ -10,6 +10,10 @@ private import codeql.ruby.dataflow.FlowSummary
|
||||
private import codeql.ruby.frameworks.data.ModelsAsData
|
||||
private import codeql.ruby.frameworks.ActiveRecord
|
||||
|
||||
/**
|
||||
* Provides modeling for the `ActiveStorage` library.
|
||||
* Version: 6.0.0.
|
||||
*/
|
||||
module ActiveStorage {
|
||||
/** A call to `ActiveStorage::Filename#sanitized`, considered as a path sanitizer. */
|
||||
private class FilenameSanitizedCall extends Path::PathSanitization::Range, DataFlow::CallNode {
|
||||
|
||||
Reference in New Issue
Block a user