| 版本 / Version | 是否支持 / Supported |
|---|---|
| 0.x | ✅ |
| < 0.1 | ❌ |
我们非常重视安全漏洞。如果您在 AgentInsight Python SDK 中发现安全漏洞,请负责任地报告。
We take security vulnerabilities seriously. If you discover a security vulnerability in AgentInsight Python SDK, please report it responsibly.
请勿通过公开的 GitHub Issues 报告安全漏洞。
Please do not report security vulnerabilities through public GitHub issues.
请通过以下邮箱报告 / Instead, please report them via email to:
请在报告中包含以下信息 / Please include the following information in your report:
- 漏洞类型(例如:缓冲区溢出、SQL 注入、跨站脚本)/ Type of vulnerability (e.g., buffer overflow, SQL injection, cross-site scripting)
- 与漏洞相关的源文件完整路径 / Full paths of source file(s) related to the vulnerability
- 受影响源代码的位置(标签/分支/提交或直接 URL)/ The location of the affected source code (tag/branch/commit or direct URL)
- 复现问题所需的特殊配置 / Any special configuration required to reproduce the issue
- 复现问题的详细步骤 / Step-by-step instructions to reproduce the issue
- 概念验证或利用代码(如可能)/ Proof-of-concept or exploit code (if possible)
- 问题的影响,包括攻击者可能如何利用 / Impact of the issue, including how an attacker might exploit it
您应在 48 小时内收到回复。如果由于某种原因未收到,请通过邮件跟进,以确保我们收到了您的原始消息。
You should receive a response within 48 hours. If for some reason you do not, please follow up via email to ensure we received your original message.
当我们收到安全漏洞报告时,我们将 / When we receive a security bug report, we will:
- 确认问题并确定受影响的版本 / Confirm the problem and determine the affected versions
- 审计代码以查找任何潜在的类似问题 / Audit code to find any potential similar problems
- 为所有受支持版本准备修复 / Prepare fixes for all supported versions
- 尽快发布补丁 / Release patches as soon as possible
使用此 SDK时 / When using this SDK:
- 切勿将 API 密钥或机密提交到版本控制中。请使用环境变量或密钥管理器 / Never commit API keys or secrets to version control. Use environment variables or secret managers.
- 使用 HTTPS 作为
base_url,确保与 AgentInsight 服务器的加密通信 / Use HTTPS forbase_urlto ensure encrypted communication with the AgentInsight server. - 保持依赖更新,以获得最新的安全补丁 / Keep dependencies updated to benefit from the latest security patches.
- 审查权限,检查与此 SDK 一起使用的 API 密钥所授予的权限 / Review the permissions granted to the API keys used with this SDK.
如果您对改进此流程有建议,请提交 Pull Request 或开启 Issue。
If you have suggestions on how this process could be improved, please submit a pull request or open an issue.