aboutcode-org / aboutcode-org/vulnerablecode
Alpine: possibly wrong information is indexed
- Lenguaje dominante
- Python
- Estrellas
- 702
- Forks
- 328
- Merge medio
- 3 d 8 h
- PR fusionados (30 d)
- 3
Descripción
As I mentioned in #801 there is an issue with the way Alpine packages are indexed.
The following example illustrates this:
https://git.alpinelinux.org/aports/tree/main/py3-jinja2/APKBUILD?id=8531e658bb1a196c87ac3e8abf0bb18022266aa5
This `APKBUILD` file says the version of the package is `2.11.3-r0`. But at line 18 there is a different version number:
```
# secfixes:
# 1.11.3-r0:
# - CVE-2020-28493
```
It looks like someone made a typo in the version number and it is *this* number that VulnerableCode seems to be using (as demonstrated in #801 ).
The solution is to do a little clean up and cross correlate this information with the Alpine package information.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.