aboutcode-org / aboutcode-org/univers
Failure to recognize a valid Debian version
未关闭
2-next
bug
good first issue
- 主要语言
- Python
- 星标
- 50
- 派生
- 29
- PR 合并指标
- 30 天内没有已合并 PR
描述
```
>>> from univers.debian import Version
>>> v = Version.from_string("1:1.12_1.12.6-1+deb9u1build0.18.04.1" )
Traceback (most recent call last):
File "", line 1, in
File "/home/pombreda/w421/vulnerablecode/venv/lib/python3.8/site-packages/univers/debian.py", line 130, in from_string
raise ValueError('Invalid version string: "{}"'.format(version))
ValueError: Invalid version string: "1:1.12_1.12.6-1+deb9u1build0.18.04.1"
>>>
```
This was found in https://ubuntu.com/security/CVE-2018-1999023 for https://tracker.debian.org/pkg/wesnoth-1.12
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。