Skip to content

Rename .yaml file to .yml

Craig Smith requested to merge craigmsmith-make-rule-filenames-consistent into main

What does this MR do?

All rule file extensions are .yml, apart from some of the ruby rules. The MR updates all the rules with the file type of .yaml to .yml for consistency.

This is a no-op change.

What are the relevant issue numbers?

NA

Does this MR meet the acceptance criteria?

  • The test cases cover both positive and negative cases and are also annotated with appropriate semgrep annotations:
    • For positive cases: // ruleid: ...
    • For negative cases: // ok: ....
  • Following metadata fields exist for the rule(s) added/updated in this MR:
    • owasp with both 2017 and 2021 mappings.
    • category: "security"
    • cwe
    • shortDescription
    • security-severity
  • The message field is valid and contains a secure code example.
  • Applicable license is mentioned in the rule if embedded/taken from external source.
  • Relevant labels including workflow labels are appropriately selected.
Edited by Craig Smith

Merge request reports