Skip to content
Open
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 cloud-media-livestream/keypublisher/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ functions-framework==3.9.2
google-cloud-secret-manager==2.21.1
lxml==5.2.1
pycryptodome==3.21.0
pyOpenSSL==25.0.0
pyOpenSSL==26.0.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-medium medium

Updating pyOpenSSL to version 26.0.0 introduces a strict requirement for cryptography >= 46.0.0. Since this is a security-focused update addressing multiple CVEs (CVE-2026-27448, CVE-2026-27459), it is highly recommended to explicitly pin cryptography in your requirements.txt as well. This ensures that the security fixes in the underlying library are consistently applied and helps avoid potential dependency resolution issues with other packages like signxml which also depend on cryptography. Additionally, note that this version of pyOpenSSL drops support for Python 3.7, though the presence of Werkzeug 3.0.6 suggests the project is already using Python 3.8+.

requests==2.32.4
signxml==4.0.4
pytest==8.2.0
Expand Down