Skip to content

Commit 5ff5e01

Browse files
authored
patch: use config drive to mitigate CVE-2024-6174 (#599)
1 parent 5d9bf02 commit 5ff5e01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

github-runner-manager/src/github_runner_manager/openstack_cloud/openstack_cloud.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ def launch_instance(
293293
timeout=CREATE_SERVER_TIMEOUT,
294294
wait=False,
295295
meta=meta,
296+
# 2025/07/24 - This option is set to mitigate CVE-2024-6174
297+
config_drive=True,
296298
)
297299
except openstack.exceptions.ResourceTimeout as err:
298300
logger.exception("Timeout creating openstack server %s", instance_id)

0 commit comments

Comments
 (0)