Skip to content

chore: apply security updates to docker images and python dependencies#2179

Merged
codyoss merged 2 commits into
masterfrom
docker-fixes
Jul 17, 2026
Merged

chore: apply security updates to docker images and python dependencies#2179
codyoss merged 2 commits into
masterfrom
docker-fixes

Conversation

@codyoss

@codyoss codyoss commented Jul 17, 2026

Copy link
Copy Markdown
Member
  • Add apt-get upgrade -y right after apt-get update in all OwlBot Dockerfiles to patch OS-level vulnerabilities (e.g. perl).
  • Upgrade pip, setuptools, and wheel inside Python pyenv and virtual environments in the Dockerfiles to address vulnerabilities in the Python toolchain.
  • Regenerate requirements.txt using Python 3.10 to update transitive dependencies, notably upgrading idna to 3.18 to resolve CVE-2026-45409.

- Add `apt-get upgrade -y` right after `apt-get update` in all OwlBot Dockerfiles to patch OS-level vulnerabilities (e.g. perl).
- Upgrade `pip`, `setuptools`, and `wheel` inside Python pyenv and virtual environments in the Dockerfiles to address vulnerabilities in the Python toolchain.
- Regenerate `requirements.txt` using Python 3.10 to update transitive dependencies, notably upgrading `idna` to `3.18` to resolve CVE-2026-45409.
@codyoss
codyoss requested review from a team as code owners July 17, 2026 19:38
@codyoss codyoss added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jul 17, 2026
@codyoss codyoss removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jul 17, 2026
@codyoss
codyoss merged commit 2bb8ca5 into master Jul 17, 2026
18 checks passed
@codyoss
codyoss deleted the docker-fixes branch July 17, 2026 20:32
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.

3 participants