-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade the expat component to latest 2.6.4 release
Release notes: https://github.com/libexpat/libexpat/releases/tag/R_2_6_4 Fixes CVE-2024-50602
- Loading branch information
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Submodule expat
updated
33 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,13 +61,13 @@ | |
#define PACKAGE "expat" | ||
|
||
/* Define to the address where bug reports for this package should be sent. */ | ||
#define PACKAGE_BUGREPORT "[email protected]" | ||
#define PACKAGE_BUGREPORT "https://github.com/libexpat/libexpat/issues" | ||
|
||
/* Define to the full name of this package. */ | ||
#define PACKAGE_NAME "expat" | ||
|
||
/* Define to the full name and version of this package. */ | ||
#define PACKAGE_STRING "expat 2.6.3" | ||
#define PACKAGE_STRING "expat 2.6.4" | ||
|
||
/* Define to the one symbol short name of this package. */ | ||
#define PACKAGE_TARNAME "expat" | ||
|
@@ -76,13 +76,13 @@ | |
#define PACKAGE_URL "" | ||
|
||
/* Define to the version of this package. */ | ||
#define PACKAGE_VERSION "2.6.3" | ||
#define PACKAGE_VERSION "2.6.4" | ||
|
||
/* Define to 1 if you have the ANSI C header files. */ | ||
#define STDC_HEADERS 1 | ||
|
||
/* Version number of package */ | ||
#define VERSION "2.6.3" | ||
#define VERSION "2.6.4" | ||
|
||
/* whether byteorder is bigendian */ | ||
/* #undef WORDS_BIGENDIAN */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: libexpat | ||
version: 2.6.3 | ||
version: 2.6.4 | ||
cpe: cpe:2.3:a:libexpat_project:libexpat:{}:*:*:*:*:*:*:* | ||
supplier: 'Organization: libexpat_project' | ||
description: Fast streaming XML parser written in C99 | ||
url: https://github.com/libexpat/libexpat/ | ||
hash: 88b3ed553d8ad335559254863a33360d55b9f1d6 | ||
hash: 2691aff4304a6d7e053199c205620136481b9dd1 | ||
cve-exclude-list: | ||
- cve: CVE-2024-28757 | ||
reason: Resolved in version 2.6.2 |