aboutcode-org / aboutcode-org/vulnerablecode
TypeError: argument of type 'NoneType' is not iterable test_apache_tomcat
Ouverte
- Langage dominant
- Python
- Étoiles
- 702
- Forks
- 328
- Merge moyen
- 3 j 8 h
- PR mergées (30 j)
- 3
Description
```
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
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.