mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
12 lines
493 B
Markdown
12 lines
493 B
Markdown
# PR Template for new Detections
|
|
|
|
For Authors:
|
|
1. Make sure that CI/CD [detection-testing and build-and-validate](https://github.com/splunk/security_content/actions) jobs passed ✔️.
|
|
|
|
For Reviewers:
|
|
- [ ] Verify CI/CD jobs have passed without errors.
|
|
- [ ] Validate SPL logic.
|
|
- [ ] Validate tags, description, and how to implement.
|
|
- [ ] Validate name patches `<platform>_<mitre att&ck technique>_<short description>`
|
|
- [ ] Verify references match analytic.
|
|
- [ ] Is there an Atomic Test? |