Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hypershift-ci-python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ google-auth==2.38.0
google-auth-httplib2==0.2.0
google-auth-oauthlib==1.2.1
googleapis-common-protos==1.68.0
httplib2==0.22.0
httplib2==0.32.0

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🔒 Security & Privacy | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

printf '== requirements file ==\n'
cat -n hypershift-ci-python/requirements.txt

printf '\n== nearby requirements-related files ==\n'
git ls-files '*requirements*.txt' 'Pipfile*' 'pyproject.toml' 'package*.json' 'go.mod' 'go.sum' 'Cargo.toml' 'Gemfile*' 'pom.xml' 'build.gradle*'

printf '\n== hash usage in requirements files ==\n'
rg -n --hidden --glob '!*node_modules*' --glob '!*dist*' --glob '!*build*' --glob '!*venv*' --glob '!*\.git*' --fixed-strings '--hash=' hypershift-ci-python .

Repository: openshift/hypershift

Length of output: 1106


🏁 Script executed:

#!/bin/bash
set -euo pipefail

printf '== hash usage in requirements-like files ==\n'
rg -n --fixed-strings -- '--hash=' hypershift-ci-python contrib docs vendor hack/tools/vendor . || true

printf '\n== any pip-tools / constraints references ==\n'
rg -n --hidden -g 'requirements*.txt' -g 'constraints*.txt' -g 'Pipfile*' -g 'pyproject.toml' -g 'setup.cfg' -g 'setup.py' -g 'tox.ini' -g 'Makefile' 'pip-compile|--generate-hashes|--hash=' .

Repository: openshift/hypershift

Length of output: 248


🌐 Web query:

PyPI httplib2 0.32.0 json wheel sdist sha256 hashes

💡 Result:

The Python package httplib2 version 0.32.0 was released on June 26, 2026 [1][2]. While official SHA256 hashes for PyPI releases are typically found directly on the PyPI project page under the 'Download files' section for a specific version, historical or build-system records provide the following known hash for the distribution: The SHA256 hash for the file httplib2-0.32.0-py3-none-any.whl is reported as: dc6705cacdf3fb0a2aba7629fa33c90fd93e30035db0c157325826be177e4816 [3]. For the source distribution (sdist), the tarball v0.32.0.tar.gz is associated with the following SHA256 hash: 14e842d2041ae3cf11f2e82f1b3454e0283050cc38599ed87d116e005097e470 [4]. For the most authoritative verification, you should always check the SHA256 hash listed directly on the PyPI project page for httplib2 0.32.0 [5].

Citations:


Add artifact hashes for httplib2==0.32.0. The version is pinned, but pip still won’t verify the wheel or sdist download without --hash entries.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@hypershift-ci-python/requirements.txt` at line 10, Add SHA256 artifact hashes
for both the wheel and sdist associated with httplib2==0.32.0 in
requirements.txt, using the package’s published hashes while preserving the
existing version pin.

Source: Path instructions

idna==3.15
oauthlib==3.2.2
proto-plus==1.26.0
Expand Down