mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
Add missing .s to qldoc
This commit is contained in:
@@ -793,7 +793,7 @@ class ActiveRecordScopeCallTarget extends AdditionalCallTarget {
|
||||
}
|
||||
}
|
||||
|
||||
/** Sinks for the mass assignment query */
|
||||
/** Sinks for the mass assignment query. */
|
||||
private module MassAssignmentSinks {
|
||||
private import codeql.ruby.security.MassAssignmentCustomizations
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ module MassAssignment {
|
||||
* A call that permits arbitrary parameters to be used for mass assignment.
|
||||
*/
|
||||
abstract class MassPermit extends DataFlow::Node {
|
||||
/** Gets the argument for the parameters to be permitted */
|
||||
/** Gets the argument for the parameters to be permitted. */
|
||||
abstract DataFlow::Node getParamsArgument();
|
||||
|
||||
/** Gets the result node of the permitted parameters. */
|
||||
|
||||
Reference in New Issue
Block a user