Update DeepSeekSelfTool.py

This commit is contained in:
宗宸·谢尔比 2025-02-10 22:53:40 +08:00 committed by GitHub
parent 714d4230c1
commit 2a2121d257
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -425,9 +425,8 @@ class SourceCodeAuditThread(QThread):
要求
1. 高危中危低危三级分类
2. 每个漏洞注明文件名和行号
3. 同类漏洞合并显示
4. 如果有可能给出POCHTTP请求数据包
5. 不使用markdown格式直接输出文本"""
3. 如果有可能给出POCHTTP请求数据包
4. 不使用markdown格式直接输出文本"""
final_result = self.api.chat_completion(final_prompt)
final_result += "\n\n--- 原始数据备份 ---\n" + "\n".join(audit_results)