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.
2 parents bb3753a + 03cc4a2 commit e07e6c9Copy full SHA for e07e6c9
ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowPrivate.qll
@@ -613,7 +613,7 @@ private module ParameterNodes {
613
* where direct keyword matching is possible, since we construct a synthesized hash
614
* splat argument (`SynthHashSplatArgumentNode`) at the call site, which means that
615
* `taint(1)` will flow into `p1` both via normal keyword matching and via the synthesized
616
- * nodes (and similarly for `p2`). However, this redunancy is OK since
+ * nodes (and similarly for `p2`). However, this redundancy is OK since
617
* (a) it means that type-tracking through keyword arguments also works in most cases,
618
* (b) read/store steps can be avoided when direct keyword matching is possible, and
619
* hence access path limits are not a concern, and
0 commit comments