aboutcode-org / aboutcode-org/univers
Difference in GitHub and Gitlab version ranges
Open
2-next
good first issue
- Dominant language
- Python
- Stars
- 50
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
github and gitlab both provide different VulnerableRange format for Maven, While Github provides something like this `>= 2.13.0, < 2.16.0` , Gitlab provides something like this `(,1.7]`
Other than that, our current GemVersionRange fails for the Gitlab format of gem vulnerableRanges `>=3.0.0 <4.2.11.1||>=5.0.0 <5.0.7.2||>=5.1.0 <5.1.6.2||>=5.2.0 <5.2.2.1` , but it works fine with GitHub version Ranges
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.