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 9fe7d6e commit a1a7c31Copy full SHA for a1a7c31
ruby/ql/lib/codeql/ruby/security/CleartextStorageCustomizations.qll
@@ -44,10 +44,6 @@ module CleartextStorage {
44
* A node representing data written to a database using an ORM system.
45
*/
46
private class OrmWriteAccessValueAsSink extends Sink {
47
- // instanceof OrmWriteAccess {
48
- // TODO: we generally won't get flow from `value` to `this`
49
- // Should the node be on value? Or should there be an additional flow step from
50
- // value to the write node?
51
OrmWriteAccessValueAsSink() {
52
exists(OrmWriteAccess write, string fieldName |
53
fieldName = write.getFieldNameAssignedTo(this)
0 commit comments