File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ruby/ql/lib/codeql/ruby/dataflow/internal Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -613,7 +613,7 @@ private module ParameterNodes {
613613 * where direct keyword matching is possible, since we construct a synthesized hash
614614 * splat argument (`SynthHashSplatArgumentNode`) at the call site, which means that
615615 * `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
616+ * nodes (and similarly for `p2`). However, this redundancy is OK since
617617 * (a) it means that type-tracking through keyword arguments also works in most cases,
618618 * (b) read/store steps can be avoided when direct keyword matching is possible, and
619619 * hence access path limits are not a concern, and
You can’t perform that action at this time.
0 commit comments