CONTRIBUTING.md: add security reporting guidance with link to SECURITY.md

added a new "Security Issues" section that summarizes the security reporting
process: email for RCE vulnerabilities, issue tracker for VM crashes. links
to SECURITY.md for complete details on what qualifies as a security issue.

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-11-17 08:39:11 +09:00
parent 62ac7e4c43
commit d570ef257c
+9
View File
@@ -18,6 +18,15 @@ things in mind before submitting your pull request:
- Use mrbgem to provide non ISO features (classes, modules and methods) unless
you have a special reason to implement them in the core
## Security Issues
If you discover a security vulnerability:
- **High priority security vulnerabilities** (RCE): Report via email to <matz@ruby.or.jp>
- **VM crashes from valid Ruby code**: Please report as regular bug reports on our issue tracker
For detailed guidance on what qualifies as a security issue and what doesn't, see [SECURITY.md](SECURITY.md).
## pre-commit
A framework for managing and maintaining multi-language `pre-commit` hooks.