File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -793,7 +793,7 @@ class ActiveRecordScopeCallTarget extends AdditionalCallTarget {
793
793
}
794
794
}
795
795
796
- /** Sinks for the mass assignment query */
796
+ /** Sinks for the mass assignment query. */
797
797
private module MassAssignmentSinks {
798
798
private import codeql.ruby.security.MassAssignmentCustomizations
799
799
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ module MassAssignment {
32
32
* A call that permits arbitrary parameters to be used for mass assignment.
33
33
*/
34
34
abstract class MassPermit extends DataFlow:: Node {
35
- /** Gets the argument for the parameters to be permitted */
35
+ /** Gets the argument for the parameters to be permitted. */
36
36
abstract DataFlow:: Node getParamsArgument ( ) ;
37
37
38
38
/** Gets the result node of the permitted parameters. */
You can’t perform that action at this time.
0 commit comments