File tree Expand file tree Collapse file tree 4 files changed +22
-0
lines changed Expand file tree Collapse file tree 4 files changed +22
-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 @@ -123,6 +123,14 @@ stackhpc_pulp_deb_repos:
123
123
distributions : " jammy-security"
124
124
required : " {{ stackhpc_pulp_sync_ubuntu_jammy | bool }}"
125
125
126
+ - name : " Ubuntu jammy CVE-2024-6387"
127
+ url : " {{ stackhpc_release_pulp_content_url }}/ubuntu-jammy-cve-2024-6387/"
128
+ distribution_name : " ubuntu-jammy-cve-2024-6387-"
129
+ base_path : " ubuntu-jammy-cve-2024-6387/"
130
+ components : " upload"
131
+ distributions : " pulp"
132
+ required : " {{ stackhpc_pulp_sync_ubuntu_jammy | bool }}"
133
+
126
134
# Third-party repositories
127
135
- name : " Docker CE for Ubuntu"
128
136
url : " {{ stackhpc_release_pulp_content_url }}/docker-ce/ubuntu/{{ stackhpc_pulp_repo_docker_ce_ubuntu_version }}"
Original file line number Diff line number Diff line change @@ -47,6 +47,10 @@ stackhpc_repo_ubuntu_jammy_version: "{{ stackhpc_repo_distribution }}"
47
47
stackhpc_repo_ubuntu_jammy_security_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/ubuntu/jammy-security/{{ stackhpc_repo_ubuntu_jammy_security_version }}"
48
48
stackhpc_repo_ubuntu_jammy_security_version : " {{ stackhpc_repo_distribution }}"
49
49
50
+ # Ubuntu jammy CVE-3034-6287
51
+ 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 }}"
52
+ stackhpc_repo_ubuntu_jammy_cve_2024_6387_version : " {{ stackhpc_repo_distribution }}"
53
+
50
54
# Ubuntu Cloud Archive
51
55
stackhpc_repo_ubuntu_cloud_archive_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/ubuntu-cloud-archive/{{ stackhpc_repo_ubuntu_cloud_archive_version }}"
52
56
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