Skip to content

[AutoPR- Security] Patch jq for CVE-2025-48060 [HIGH] #45

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

Draft
wants to merge 1 commit into
base: fasttrack/2.0
Choose a base branch
from
Draft
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
6 changes: 5 additions & 1 deletion SPECS/jq/jq.spec
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Summary: jq is a lightweight and flexible command-line JSON processor.
Name: jq
Version: 1.6
Release: 3%{?dist}
Release: 4%{?dist}
Group: Applications/System
Vendor: Microsoft Corporation
License: MIT
URL: https://github.com/stedolan/jq
Source0: https://github.com/stedolan/jq/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
Distribution: Mariner
Patch0: CVE-2024-23337.patch
Patch1: CVE-2025-48060.patch
BuildRequires: bison
BuildRequires: chrpath
BuildRequires: flex
Expand Down Expand Up @@ -59,6 +60,9 @@ make check
%{_includedir}/*

%changelog
* Wed Jul 23 2025 Azure Linux Security Servicing Account <[email protected]> - 1.6-4
- Patch for CVE-2025-48060

* Mon May 26 2025 Akhila Guruju <[email protected]> - 1.6-3
- Patch CVE-2024-23337

Expand Down
Loading