File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
lib/codeql/ruby/frameworks
src/queries/security/cwe-078 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ private import codeql.ruby.Concepts
4
4
private import codeql.ruby.DataFlow
5
5
private import codeql.ruby.dataflow.FlowSummary
6
6
7
- /** A call to `ActiveStorage::Filename#sanitized` as path sanitizers . */
7
+ /** A call to `ActiveStorage::Filename#sanitized`, considered as a path sanitizer . */
8
8
class ActiveStorageFilenameSanitizedCall extends Path:: PathSanitization:: Range , DataFlow:: CallNode {
9
9
ActiveStorageFilenameSanitizedCall ( ) {
10
10
this .getReceiver ( ) =
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ class ObjectInstanceMethodCall extends UnknownMethodCall {
99
99
}
100
100
101
101
/**
102
- * A Method call which has no known target.
102
+ * A ` Method` call that has no known target.
103
103
* These will typically be calls to methods inherited from a superclass.
104
104
*/
105
105
class UnknownMethodCall extends MethodCall {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import codeql.ruby.dataflow.RemoteFlowSources
23
23
import DataFlow:: PathGraph
24
24
25
25
/**
26
- * A method call that have a suggested replacement.
26
+ * A method call that has a suggested replacement.
27
27
*/
28
28
abstract class Replacement extends DataFlow:: CallNode {
29
29
abstract string getFrom ( ) ;
You can’t perform that action at this time.
0 commit comments