AttributeError: 'NoneType' object has no attribute 'name'
- 主要語言
- Python
- 星號
- 1.6k
- 分支
- 152
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Failed https://xxxxxxxxxx/.git/index
(ConnectionKey(host='xxxxxxxxxx', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=None), SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'xxxxxxxxxx'. (_ssl.c:1056)"))
Failed [0] https://xxxxxxxxxx/.git/index
("'NoneType' object has no attribute 'name'",)
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
The error mentions an SSL certificate hostname mismatch and an AttributeError on a 'NoneType' object lacking a 'name' attribute. Look at the code handling HTTPS connections and certificate validation, likely in network or request modules. Run the tool against a target with an invalid certificate to reproduce, then trace where the object becomes None.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- cli, security
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 30/100