There was an error while loading. Please reload this page.
1 parent a35c5f5 commit 693668fCopy full SHA for 693668f
1 file changed
actions/ql/lib/codeql/actions/ast/internal/Ast.qll
@@ -1877,10 +1877,8 @@ class MatrixExpressionImpl extends SimpleReferenceExpressionImpl {
1877
(
1878
resolveMatrixAccessPath(s.getMatrix(), p).getNode(_) = v.getNode()
1879
or
1880
- resolveMatrixAccessPath(
1881
- s.getMatrix().lookup("include").(YamlSequence).getElementNode(_),
1882
- p
1883
- ).getNode(_) = v.getNode()
+ resolveMatrixAccessPath(s.getMatrix().lookup("include").(YamlSequence).getElementNode(_), p)
+ .getNode(_) = v.getNode()
1884
) and
1885
// Exclude values containing matrix expressions to avoid recursion
1886
not exists(MatrixExpressionImpl e | e.getParentNode() = v) and
0 commit comments