@@ -16,7 +16,7 @@ ranges and to compare two software package versions in VulnerableCode.
1616Package version ranges and version constraints are useful and essential:
1717
1818- When relating a known vulnerability or bug to a range of affected package
19- versions. For instance a statement such as "vulnerability 123 affects
19+ versions. For instance a statement such as "vulnerability 123 affects
2020 package bar, version 3.1 and version 4.2 but not version 5" defines a
2121 range of bar versions affected by a vulnerability.
2222
@@ -78,7 +78,7 @@ include:
7878 This is supported in part by the `semantic_version
7979 <https://github.com/rbarrois/python-semanticversion> `_ library.
8080
81- - pypi: handled by Python's packaging library and the standard
81+ - pypi: handled by Python's packaging library and the standard
8282 ``packaging.version `` module.
8383
8484- Rubygems which use a semver-like but not-quite-semver scheme and there can be
@@ -89,26 +89,26 @@ include:
8989 "OR" between constraints (that it call requirements).
9090 Gem are handled by Python port of the Rubygems requirements and version
9191 handling code from the `puppeteer tool
92- <https://github.com/nexB /univers/blob/main/src/univers/debian.py.ABOUT> `_
92+ <https://github.com/aboutcode-org /univers/blob/main/src/univers/debian.py.ABOUT> `_
9393
9494- debian: handled by the `debian-inspector library
95- <https://github.com/nexB /univers/blob/main/src/univers/debian.py.ABOUT> `_.
95+ <https://github.com/aboutcode-org /univers/blob/main/src/univers/debian.py.ABOUT> `_.
9696
9797- maven: handled by the embedded `pymaven library
98- <https://github.com/nexB /univers/blob/main/src/univers/pymaven.py.ABOUT> `_.
98+ <https://github.com/aboutcode-org /univers/blob/main/src/univers/pymaven.py.ABOUT> `_.
9999
100100- rpm: handled by the embedded `rpm_vercmp library
101- <https://github.com/nexB /univers/blob/main/src/univers/rpm.py.ABOUT> `_.
101+ <https://github.com/aboutcode-org /univers/blob/main/src/univers/rpm.py.ABOUT> `_.
102102
103103- golang (using semver)
104104
105105- PHP composer
106106
107107- ebuild/gentoo: handled by the embedded `gentoo_vercmp module
108- <https://github.com/nexB /univers/blob/main/src/univers/gentoo.py.ABOUT> `_.
108+ <https://github.com/aboutcode-org /univers/blob/main/src/univers/gentoo.py.ABOUT> `_.
109109
110110- arch linux: handled by the embedded `arch utility module borrowed from msys2
111- <https://github.com/nexB /univers/blob/main/src/univers/arch.py.ABOUT> `_.
111+ <https://github.com/aboutcode-org /univers/blob/main/src/univers/arch.py.ABOUT> `_.
112112
113113- Alpine linux: handled using the base Gentoo version support and extras
114114 specific to Alpine.
@@ -172,7 +172,7 @@ Test if a version is within or outside a version range:
172172 Development
173173============
174174
175- Run these commands, starting from a git clone of https://github.com/nexB /univers ::
175+ Run these commands, starting from a git clone of https://github.com/aboutcode-org /univers ::
176176
177177 $ ./configure --dev
178178 $ source venv/bin/active
@@ -181,7 +181,7 @@ Run these commands, starting from a git clone of https://github.com/nexB/univers
181181
182182We use the same development process as other AboutCode projects.
183183
184- Visit https://github.com/nexB /univers and
184+ Visit https://github.com/aboutcode-org /univers and
185185https://gitter.im/aboutcode-org/vulnerablecode and
186186https://gitter.im/aboutcode-org/aboutcode for support and chat.
187187
0 commit comments