Skip to content

Commit 592acb9

Browse files
Add missing .s to qldoc
1 parent a6ee19c commit 592acb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ruby/ql/lib/codeql/ruby/frameworks/ActiveRecord.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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. */
797797
private module MassAssignmentSinks {
798798
private import codeql.ruby.security.MassAssignmentCustomizations
799799

ruby/ql/lib/codeql/ruby/security/MassAssignmentCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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. */

0 commit comments

Comments
 (0)