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
44private import codeql.ruby.DataFlow
55private import codeql.ruby.dataflow.FlowSummary
66
7- /** A call to `ActiveStorage::Filename#sanitized` as path sanitizers . */
7+ /** A call to `ActiveStorage::Filename#sanitized`, considered as a path sanitizer . */
88class ActiveStorageFilenameSanitizedCall extends Path:: PathSanitization:: Range , DataFlow:: CallNode {
99 ActiveStorageFilenameSanitizedCall ( ) {
1010 this .getReceiver ( ) =
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ class ObjectInstanceMethodCall extends UnknownMethodCall {
9999}
100100
101101/**
102- * A Method call which has no known target.
102+ * A ` Method` call that has no known target.
103103 * These will typically be calls to methods inherited from a superclass.
104104 */
105105class UnknownMethodCall extends MethodCall {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import codeql.ruby.dataflow.RemoteFlowSources
2323import DataFlow:: PathGraph
2424
2525/**
26- * A method call that have a suggested replacement.
26+ * A method call that has a suggested replacement.
2727 */
2828abstract class Replacement extends DataFlow:: CallNode {
2929 abstract string getFrom ( ) ;
You can’t perform that action at this time.
0 commit comments