File tree Expand file tree Collapse file tree 7 files changed +25
-0
lines changed Expand file tree Collapse file tree 7 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ stackhpc_apt_repositories:
56
56
suites : " {{ ansible_facts.distribution_release }}-security"
57
57
components : main restricted universe multiverse
58
58
architecture : amd64
59
+ - url : " {{ stackhpc_repo_ubuntu_jammy_cve_2024_6387_url }}"
60
+ suites : " pulp"
61
+ components : upload
62
+ architecture : amd64
63
+ trusted : yes
59
64
- url : " {{ stackhpc_repo_docker_ce_ubuntu_url }}"
60
65
suites : " {{ ansible_facts.distribution_release }}"
61
66
components : stable
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ stackhpc_repo_rabbitmq_erlang_version: "{{ stackhpc_pulp_repo_rabbitmq_erlang_ve
30
30
stackhpc_repo_rabbitmq_server_version : " {{ stackhpc_pulp_repo_rabbitmq_server_version }}"
31
31
stackhpc_repo_ubuntu_jammy_version : " {{ stackhpc_pulp_repo_ubuntu_jammy_version }}"
32
32
stackhpc_repo_ubuntu_jammy_security_version : " {{ stackhpc_pulp_repo_ubuntu_jammy_security_version }}"
33
+ stackhpc_repo_ubuntu_jammy_cve_2024_6387_version : " "
33
34
stackhpc_repo_ubuntu_cloud_archive_version : " {{ stackhpc_pulp_repo_ubuntu_cloud_archive_version }}"
34
35
stackhpc_repo_docker_ce_ubuntu_version : " {{ stackhpc_pulp_repo_docker_ce_ubuntu_version }}"
35
36
stackhpc_repo_centos_stream_9_nfv_openvswitch_version : " {{ stackhpc_pulp_repo_centos_stream_9_nfv_openvswitch_version }}"
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ stackhpc_repo_rabbitmq_erlang_version: "{{ stackhpc_pulp_repo_rabbitmq_erlang_ve
50
50
stackhpc_repo_rabbitmq_server_version : " {{ stackhpc_pulp_repo_rabbitmq_server_version }}"
51
51
stackhpc_repo_ubuntu_jammy_version : " {{ stackhpc_pulp_repo_ubuntu_jammy_version }}"
52
52
stackhpc_repo_ubuntu_jammy_security_version : " {{ stackhpc_pulp_repo_ubuntu_jammy_security_version }}"
53
+ stackhpc_repo_ubuntu_jammy_cve_2024_6387_version : " "
53
54
stackhpc_repo_ubuntu_cloud_archive_version : " {{ stackhpc_pulp_repo_ubuntu_cloud_archive_version }}"
54
55
stackhpc_repo_docker_ce_ubuntu_version : " {{ stackhpc_pulp_repo_docker_ce_ubuntu_version }}"
55
56
stackhpc_repo_centos_stream_9_nfv_openvswitch_version : " {{ stackhpc_pulp_repo_centos_stream_9_nfv_openvswitch_version }}"
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ stackhpc_repo_rabbitmq_erlang_version: "{{ stackhpc_pulp_repo_rabbitmq_erlang_ve
27
27
stackhpc_repo_rabbitmq_server_version : " {{ stackhpc_pulp_repo_rabbitmq_server_version }}"
28
28
stackhpc_repo_ubuntu_jammy_version : " {{ stackhpc_pulp_repo_ubuntu_jammy_version }}"
29
29
stackhpc_repo_ubuntu_jammy_security_version : " {{ stackhpc_pulp_repo_ubuntu_jammy_security_version }}"
30
+ stackhpc_repo_ubuntu_jammy_cve_2024_6387_version : " "
30
31
stackhpc_repo_ubuntu_cloud_archive_version : " {{ stackhpc_pulp_repo_ubuntu_cloud_archive_version }}"
31
32
stackhpc_repo_docker_ce_ubuntu_version : " {{ stackhpc_pulp_repo_docker_ce_ubuntu_version }}"
32
33
stackhpc_repo_centos_stream_9_nfv_openvswitch_version : " {{ stackhpc_pulp_repo_centos_stream_9_nfv_openvswitch_version }}"
Original file line number Diff line number Diff line change @@ -96,6 +96,14 @@ stackhpc_pulp_deb_repos:
96
96
distributions : " jammy-security"
97
97
required : " {{ stackhpc_pulp_sync_ubuntu_jammy | bool }}"
98
98
99
+ - name : " Ubuntu jammy CVE-2024-6387"
100
+ url : " {{ stackhpc_release_pulp_content_url }}/ubuntu-jammy-cve-2024-6387/"
101
+ distribution_name : " ubuntu-jammy-cve-2024-6387-"
102
+ base_path : " ubuntu-jammy-cve-2024-6387/"
103
+ components : " upload"
104
+ distributions : " pulp"
105
+ required : " {{ stackhpc_pulp_sync_ubuntu_jammy | bool }}"
106
+
99
107
# Ubuntu Cloud Archive (UCA) repositories
100
108
- name : " Ubuntu Cloud Archive"
101
109
url : " {{ stackhpc_release_pulp_content_url }}/ubuntu-cloud-archive/{{ stackhpc_pulp_repo_ubuntu_cloud_archive_version }}"
Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ stackhpc_repo_ubuntu_jammy_version: "{{ stackhpc_repo_distribution }}"
37
37
stackhpc_repo_ubuntu_jammy_security_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/ubuntu/jammy-security/{{ stackhpc_repo_ubuntu_jammy_security_version }}"
38
38
stackhpc_repo_ubuntu_jammy_security_version : " {{ stackhpc_repo_distribution }}"
39
39
40
+ # Ubuntu jammy CVE-3034-6287
41
+ stackhpc_repo_ubuntu_jammy_cve_2024_6387_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/ubuntu-jammy-cve-2024-6387/{{ stackhpc_repo_ubuntu_jammy_cve_2024_6387_version }}"
42
+ stackhpc_repo_ubuntu_jammy_cve_2024_6387_version : " {{ stackhpc_repo_distribution }}"
43
+
40
44
# Ubuntu Cloud Archive
41
45
stackhpc_repo_ubuntu_cloud_archive_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/ubuntu-cloud-archive/{{ stackhpc_repo_ubuntu_cloud_archive_version }}"
42
46
stackhpc_repo_ubuntu_cloud_archive_version : " {{ stackhpc_repo_distribution }}"
Original file line number Diff line number Diff line change
1
+ ---
2
+ security :
3
+ - |
4
+ Adds a custom Apt repository to address `CVE-2024-6387
5
+ <https://ubuntu.com/security/CVE-2024-6387>`__ in OpenSSH.
You can’t perform that action at this time.
0 commit comments