We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8abee16 commit ace60dfCopy full SHA for ace60df
1 file changed
ruby/ql/lib/codeql/ruby/Concepts.qll
@@ -632,6 +632,9 @@ module OrmInstantiation {
632
* extend `PersistentWriteAccess::Range` instead.
633
*/
634
class PersistentWriteAccess extends DataFlow::Node instanceof PersistentWriteAccess::Range {
635
+ /**
636
+ * Gets the data flow node corresponding to the written value.
637
+ */
638
DataFlow::Node getValue() { result = super.getValue() }
639
}
640
0 commit comments