Skip to content

Synchronise yoga with upstream #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Team and repository tags
Overview
========

*WARNING:* The Ironic-Python-Agent version in this branch is vulnerable to
CVE-2024-44082. Do not run this in production unless using a patched
conductor with ``[conductor]/conductor_always_validate_images`` set to
``True``.

An agent for controlling and deploying Ironic controlled baremetal nodes.

The ironic-python-agent works with the agent driver in Ironic to provision
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
security:
- |
Ironic-Python-Agent versions prior to the 2023.1 release are vulnerable to
CVE-2024-44082, tracked in
`bug 2071740 <https://bugs.launchpad.net/bugs/2071740>_`. Deployers of
Ironic versions Zed or older must apply CVE-2024-44082 fixes to their
Ironic environment and leave (default for all releases Zed and older)
``[conductor]/conductor_always_validates_images`` set to ``True``. This
ensures the conductor will security check the image because
Ironic-Python-Agent will not.