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

Add ability to specify a PyPI url as a target #684

Merged
merged 1 commit into from
Nov 2, 2024

Conversation

ericwb
Copy link
Contributor

@ericwb ericwb commented Nov 1, 2024

Using the distribution utils extension mechanism, creates a new extension for PyPI as a target in addition to files and GitHub.

This change downloads the sdist (if exists) from PyPI, extracts the contents, and analyzes the extract code in a temp directory.

Closes #540

Using the distribution utils extension mechanism, creates a new
extension for PyPI as a target in addition to files and GitHub.

This change downloads the sdist (if exists) from PyPI, extracts
the contents, and analyzes the extract code in a temp directory.

Closes securesauce#540

Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
@ericwb ericwb merged commit a369dca into securesauce:main Nov 2, 2024
20 checks passed
@ericwb ericwb deleted the pypi branch November 2, 2024 00:05
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.

Ability give a project on PyPI as a target
1 participant