FeeiCN / Cobra

Source Code Security Audit (源代码安全审计)

Home Page:http://cobra.feei.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git仓库扫描异常处理有误

skysliently opened this issue · comments

pickup.py 559行:
elif 'Authentication failed' in err:
raise NotExistError('Authentication failed')
此处应该抛出AuthError