Skip to content

XRAY-156301 Implement http HEAD GET security for pip and poetry - #812

Open
Phavya-jfrog wants to merge 5 commits into
jfrog:devfrom
Phavya-jfrog:feature/XRAY-156301
Open

XRAY-156301 Implement http HEAD GET security for pip and poetry#812
Phavya-jfrog wants to merge 5 commits into
jfrog:devfrom
Phavya-jfrog:feature/XRAY-156301

Conversation

@Phavya-jfrog

@Phavya-jfrog Phavya-jfrog commented Jul 27, 2026

Copy link
Copy Markdown
Contributor
  • The pull request is targeting the dev branch.
  • The code has been validated to compile successfully by running go vet ./....
  • The code has been formatted properly using go fmt ./....
  • All static analysis checks passed.
  • All tests have passed. If this feature is not already covered by the tests, new tests have been added.
  • Updated the Contributing page / ReadMe page / CI Workflow files if needed.
  • All changes are detailed at the description. if not already covered at JFrog Documentation, new documentation have been added.

Pip and Poetry curation requests followed redirects with no host validation, so a malicious/compromised package index could redirect a request off-repo and still get the auth token. Pipenv already had this fixed; this PR just extends the same protection to Pip and Poetry.

No new logic — reuses Pipenv's existing bounded-redirect mechanism.


@Phavya-jfrog Phavya-jfrog added the safe to test Approve running integration tests on a pull request label Jul 28, 2026
@github-actions github-actions Bot removed the safe to test Approve running integration tests on a pull request label Jul 28, 2026
@Phavya-jfrog Phavya-jfrog added improvement Automatically generated release notes safe to test Approve running integration tests on a pull request labels Jul 28, 2026
@github-actions github-actions Bot removed the safe to test Approve running integration tests on a pull request label Jul 28, 2026
@Phavya-jfrog Phavya-jfrog added the safe to test Approve running integration tests on a pull request label Jul 28, 2026
@github-actions github-actions Bot removed the safe to test Approve running integration tests on a pull request label Jul 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Automatically generated release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants