Skip to content
Closed
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