Ayan Sinha Mahapatra

Results 108 issues of Ayan Sinha Mahapatra

See the test [here](https://github.com/nexB/scancode-toolkit/tree/develop/tests/packagedcode/data/pypi/source-package) for which [top-level dependencies](https://github.com/nexB/scancode-toolkit/blob/develop/tests/packagedcode/data/pypi/source-package/pip-22.0.4-pypi-package-expected.json#L2) doesn't contain the requirements that are present in this [package_data dependencies](https://github.com/nexB/scancode-toolkit/blob/develop/tests/packagedcode/data/pypi/source-package/pip-22.0.4-pypi-package-expected.json#L235) This was probably introduced [here](https://github.com/nexB/scancode-toolkit/commit/a13f81e8a2a9902b565583a3dfc8c3a509135546#diff-80126c7a092bbabab590e68c600239f669e58ca6f8f3f469add6cede74258ffa)

bug
must have

See #2878 ### Tasks * [x] Reviewed [contribution guidelines](https://github.com/nexB/scancode-toolkit/blob/develop/CONTRIBUTING.rst) * [x] PR is descriptively titled 📑 and links the original issue above 🔗 * [x] Tests pass -- look for...

We have Contributor License agreements as licenses/rules in scancode and we should consider if we report these instead as `license_clues` instead of adding them in `license_detections` proper. The steps discussed...

license scan

License scan fails for the following license header. ``` /* * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved. * * This program is free software; you can redistribute...

bug

### Description Scanning [pip-22.0.4](https://github.com/nexB/scancode-toolkit/tree/develop/tests/packagedcode/data/pypi/source-package/pip-22.0.4) returns two PackageData and eventually two top level packages for the same PKG-INFO file at `pip-22.0.4/src/pip.egg-info/PKG-INFO`. These have the following datasource IDs `pypi_sdist_pkginfo` and `pypi_editable_egg_pkginfo`, see...

bug

**This is a bug tracker** If you have a question, such has "how do you do X with Python/PostgreSQL/psycopg2" please [write to the mailing list](https://lists.postgresql.org/manage/) or [open a question](https://github.com/psycopg/psycopg2/discussions) instead....

🐞 bug
👀 visual

Fixes #3103 Signed-off-by: Ayan Sinha Mahapatra ### Tasks * [x] Reviewed [contribution guidelines](https://github.com/nexB/scancode-toolkit/blob/develop/CONTRIBUTING.rst) * [x] PR is descriptively titled 📑 and links the original issue above 🔗 * [x] Tests...

1. Modifies the License and Rule files to have their data as YAML frontmatter. * .RULE files and .LICENSE files now also contain their data. * git history is preserved...

The following images are deprecated in GitHub actions and Azure DevOps: * `ubuntu-18.04` : https://github.com/actions/runner-images/issues/6002 * `macos-10.15` : https://github.com/actions/runner-images/issues/5583 Due to this there was failing tests due to planned brownouts....

* Delete all .yml files for rules * Modify .RULE files to contain their data as YAML frontmatter * Merge these files preserving history Reference: https://github.com/nexB/scancode-toolkit/issues/3049 Signed-off-by: Ayan Sinha Mahapatra