

┌────────────────┐
│ 1 Code Finding │
└────────────────┘

    targets/autofix/replace-field-yaml.yaml
   ❯❯❱ rules.autofix.yaml-excessive-capture
          If semgrep is not smart enough, it will match beyond the specified pattern and capture all text
          until `z`. So the fix will result in `y: falsez: "z"`

           ▶▶┆ Autofix ▶ y: false
            3┆ y:
            4┆   foo: true

