Skip to content

Commit 8e8bebd

Browse files
authored
Merge pull request #639 from espressif/fix/libpng_security_2
fix(libpng): Update libpng to 1.6.52
2 parents e269ac7 + 4e1ff5e commit 8e8bebd

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

.github/workflows/test_sbom.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ jobs:
99
name: Run SBOM manifests validation test
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
13-
- run: |
12+
- uses: actions/checkout@v6
13+
- name: Validate SBOM manifests
14+
run: |
1415
git config --global safe.directory $(pwd)
1516
pip install esp-idf-sbom
1617
python3 -m esp_idf_sbom manifest validate

libpng/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.6.51"
1+
version: "1.6.52"
22
description: Portable Network Graphics(png) C library
33
url: https://github.com/espressif/idf-extra-components/tree/master/libpng
44
repository: "https://github.com/espressif/idf-extra-components.git"

libpng/libpng

libpng/pnglibconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* pnglibconf.h - library build configuration */
22

3-
/* libpng version 1.6.51 */
3+
/* libpng version 1.6.52 */
44

55
/* Copyright (c) 2018-2025 Cosmin Truta */
66
/* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson */

libpng/sbom_libpng.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: libpng
2-
version: 1.6.51
2+
version: 1.6.52
33
cpe:
44
- cpe:2.3:a:pnggroup:libpng:{}:*:*:*:*:*:*:*
55
- cpe:2.3:a:libpng:libpng:{}:*:*:*:*:*:*:*
66
supplier: 'Organization: pnggroup'
77
description: Portable Network Graphics support, official PNG reference library
88
url: https://github.com/pnggroup/libpng
9-
hash: 49363adcfaf098748d7a4c8c624ad8c45a8c3a86
9+
hash: fbed16182b92eeb3a06d96e49f0836d450318098
1010
cve-exclude-list:
1111
- cve: CVE-2025-64720
1212
reason: Resolved in version 1.6.51
@@ -16,3 +16,5 @@ cve-exclude-list:
1616
reason: Resolved in version 1.6.51
1717
- cve: CVE-2025-64506
1818
reason: Resolved in version 1.6.51
19+
- cve: CVE-2025-66293
20+
reason: Resolved in version 1.6.52

0 commit comments

Comments
 (0)