We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fed9f9 commit 98dbe3aCopy full SHA for 98dbe3a
ruby/ql/lib/codeql/ruby/frameworks/ActiveRecord.qll
@@ -323,7 +323,7 @@ private module Persistence {
323
* A call to a method that may modify or create a model object and write it to
324
* the database. Examples include `create`, `insert`, and `update`.
325
*/
326
- abstract class ModifyAndSaveCall extends DataFlow::CallNode, OrmWriteAccess::Range {
+ abstract private class ModifyAndSaveCall extends DataFlow::CallNode, OrmWriteAccess::Range {
327
/**
328
* Holds if the given key-value pair is set on an object by this call.
329
0 commit comments