Adding new rule - Java CSRF Unrestricted Request Mapping
What does this MR do?
- Adds new community rule - Java CSRF Unrestricted Request Mapping
- Adds corresponding test file
- Adds relevant mapping
What are the relevant issue numbers?
Addresses issue: gitlab-org/gitlab#441054 (closed)
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: ....
- For positive cases:
-
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.