-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Normalization of VersionRange #108
Support Normalization of VersionRange #108
Commits on Apr 5, 2023
-
Add support for NormalizedVersionRanges
- support normalization of range expression from GitHub, Snyk, GitLab - Discrete range normalization for OSV, DEPS, VulerableCode Signed-off-by: Keshav Priyadarshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 218c61a - Browse repository at this point
Copy the full SHA 218c61aView commit details -
Signed-off-by: Keshav Priyadarshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a69d07 - Browse repository at this point
Copy the full SHA 1a69d07View commit details -
Add ABOUT and LICENSE file for spans.py
Signed-off-by: Keshav Priyadarshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b3570c - Browse repository at this point
Copy the full SHA 3b3570cView commit details -
Fallback to builtin set when intbitset is not installed
Signed-off-by: Keshav Priyadarshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d88b80c - Browse repository at this point
Copy the full SHA d88b80cView commit details
Commits on Oct 18, 2023
-
Added docs server script, dark mode & copybutton for docs
Signed-off-by: Omkar Phansopkar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ab9b3a - Browse repository at this point
Copy the full SHA 5ab9b3aView commit details -
Merge pull request aboutcode-org#83 from OmkarPh/enhance/docs
Added docs server script, dark mode & copybutton for docs, tracking chmod in git
Configuration menu - View commit details
-
Copy full SHA for af7e542 - Browse repository at this point
Copy the full SHA af7e542View commit details
Commits on Nov 21, 2023
-
Update CSS to widen page and handle mobile aboutcode-org#84
Reference: aboutcode-org/skeleton#84 Signed-off-by: John M. Horan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a9d983 - Browse repository at this point
Copy the full SHA 0a9d983View commit details
Commits on Jan 16, 2024
-
Delete theme_overrides_SUPERSEDED.css as no longer needed aboutcode-o…
…rg#84 Reference: aboutcode-org/skeleton#84 Signed-off-by: John M. Horan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e36fc6 - Browse repository at this point
Copy the full SHA 4e36fc6View commit details
Commits on Jan 18, 2024
-
Fix top padding for rst content
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d74b8a - Browse repository at this point
Copy the full SHA 7d74b8aView commit details -
Merge pull request aboutcode-org#85 from nexB/84-widen-rtd-page
Update CSS to widen page and handle mobile aboutcode-org#84
Configuration menu - View commit details
-
Copy full SHA for 0071028 - Browse repository at this point
Copy the full SHA 0071028View commit details
Commits on Feb 19, 2024
-
Update CI runners and python version
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 008d521 - Browse repository at this point
Copy the full SHA 008d521View commit details -
Merge pull request aboutcode-org#87 from nexB/update-macos-runners
Update CI runners and python version
Configuration menu - View commit details
-
Copy full SHA for acf94b3 - Browse repository at this point
Copy the full SHA acf94b3View commit details
Commits on Jul 1, 2024
-
Replace deprecated macos CI runners
Replace macos-11 runners with macos-14 runners. Reference: https://github.com/actions/runner-images?tab=readme-ov-file#available-images Reference: aboutcode-org/skeleton#89 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 124da3d - Browse repository at this point
Copy the full SHA 124da3dView commit details -
Update minimum required python version to 3.8
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be4e14d - Browse repository at this point
Copy the full SHA be4e14dView commit details -
Merge pull request aboutcode-org#90 from nexB/update-ci-runners
Replace deprecated macos CI runners
Configuration menu - View commit details
-
Copy full SHA for 5c3e935 - Browse repository at this point
Copy the full SHA 5c3e935View commit details
Commits on Jul 19, 2024
-
Support both PURL and GitLab schema in from_gitlab_native
Signed-off-by: Keshav Priyadarshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0bac8c - Browse repository at this point
Copy the full SHA f0bac8cView commit details -
Use native impl for Maven and NuGet in from_gitlab_native
Signed-off-by: Keshav Priyadarshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 629d03a - Browse repository at this point
Copy the full SHA 629d03aView commit details -
Use proper splitter for composer in from_gitlab_native
- Bug fix: GitLab advisory uses both comma and space as separator for composer range. Signed-off-by: Keshav Priyadarshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c70ea5 - Browse repository at this point
Copy the full SHA 1c70ea5View commit details -
Support splitting bracket notation ranges
Signed-off-by: Keshav Priyadarshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d109a1b - Browse repository at this point
Copy the full SHA d109a1bView commit details
Commits on Jul 22, 2024
-
Add support for version range from snyk advisory
Signed-off-by: Keshav Priyadarshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 169a6a1 - Browse repository at this point
Copy the full SHA 169a6a1View commit details -
Add support for version range from discrete versions
Signed-off-by: Keshav Priyadarshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7d7c55 - Browse repository at this point
Copy the full SHA e7d7c55View commit details
Commits on Jul 23, 2024
-
Refactor NormalizedVersionRange
Signed-off-by: Keshav Priyadarshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8a6d70 - Browse repository at this point
Copy the full SHA f8a6d70View commit details
Commits on Jul 24, 2024
-
Add multi vers test for normalized version range
Signed-off-by: Keshav Priyadarshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2904b0 - Browse repository at this point
Copy the full SHA d2904b0View commit details -
Fix the edge case resulting in incorrect
contains
resolution- Pairwise constraint evaluation misses the case when filtered constraints contains only one item - Fixes aboutcode-org#137 Signed-off-by: Keshav Priyadarshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a32eda - Browse repository at this point
Copy the full SHA 5a32edaView commit details -
Refactor VersionRange normalization without Span
Signed-off-by: Keshav Priyadarshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c833b97 - Browse repository at this point
Copy the full SHA c833b97View commit details -
Add function to parse bracket notation constraints
Signed-off-by: Keshav Priyadarshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f0d727 - Browse repository at this point
Copy the full SHA 8f0d727View commit details -
Use from_versions for getting vers from discrete versions
Signed-off-by: Keshav Priyadarshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d0de11 - Browse repository at this point
Copy the full SHA 3d0de11View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa7009a - Browse repository at this point
Copy the full SHA fa7009aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe35a34 - Browse repository at this point
Copy the full SHA fe35a34View commit details -
Set
shell
param to False while running code style testsSigned-off-by: Keshav Priyadarshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 594baf5 - Browse repository at this point
Copy the full SHA 594baf5View commit details -
Use only macOS-14 image for macOS 14 CI
Signed-off-by: Keshav Priyadarshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b12572d - Browse repository at this point
Copy the full SHA b12572dView commit details