summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/expat/expat/CVE-2023-52425-0001.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/expat/expat/CVE-2023-52425-0001.patch')
-rw-r--r--meta/recipes-core/expat/expat/CVE-2023-52425-0001.patch40
1 files changed, 40 insertions, 0 deletions
diff --git a/meta/recipes-core/expat/expat/CVE-2023-52425-0001.patch b/meta/recipes-core/expat/expat/CVE-2023-52425-0001.patch
new file mode 100644
index 0000000000..4e21ade018
--- /dev/null
+++ b/meta/recipes-core/expat/expat/CVE-2023-52425-0001.patch
@@ -0,0 +1,40 @@
1From d5b02e96ab95d2a7ae0aea72d00054b9d036d76d Mon Sep 17 00:00:00 2001
2From: Sebastian Pipping <sebastian@pipping.org>
3Date: Thu, 9 Nov 2023 19:28:05 +0100
4Subject: [PATCH] xmlwf: Document argument "-q"
5
6Rebased-and-adapted-by: Snild Dolkow <snild@sony.com>
7
8CVE: CVE-2023-52425
9
10Upstream-Status: Backport [https://github.com/libexpat/libexpat/commit/d5b02e96ab95d2a7ae0aea72d00054b9d036d76d]
11
12Signed-off-by: Meenali Gupta <meenali.gupta@windriver.com>
13---
14 doc/xmlwf.xml | 10 ++++++++++
15 1 file changed, 10 insertions(+)
16
17diff --git a/doc/xmlwf.xml b/doc/xmlwf.xml
18index 9603abf..3d35393 100644
19--- a/doc/xmlwf.xml
20+++ b/doc/xmlwf.xml
21@@ -313,6 +313,16 @@ supports both.
22 </listitem>
23 </varlistentry>
24
25+ <varlistentry>
26+ <term><option>-q</option></term>
27+ <listitem>
28+ <para>
29+ Disable reparse deferral, and allow quadratic parse runtime
30+ on large tokens (default: reparse deferral enabled).
31+ </para>
32+ </listitem>
33+ </varlistentry>
34+
35 <varlistentry>
36 <term><option>-r</option></term>
37 <listitem>
38--
392.40.0
40