Skip to content

Commit 1fa2c57

Browse files
[AUTO-CHERRYPICK] [AUTOPATCHER-CORE] Upgrade jx to 3.10.182 to fix CVE-2023-39325 and CVE-2023-44487 - branch 3.0-dev (#12502)
1 parent 496a8d6 commit 1fa2c57

4 files changed

Lines changed: 9 additions & 90 deletions

File tree

SPECS/jx/CVE-2023-45288.patch

Lines changed: 0 additions & 83 deletions
This file was deleted.

SPECS/jx/jx.signatures.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
3-
"jx-3.10.116-vendor.tar.gz": "9e0cc830222cc289a928b684201c6cd3793f60637a4e47a7cbde00076792c94d",
4-
"jx-3.10.116.tar.gz": "55b14b4f4189f91f481387f8ad9617c37deb859d824c246e817040b740de7d76"
3+
"jx-3.10.182-vendor.tar.gz": "47bcb18176e44be2c7ffb3666b04d6e5cbaeea93bc3fe6c5fcb974086abe00b4",
4+
"jx-3.10.182.tar.gz": "2abfc9432773007e7c17f78c44ad03aa5b9a6bf8a0118d44bf97a230c1ebd1fb"
55
}
66
}

SPECS/jx/jx.spec

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Command line tool for working with Jenkins X.
22
Name: jx
3-
Version: 3.10.116
4-
Release: 2%{?dist}
3+
Version: 3.10.182
4+
Release: 1%{?dist}
55
License: Apache-2.0
66
Vendor: Microsoft Corporation
77
Distribution: Azure Linux
@@ -27,7 +27,6 @@ Source0: https://github.com/jenkins-x/jx/archive/v%{version}.tar.gz#/%{na
2727
# See: https://reproducible-builds.org/docs/archives/
2828
# - For the value of "--mtime" use the date "2021-04-26 00:00Z" to simplify future updates.
2929
Source1: %{name}-%{version}-vendor.tar.gz
30-
Patch0: CVE-2023-45288.patch
3130

3231
BuildRequires: golang >= 1.17.1
3332
%global debug_package %{nil}
@@ -63,6 +62,9 @@ install -p -m 755 -t %{buildroot}%{_bindir} ./build/jx
6362
%{_bindir}/jx
6463

6564
%changelog
65+
* Thu Feb 13 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 3.10.182-1
66+
- Auto-upgrade to 3.10.182 - Fix CVE-2023-39325 and CVE-2023-44487 in jx
67+
6668
* Thu Aug 22 2024 Sumedh Sharma <sumsharma@microsoft.com> - 3.10.116-2
6769
- Add patch to resolve CVE-2023-45288
6870

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8091,8 +8091,8 @@
80918091
"type": "other",
80928092
"other": {
80938093
"name": "jx",
8094-
"version": "3.10.116",
8095-
"downloadUrl": "https://github.com/jenkins-x/jx/archive/v3.10.116.tar.gz"
8094+
"version": "3.10.182",
8095+
"downloadUrl": "https://github.com/jenkins-x/jx/archive/v3.10.182.tar.gz"
80968096
}
80978097
}
80988098
},

0 commit comments

Comments
 (0)