feat: 添加初始项目结构和基础文件
CI - 构建、测试和质量检查 / Rust 代码检查 (push) Has been cancelled
CI - 构建、测试和质量检查 / 单元测试 (push) Has been cancelled
CI - 构建、测试和质量检查 / 代码格式检查 (push) Has been cancelled
CI - 构建、测试和质量检查 / Clippy 代码质量检查 (push) Has been cancelled
CI - 构建、测试和质量检查 / 构建可执行文件 (claude_code_rs, macos-latest, x86_64-apple-darwin) (push) Has been cancelled
CI - 构建、测试和质量检查 / 构建可执行文件 (claude_code_rs, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Has been cancelled
CI - 构建、测试和质量检查 / 构建可执行文件 (claude_code_rs.exe, windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
CI - 构建、测试和质量检查 / Rust 代码检查 (push) Has been cancelled
CI - 构建、测试和质量检查 / 单元测试 (push) Has been cancelled
CI - 构建、测试和质量检查 / 代码格式检查 (push) Has been cancelled
CI - 构建、测试和质量检查 / Clippy 代码质量检查 (push) Has been cancelled
CI - 构建、测试和质量检查 / 构建可执行文件 (claude_code_rs, macos-latest, x86_64-apple-darwin) (push) Has been cancelled
CI - 构建、测试和质量检查 / 构建可执行文件 (claude_code_rs, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Has been cancelled
CI - 构建、测试和质量检查 / 构建可执行文件 (claude_code_rs.exe, windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
- 添加 Rust GUI 桌面应用程序入口点 - 添加 TypeScript/JavaScript 项目基础结构文件 - 包含组件、工具、命令、服务和工具定义 - 添加配置文件如 .gitignore、.gitattributes 和 LICENSE - 包含图片资源和演示文件 - 为各种功能模块添加占位符和类型定义
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
# 安全政策
|
||||
|
||||
## 报告安全漏洞
|
||||
|
||||
🚨 **请不要公开报告安全漏洞!**
|
||||
|
||||
如果你发现安全漏洞,请通过以下方式私密报告:
|
||||
|
||||
### GitHub Security Advisories
|
||||
|
||||
1. 访问项目的 "Security" 标签
|
||||
2. 点击 "Report a vulnerability"
|
||||
3. 填写完整的漏洞报告
|
||||
|
||||
### 邮件报告
|
||||
|
||||
发送至: [your-security-email@example.com]
|
||||
|
||||
请包含:
|
||||
- 漏洞描述
|
||||
- 受影响的版本
|
||||
- 复现步骤
|
||||
- 潜在影响
|
||||
|
||||
## 响应时间
|
||||
|
||||
- 初始回复: 48 小时内
|
||||
- 漏洞确认: 1 周内
|
||||
- 补丁发布: 2 周内 (关键漏洞优先)
|
||||
|
||||
## 信息披露政策
|
||||
|
||||
我们遵循 90 天的协调披露政策:
|
||||
|
||||
1. 漏洞报告接收
|
||||
2. 安全团队评估
|
||||
3. 补丁开发和测试
|
||||
4. 新版本发布
|
||||
5. 公开安全公告
|
||||
6. 公开讨论漏洞
|
||||
|
||||
## 支持的版本
|
||||
|
||||
| 版本 | 状态 | 安全更新 |
|
||||
|:--:|:--:|:--:|
|
||||
| 0.1.x | 当前 | ✅ 有 |
|
||||
| 0.0.x | 已弃用 | ❌ 无 |
|
||||
|
||||
## 已知漏洞
|
||||
|
||||
当前无已知安全漏洞。
|
||||
|
||||
---
|
||||
|
||||
感谢你们帮助我们保持项目的安全!🛡️
|
||||
Reference in New Issue
Block a user