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 {
793793 }
794794}
795795
796- /** Sinks for the mass assignment query */
796+ /** Sinks for the mass assignment query. */
797797private module MassAssignmentSinks {
798798 private import codeql.ruby.security.MassAssignmentCustomizations
799799
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ module MassAssignment {
3232 * A call that permits arbitrary parameters to be used for mass assignment.
3333 */
3434 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. */
3636 abstract DataFlow:: Node getParamsArgument ( ) ;
3737
3838 /** Gets the result node of the permitted parameters. */
You can’t perform that action at this time.
0 commit comments