aboutcode-org / aboutcode-org/vulnerablecode
TypeError: argument of type 'NoneType' is not iterable test_apache_tomcat
未关闭
- 主要语言
- Python
- 星标
- 702
- 派生
- 328
- 平均合并
- 3 天 8 小时
- 30 天内合并 PR
- 3
描述
```
data = requests.get(url).content
soup = BeautifulSoup(data, features="lxml")
for tag in soup.find_all("a"):
link = tag.get("href")
> if "security-" in link and any(char.isdigit() for char in link):
E TypeError: argument of type 'NoneType' is not iterable
vulnerabilities/importers/apache_tomcat.py:141: TypeError
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。