You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Explanation of how the vulnerability was fixed - 1-2 sentences]
639
+
640
+
We are deleting this issue to ensure the software's safety. Please refer to the new https://github.com/ChurchCRM/CRM/security/policy for reporting CVE issues. Thank you again for reporting it and helping keep our software secure. Happy to accept the CVE via the new process.
641
+
```
642
+
643
+
### Automated CVE Detection Workflow
644
+
The repository has an automated GitHub Actions workflow (`.github/workflows/issue-comment.yml`) that:
645
+
1. Detects CVE mentions in issue titles or bodies (patterns: `CVE-`, `CVE-YYYY-NNNNN`, or `GHSA-xxxx-xxxx-xxxx`)
646
+
2. Posts a security comment from `.github/issue-comments/security.md`
647
+
3. Adds `security` and `security-delete-required` labels
648
+
4. Closes the issue automatically
649
+
650
+
This ensures security vulnerabilities are not publicly disclosed and directs reporters to use GitHub Security Advisories instead.
651
+
652
+
### Security Policy Reference
653
+
- Security policy: `SECURITY.md` in repository root
0 commit comments