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 3c8bc96 commit 9596aebCopy full SHA for 9596aeb
ruby/ql/lib/codeql/ruby/security/UnsafeDeserializationCustomizations.qll
@@ -179,9 +179,7 @@ module UnsafeDeserialization {
179
/**
180
* Gets the value being assigned to `Oj.default_options`.
181
*/
182
- DataFlow::Node getValue() {
183
- result = this.getArgument(0)
184
- }
+ DataFlow::Node getValue() { result = this.getArgument(0) }
185
}
186
187
@@ -264,9 +262,7 @@ module UnsafeDeserialization {
264
262
265
263
* Gets the value being assigned to `Ox.default_options`.
266
267
268
269
270
271
272
0 commit comments