Skip to content

Commit bbeb777

Browse files
committed
wip - address review findings
1 parent 9f63a21 commit bbeb777

6 files changed

Lines changed: 13 additions & 20 deletions

File tree

SECURITY.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ The following table lists all known vulnerabilities that could not be fixed:
5757
| ---------- | ------------------- | ------------------ | ------------- | -------------- | ------------------------------------ |
5858
| urllib3 | GHSA-48p4-8xcf-vxj5 | 2.2.3 | 2.5.0 | 3.8 | Fixed package requires Python >= 3.9 |
5959
| urllib3 | GHSA-pq67-6m6q-mj2v | 2.2.3 | 2.5.0 | 3.8 | Fixed package requires Python >= 3.9 |
60-
| pip | GHSA-4xh5-x5gv-qwph | 25.0.1 | 25.2 | 3.8 | Fixed package requires Python >= 3.9 |
61-
| pip | GHSA-4xh5-x5gv-qwph | 25.2 | - | All | Waiting for an open source fix |
60+
| pip | GHSA-4xh5-x5gv-qwph | 25.0.1 | 25.3 | 3.8 | Fixed package requires Python >= 3.9 |
6261

6362
### Vulnerable Python Versions
6463

third_party/pip/BUILD

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ EXTRA_ARGS = [
5050
[
5151
pip_audit_rule(
5252
name = "pip_audit_requirements_{}".format(version.replace(".", "_")),
53-
# The list of ignored vulnerabilities should ideally be empty, but sometimes a certain vulnerability
54-
# does not have a fix yet. In that case, we ignore it with `--ignore-vul` to avoid CI failures.
55-
# Keep this in sync with SECURITY.md.
56-
ignore_vulnerability = [
57-
"GHSA-4xh5-x5gv-qwph", # Added because there is no fix yet for pip 25.2.
58-
],
5953
requirement = "requirements_lock_{}.txt".format(version.replace(".", "_")),
6054
)
6155
for version in PYTHON_VERSIONS

third_party/pip/requirements_lock_3_10.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ webencodings==0.5.1 \
827827
# via html5lib
828828

829829
# The following packages are considered to be unsafe in a requirements file:
830-
pip==25.2 \
831-
--hash=sha256:578283f006390f85bb6282dffb876454593d637f5d1be494b5202ce4877e71f2 \
832-
--hash=sha256:6d67a2b4e7f14d8b31b8b52648866fa717f45a1eb70e83002f4331d07e953717
830+
pip==25.3 \
831+
--hash=sha256:8d0538dbbd7babbd207f261ed969c65de439f6bc9e5dbd3b3b9a77f25d95f343 \
832+
--hash=sha256:9655943313a94722b7774661c21049070f6bbb0a1516bf02f7c8d5d9201514cd
833833
# via pip-api

third_party/pip/requirements_lock_3_11.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ webencodings==0.5.1 \
782782
# via html5lib
783783

784784
# The following packages are considered to be unsafe in a requirements file:
785-
pip==25.2 \
786-
--hash=sha256:578283f006390f85bb6282dffb876454593d637f5d1be494b5202ce4877e71f2 \
787-
--hash=sha256:6d67a2b4e7f14d8b31b8b52648866fa717f45a1eb70e83002f4331d07e953717
785+
pip==25.3 \
786+
--hash=sha256:8d0538dbbd7babbd207f261ed969c65de439f6bc9e5dbd3b3b9a77f25d95f343 \
787+
--hash=sha256:9655943313a94722b7774661c21049070f6bbb0a1516bf02f7c8d5d9201514cd
788788
# via pip-api

third_party/pip/requirements_lock_3_12.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ webencodings==0.5.1 \
782782
# via html5lib
783783

784784
# The following packages are considered to be unsafe in a requirements file:
785-
pip==25.2 \
786-
--hash=sha256:578283f006390f85bb6282dffb876454593d637f5d1be494b5202ce4877e71f2 \
787-
--hash=sha256:6d67a2b4e7f14d8b31b8b52648866fa717f45a1eb70e83002f4331d07e953717
785+
pip==25.3 \
786+
--hash=sha256:8d0538dbbd7babbd207f261ed969c65de439f6bc9e5dbd3b3b9a77f25d95f343 \
787+
--hash=sha256:9655943313a94722b7774661c21049070f6bbb0a1516bf02f7c8d5d9201514cd
788788
# via pip-api

third_party/pip/requirements_lock_3_9.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ webencodings==0.5.1 \
828828
# via html5lib
829829

830830
# The following packages are considered to be unsafe in a requirements file:
831-
pip==25.2 \
832-
--hash=sha256:578283f006390f85bb6282dffb876454593d637f5d1be494b5202ce4877e71f2 \
833-
--hash=sha256:6d67a2b4e7f14d8b31b8b52648866fa717f45a1eb70e83002f4331d07e953717
831+
pip==25.3 \
832+
--hash=sha256:8d0538dbbd7babbd207f261ed969c65de439f6bc9e5dbd3b3b9a77f25d95f343 \
833+
--hash=sha256:9655943313a94722b7774661c21049070f6bbb0a1516bf02f7c8d5d9201514cd
834834
# via pip-api

0 commit comments

Comments
 (0)