Skip to content
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

purl2sym: Support indexing of Batch3, Batch4 and Batch5 packages #360

Merged
merged 7 commits into from
Apr 2, 2024

Conversation

keshav-space
Copy link
Member

@keshav-space keshav-space commented Mar 29, 2024

This PR adds the support for indexing following PURLs

  • pkg:generic/barebox
  • pkg:generic/e2fsprogs
  • pkg:generic/erofs-utils
  • pkg:generic/linux
  • pkg:generic/minissdpd
  • pkg:generic/miniupnpc
  • pkg:generic/miniupnpd
  • pkg:generic/mtd-utils
  • pkg:generic/udhcp
  • pkg:github/avahi/avahi
  • pkg:github/bestouff/genext2fs
  • pkg:github/dosfstools/dosfstools
  • pkg:github/google/brotli
  • pkg:github/hewlettpackard/wireless-tools
  • pkg:github/inotify-tools/inotify-tools
  • pkg:github/libbpf/bpftool
  • pkg:github/llvm/llvm-project
  • pkg:github/nixos/nix
  • pkg:github/plougher/squashfs-tools
  • pkg:github/pupnp/pupnp
  • pkg:github/python/cpython
  • pkg:github/rpm-software-management/rpm
  • pkg:github/shadow-maint/shadow
  • pkg:github/sqlite/sqlite
  • pkg:github/u-boot/u-boot
  • pkg:openssl/openssl

Also support indexing of arbitrary GitHub repositories using this PURL format: pkg:github/{owner}/{repo-name}@{version}.

Important

Provide GitHub API key in .env file ex: GH_TOKEN=your-github-token

- pkg:generic/linux
- pkg:generic/mtd-utils
- pkg:generic/barebox
- pkg:generic/e2fsprogs
- pkg:generic/udhcp
- pkg:generic/miniupnpc
- pkg:generic/miniupnpd
- pkg:generic/minissdpd
- pkg:generic/erofs-utils

Signed-off-by: Keshav Priyadarshi <git@keshav.space>
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
Copy link
Contributor

@JonoYang JonoYang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@keshav-space Thanks for the PR, I left some comments.

minecode/visitors/generic.py Show resolved Hide resolved
minecode/visitors/github.py Show resolved Hide resolved
minecode/visitors/openssl.py Show resolved Hide resolved
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
Copy link
Contributor

@JonoYang JonoYang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@keshav-space Thanks for the updates! LGTM!

@JonoYang JonoYang merged commit 5f6316c into main Apr 2, 2024
8 checks passed
@JonoYang JonoYang deleted the batch-3-4-purl2sym branch April 2, 2024 17:39
@keshav-space keshav-space changed the title purl2sym: Support indexing of Batch3 and Batch4 packages purl2sym: Support indexing of Batch3, Batch4 and Batch5 packages Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants