ziad hany

Results 131 comments of ziad hany

some of ruby logs. Can you have a look at `categorize_versions`, I am not sure if am made the right implementation for it . ``` Invalid Rubygems Version 1.13.2 ,...

what's their license ?

> hi , i want to work on this issue. could you please tell how to proceed? @iks1 Have a look at docs and just edit/add license_url, spdx_license_expression in importers/github.py...

@Akash-Kumar-Sen let's take a gitlab importer for example https://github.com/nexB/vulnerablecode/blob/main/vulnerabilities/importers/gitlab.py. We go to the repository ( data source ) https://gitlab.com/gitlab-org/advisories-community/-/tree/main and search for a `LICENSE` and add `license_url` , then we...

@Akash-Kumar-Sen So you need to go to github importer https://github.com/nexB/vulnerablecode/blob/main/vulnerabilities/importers/github.py . add this in line 165. ` license_url = "https://github.com/github/advisory-database/blob/main/LICENSE.md"`

> @ziadhany , please add logs for gitlab importer. ``` Importing data using vulnerabilities.importers.gitlab.GitLabGitImporter Unknow package type 'conan' Unknow package type 'conan' ... Unknow package type 'conan' Unknow package type...

> @ziadhany this looks good to me, have you verified that these importers work and have you ran the default improver over the imported data? pysec and pypa importer run...

> @ziadhany any updates on this? Pypa importer logs ``` Importing data using vulnerabilities.importers.pypa.PyPaImporter unsupported file .id-allocator InvalidVersionRange affected_pkg_version_range Error - 'PYSEC-2021-121' InvalidVersion("'trunk' is not a valid ") InvalidVersionRange affected_pkg_version_range...

@TG1999 `pysec.py line 40 : advisory_data` this for validation pysec

DefaultImprover logs : ``` Improving data using vulnerabilities.improvers.default.DefaultImprover Inconsistent summary for . Existing: The App.Undo.UndoSupport.get_request_var_or_attr function in Zope before 2.12.21 and 3.13.x before 2.13.11, as used in Plone before 4.2.3...