添加 CI/CD 自动化工作流

- 添加 .github/workflows/ci.yml:多平台测试、MSRV 验证、覆盖率、性能基准、自动发布
- 添加 .github/scripts/sanity_check.sh:安全性扫描脚本
- 更新 README 添加 CI 和覆盖率徽章
- 更新 SECURITY.md 响应时间说明(个人维护,无限期宽限)
This commit is contained in:
huangxt
2026-03-07 19:54:34 +08:00
parent 679fa8cff6
commit ce88fd8365
5 changed files with 441 additions and 3 deletions
+2 -3
View File
@@ -20,9 +20,8 @@ If you discover a security vulnerability in libsmx, please report it responsibly
- Any potential impact assessment
**Response timeline**:
- Acknowledgment within **48 hours**
- Initial assessment within **7 days**
- Fix release within **30 days** for confirmed issues
本项目由个人维护,响应时间不设固定期限。作者会尽快处理所有安全报告,但无法承诺具体的响应时间。
## Scope