Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion expat/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "2.7.4"
version: "2.7.5"
description: "Expat - XML Parsing C Library"
url: https://github.com/espressif/idf-extra-components/tree/master/expat
dependencies:
Expand Down
11 changes: 8 additions & 3 deletions expat/port/include/expat_config.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/* expat_config.h. Generated from expat_config.h.in by configure. */
/* expat_config.h.in. Generated from configure.ac by autoheader. */

#ifndef EXPAT_CONFIG_H
#define EXPAT_CONFIG_H 1

/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
#define BYTEORDER 1234
/* Define to 1 if you have the `bcopy' function. */
Expand Down Expand Up @@ -67,7 +70,7 @@
#define PACKAGE_NAME "expat"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "expat 2.7.2"
#define PACKAGE_STRING "expat 2.7.5"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "expat"
Expand All @@ -76,13 +79,13 @@
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "2.7.2"
#define PACKAGE_VERSION "2.7.5"

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

/* Version number of package */
#define VERSION "2.7.2"
#define VERSION "2.7.5"

/* whether byteorder is bigendian */
/* #undef WORDS_BIGENDIAN */
Expand All @@ -108,3 +111,5 @@

/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */

#endif // ndef EXPAT_CONFIG_H
6 changes: 2 additions & 4 deletions expat/sbom_libexpat.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: libexpat
version: 2.7.4
version: 2.7.5
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: f5c2890d8ff91f88a018173d293a9bd02f76389e
hash: f31adfd584b7f6c50bbf4d22eb928538ffc9145a
cve-exclude-list:
- cve: CVE-2024-8176
reason: Resolved in version 2.7.0, please see https://github.com/libexpat/libexpat/pull/973
- cve: CVE-2026-25210
reason: Resolved in version 2.7.4, please see https://github.com/libexpat/libexpat/pull/1075
Loading