RuntimeError: HTTPS TLS ERROR
未關閉
- 主要語言
- Python
- 星號
- 1.6k
- 分支
- 152
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Filepath: \dumpall-master\dumpall\dumper.py
```
async def fetch(self, url: str, times: int = 3) -> tuple:
conn=aiohttp.TCPConnector(ssl=False)
async with aiohttp.ClientSession(connector=conn) as session:
......
```
don't aiohttp.TCPConnector(**_verify_ssl_**=False)
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
The issue points to a TLS error in dumpall/dumper.py. Look at the fetch method where aiohttp.TCPConnector is instantiated. The suggestion is to use _verify_ssl=False instead of ssl=False. Check the aiohttp documentation for the correct parameter. Run the tool with a target that triggers HTTPS to verify the fix. Ensure the change doesn't break existing functionality.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- security, tooling
- Issue 類型
- 缺陷
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 40/100