{
    "summary": {
        "snap": {
            "added": [],
            "removed": [],
            "diff": []
        },
        "deb": {
            "added": [],
            "removed": [
                "gcc-15-base:ppc64el"
            ],
            "diff": [
                "libpython3.14:ppc64el",
                "libpython3.14-minimal:ppc64el",
                "libpython3.14-stdlib:ppc64el",
                "publicsuffix",
                "python3-cffi-backend:ppc64el",
                "python3.14-gdbm"
            ]
        }
    },
    "diff": {
        "deb": [
            {
                "name": "libpython3.14:ppc64el",
                "from_version": {
                    "source_package_name": "python3.14",
                    "source_package_version": "3.14.2-1",
                    "version": "3.14.2-1"
                },
                "to_version": {
                    "source_package_name": "python3.14",
                    "source_package_version": "3.14.3-1",
                    "version": "3.14.3-1"
                },
                "cves": [
                    {
                        "cve": "CVE-2026-0865",
                        "url": "https://ubuntu.com/security/CVE-2026-0865",
                        "cve_description": "User-controlled header names and values containing newlines can allow injecting HTTP headers.",
                        "cve_priority": "medium",
                        "cve_public_date": "2026-01-20 22:15:00 UTC"
                    },
                    {
                        "cve": "CVE-2026-1299",
                        "url": "https://ubuntu.com/security/CVE-2026-1299",
                        "cve_description": "The email module, specifically the \"BytesGenerator\" class, didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email  is serialized. This is only applicable if using \"LiteralHeader\" writing headers that don't respect email folding rules, the new behavior will reject the incorrectly folded headers in \"BytesGenerator\".",
                        "cve_priority": "medium",
                        "cve_public_date": "2026-01-23 17:16:00 UTC"
                    },
                    {
                        "cve": "CVE-2026-0672",
                        "url": "https://ubuntu.com/security/CVE-2026-0672",
                        "cve_description": "When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.",
                        "cve_priority": "medium",
                        "cve_public_date": "2026-01-20 22:15:00 UTC"
                    },
                    {
                        "cve": "CVE-2025-15282",
                        "url": "https://ubuntu.com/security/CVE-2025-15282",
                        "cve_description": "User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.",
                        "cve_priority": "medium",
                        "cve_public_date": "2026-01-20 22:15:00 UTC"
                    },
                    {
                        "cve": "CVE-2025-11468",
                        "url": "https://ubuntu.com/security/CVE-2025-11468",
                        "cve_description": "When folding a long comment in an email header containing exclusively unfoldable characters, the parenthesis would not be preserved. This could be used for injecting headers into email messages where addresses are user-controlled and not sanitized.",
                        "cve_priority": "medium",
                        "cve_public_date": "2026-01-20 22:15:00 UTC"
                    }
                ],
                "launchpad_bugs_fixed": [],
                "changes": [
                    {
                        "cves": [
                            {
                                "cve": "CVE-2026-0865",
                                "url": "https://ubuntu.com/security/CVE-2026-0865",
                                "cve_description": "User-controlled header names and values containing newlines can allow injecting HTTP headers.",
                                "cve_priority": "medium",
                                "cve_public_date": "2026-01-20 22:15:00 UTC"
                            },
                            {
                                "cve": "CVE-2026-1299",
                                "url": "https://ubuntu.com/security/CVE-2026-1299",
                                "cve_description": "The email module, specifically the \"BytesGenerator\" class, didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email  is serialized. This is only applicable if using \"LiteralHeader\" writing headers that don't respect email folding rules, the new behavior will reject the incorrectly folded headers in \"BytesGenerator\".",
                                "cve_priority": "medium",
                                "cve_public_date": "2026-01-23 17:16:00 UTC"
                            },
                            {
                                "cve": "CVE-2026-0672",
                                "url": "https://ubuntu.com/security/CVE-2026-0672",
                                "cve_description": "When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.",
                                "cve_priority": "medium",
                                "cve_public_date": "2026-01-20 22:15:00 UTC"
                            },
                            {
                                "cve": "CVE-2025-15282",
                                "url": "https://ubuntu.com/security/CVE-2025-15282",
                                "cve_description": "User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.",
                                "cve_priority": "medium",
                                "cve_public_date": "2026-01-20 22:15:00 UTC"
                            },
                            {
                                "cve": "CVE-2025-11468",
                                "url": "https://ubuntu.com/security/CVE-2025-11468",
                                "cve_description": "When folding a long comment in an email header containing exclusively unfoldable characters, the parenthesis would not be preserved. This could be used for injecting headers into email messages where addresses are user-controlled and not sanitized.",
                                "cve_priority": "medium",
                                "cve_public_date": "2026-01-20 22:15:00 UTC"
                            }
                        ],
                        "log": [
                            "",
                            "  [ Stefano Rivera ]",
                            "  * Python 3.14.3 final.",
                            "    - Ensures that Element & Attr instances have the ownerDocument attribute.",
                            "      Closes: #1122875",
                            "    - Reject control characters in wsgiref.headers.Headers. Closes: #1126739,",
                            "      CVE-2026-0865.",
                            "    - email: verify headers are sound in BytesGenerator. Closes: #1126744,",
                            "      CVE-2026-1299.",
                            "    - Reject control characters in http cookies. Closes: #1126761,",
                            "      CVE-2026-0672.",
                            "    - Reject control characters in data: URL mediatype. Closes: #1126779,",
                            "      CVE-2025-15282.",
                            "    - email: Preserve parens when folding comments. Closes: #1126786,",
                            "      CVE-2025-11468.",
                            "",
                            "  [ Matthias Klose ]",
                            "  * Modules/termios.c: stop using TC operations that need termio.h.",
                            "",
                            "  [ Stefano Rivera ]",
                            "  * Refresh patches.",
                            "  * Drop m68k patch, merged upstream.",
                            "  * Patch: Rename build-details.json to fix multiarch co-installability.",
                            "    Closes: #1121810",
                            "  * Refresh guarded imports list.",
                            "  * Patch: Handle no concurrent module in compileall under python3.14-minimal.",
                            "  * Patch: Handle missing _pyrepl in _sitebuiltins under python3.13-minimal.",
                            "  * Provide pdb3.14 as a wrapper script, now that the module is no longer",
                            "    directly executable. Closes: #1121899.",
                            ""
                        ],
                        "package": "python3.14",
                        "version": "3.14.3-1",
                        "urgency": "medium",
                        "distributions": "unstable",
                        "launchpad_bugs_fixed": [],
                        "author": "Stefano Rivera <stefanor@debian.org>",
                        "date": "Wed, 04 Feb 2026 11:33:49 -0400"
                    }
                ],
                "notes": null,
                "is_version_downgrade": false
            },
            {
                "name": "libpython3.14-minimal:ppc64el",
                "from_version": {
                    "source_package_name": "python3.14",
                    "source_package_version": "3.14.2-1",
                    "version": "3.14.2-1"
                },
                "to_version": {
                    "source_package_name": "python3.14",
                    "source_package_version": "3.14.3-1",
                    "version": "3.14.3-1"
                },
                "cves": [
                    {
                        "cve": "CVE-2026-0865",
                        "url": "https://ubuntu.com/security/CVE-2026-0865",
                        "cve_description": "User-controlled header names and values containing newlines can allow injecting HTTP headers.",
                        "cve_priority": "medium",
                        "cve_public_date": "2026-01-20 22:15:00 UTC"
                    },
                    {
                        "cve": "CVE-2026-1299",
                        "url": "https://ubuntu.com/security/CVE-2026-1299",
                        "cve_description": "The email module, specifically the \"BytesGenerator\" class, didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email  is serialized. This is only applicable if using \"LiteralHeader\" writing headers that don't respect email folding rules, the new behavior will reject the incorrectly folded headers in \"BytesGenerator\".",
                        "cve_priority": "medium",
                        "cve_public_date": "2026-01-23 17:16:00 UTC"
                    },
                    {
                        "cve": "CVE-2026-0672",
                        "url": "https://ubuntu.com/security/CVE-2026-0672",
                        "cve_description": "When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.",
                        "cve_priority": "medium",
                        "cve_public_date": "2026-01-20 22:15:00 UTC"
                    },
                    {
                        "cve": "CVE-2025-15282",
                        "url": "https://ubuntu.com/security/CVE-2025-15282",
                        "cve_description": "User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.",
                        "cve_priority": "medium",
                        "cve_public_date": "2026-01-20 22:15:00 UTC"
                    },
                    {
                        "cve": "CVE-2025-11468",
                        "url": "https://ubuntu.com/security/CVE-2025-11468",
                        "cve_description": "When folding a long comment in an email header containing exclusively unfoldable characters, the parenthesis would not be preserved. This could be used for injecting headers into email messages where addresses are user-controlled and not sanitized.",
                        "cve_priority": "medium",
                        "cve_public_date": "2026-01-20 22:15:00 UTC"
                    }
                ],
                "launchpad_bugs_fixed": [],
                "changes": [
                    {
                        "cves": [
                            {
                                "cve": "CVE-2026-0865",
                                "url": "https://ubuntu.com/security/CVE-2026-0865",
                                "cve_description": "User-controlled header names and values containing newlines can allow injecting HTTP headers.",
                                "cve_priority": "medium",
                                "cve_public_date": "2026-01-20 22:15:00 UTC"
                            },
                            {
                                "cve": "CVE-2026-1299",
                                "url": "https://ubuntu.com/security/CVE-2026-1299",
                                "cve_description": "The email module, specifically the \"BytesGenerator\" class, didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email  is serialized. This is only applicable if using \"LiteralHeader\" writing headers that don't respect email folding rules, the new behavior will reject the incorrectly folded headers in \"BytesGenerator\".",
                                "cve_priority": "medium",
                                "cve_public_date": "2026-01-23 17:16:00 UTC"
                            },
                            {
                                "cve": "CVE-2026-0672",
                                "url": "https://ubuntu.com/security/CVE-2026-0672",
                                "cve_description": "When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.",
                                "cve_priority": "medium",
                                "cve_public_date": "2026-01-20 22:15:00 UTC"
                            },
                            {
                                "cve": "CVE-2025-15282",
                                "url": "https://ubuntu.com/security/CVE-2025-15282",
                                "cve_description": "User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.",
                                "cve_priority": "medium",
                                "cve_public_date": "2026-01-20 22:15:00 UTC"
                            },
                            {
                                "cve": "CVE-2025-11468",
                                "url": "https://ubuntu.com/security/CVE-2025-11468",
                                "cve_description": "When folding a long comment in an email header containing exclusively unfoldable characters, the parenthesis would not be preserved. This could be used for injecting headers into email messages where addresses are user-controlled and not sanitized.",
                                "cve_priority": "medium",
                                "cve_public_date": "2026-01-20 22:15:00 UTC"
                            }
                        ],
                        "log": [
                            "",
                            "  [ Stefano Rivera ]",
                            "  * Python 3.14.3 final.",
                            "    - Ensures that Element & Attr instances have the ownerDocument attribute.",
                            "      Closes: #1122875",
                            "    - Reject control characters in wsgiref.headers.Headers. Closes: #1126739,",
                            "      CVE-2026-0865.",
                            "    - email: verify headers are sound in BytesGenerator. Closes: #1126744,",
                            "      CVE-2026-1299.",
                            "    - Reject control characters in http cookies. Closes: #1126761,",
                            "      CVE-2026-0672.",
                            "    - Reject control characters in data: URL mediatype. Closes: #1126779,",
                            "      CVE-2025-15282.",
                            "    - email: Preserve parens when folding comments. Closes: #1126786,",
                            "      CVE-2025-11468.",
                            "",
                            "  [ Matthias Klose ]",
                            "  * Modules/termios.c: stop using TC operations that need termio.h.",
                            "",
                            "  [ Stefano Rivera ]",
                            "  * Refresh patches.",
                            "  * Drop m68k patch, merged upstream.",
                            "  * Patch: Rename build-details.json to fix multiarch co-installability.",
                            "    Closes: #1121810",
                            "  * Refresh guarded imports list.",
                            "  * Patch: Handle no concurrent module in compileall under python3.14-minimal.",
                            "  * Patch: Handle missing _pyrepl in _sitebuiltins under python3.13-minimal.",
                            "  * Provide pdb3.14 as a wrapper script, now that the module is no longer",
                            "    directly executable. Closes: #1121899.",
                            ""
                        ],
                        "package": "python3.14",
                        "version": "3.14.3-1",
                        "urgency": "medium",
                        "distributions": "unstable",
                        "launchpad_bugs_fixed": [],
                        "author": "Stefano Rivera <stefanor@debian.org>",
                        "date": "Wed, 04 Feb 2026 11:33:49 -0400"
                    }
                ],
                "notes": null,
                "is_version_downgrade": false
            },
            {
                "name": "libpython3.14-stdlib:ppc64el",
                "from_version": {
                    "source_package_name": "python3.14",
                    "source_package_version": "3.14.2-1",
                    "version": "3.14.2-1"
                },
                "to_version": {
                    "source_package_name": "python3.14",
                    "source_package_version": "3.14.3-1",
                    "version": "3.14.3-1"
                },
                "cves": [
                    {
                        "cve": "CVE-2026-0865",
                        "url": "https://ubuntu.com/security/CVE-2026-0865",
                        "cve_description": "User-controlled header names and values containing newlines can allow injecting HTTP headers.",
                        "cve_priority": "medium",
                        "cve_public_date": "2026-01-20 22:15:00 UTC"
                    },
                    {
                        "cve": "CVE-2026-1299",
                        "url": "https://ubuntu.com/security/CVE-2026-1299",
                        "cve_description": "The email module, specifically the \"BytesGenerator\" class, didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email  is serialized. This is only applicable if using \"LiteralHeader\" writing headers that don't respect email folding rules, the new behavior will reject the incorrectly folded headers in \"BytesGenerator\".",
                        "cve_priority": "medium",
                        "cve_public_date": "2026-01-23 17:16:00 UTC"
                    },
                    {
                        "cve": "CVE-2026-0672",
                        "url": "https://ubuntu.com/security/CVE-2026-0672",
                        "cve_description": "When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.",
                        "cve_priority": "medium",
                        "cve_public_date": "2026-01-20 22:15:00 UTC"
                    },
                    {
                        "cve": "CVE-2025-15282",
                        "url": "https://ubuntu.com/security/CVE-2025-15282",
                        "cve_description": "User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.",
                        "cve_priority": "medium",
                        "cve_public_date": "2026-01-20 22:15:00 UTC"
                    },
                    {
                        "cve": "CVE-2025-11468",
                        "url": "https://ubuntu.com/security/CVE-2025-11468",
                        "cve_description": "When folding a long comment in an email header containing exclusively unfoldable characters, the parenthesis would not be preserved. This could be used for injecting headers into email messages where addresses are user-controlled and not sanitized.",
                        "cve_priority": "medium",
                        "cve_public_date": "2026-01-20 22:15:00 UTC"
                    }
                ],
                "launchpad_bugs_fixed": [],
                "changes": [
                    {
                        "cves": [
                            {
                                "cve": "CVE-2026-0865",
                                "url": "https://ubuntu.com/security/CVE-2026-0865",
                                "cve_description": "User-controlled header names and values containing newlines can allow injecting HTTP headers.",
                                "cve_priority": "medium",
                                "cve_public_date": "2026-01-20 22:15:00 UTC"
                            },
                            {
                                "cve": "CVE-2026-1299",
                                "url": "https://ubuntu.com/security/CVE-2026-1299",
                                "cve_description": "The email module, specifically the \"BytesGenerator\" class, didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email  is serialized. This is only applicable if using \"LiteralHeader\" writing headers that don't respect email folding rules, the new behavior will reject the incorrectly folded headers in \"BytesGenerator\".",
                                "cve_priority": "medium",
                                "cve_public_date": "2026-01-23 17:16:00 UTC"
                            },
                            {
                                "cve": "CVE-2026-0672",
                                "url": "https://ubuntu.com/security/CVE-2026-0672",
                                "cve_description": "When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.",
                                "cve_priority": "medium",
                                "cve_public_date": "2026-01-20 22:15:00 UTC"
                            },
                            {
                                "cve": "CVE-2025-15282",
                                "url": "https://ubuntu.com/security/CVE-2025-15282",
                                "cve_description": "User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.",
                                "cve_priority": "medium",
                                "cve_public_date": "2026-01-20 22:15:00 UTC"
                            },
                            {
                                "cve": "CVE-2025-11468",
                                "url": "https://ubuntu.com/security/CVE-2025-11468",
                                "cve_description": "When folding a long comment in an email header containing exclusively unfoldable characters, the parenthesis would not be preserved. This could be used for injecting headers into email messages where addresses are user-controlled and not sanitized.",
                                "cve_priority": "medium",
                                "cve_public_date": "2026-01-20 22:15:00 UTC"
                            }
                        ],
                        "log": [
                            "",
                            "  [ Stefano Rivera ]",
                            "  * Python 3.14.3 final.",
                            "    - Ensures that Element & Attr instances have the ownerDocument attribute.",
                            "      Closes: #1122875",
                            "    - Reject control characters in wsgiref.headers.Headers. Closes: #1126739,",
                            "      CVE-2026-0865.",
                            "    - email: verify headers are sound in BytesGenerator. Closes: #1126744,",
                            "      CVE-2026-1299.",
                            "    - Reject control characters in http cookies. Closes: #1126761,",
                            "      CVE-2026-0672.",
                            "    - Reject control characters in data: URL mediatype. Closes: #1126779,",
                            "      CVE-2025-15282.",
                            "    - email: Preserve parens when folding comments. Closes: #1126786,",
                            "      CVE-2025-11468.",
                            "",
                            "  [ Matthias Klose ]",
                            "  * Modules/termios.c: stop using TC operations that need termio.h.",
                            "",
                            "  [ Stefano Rivera ]",
                            "  * Refresh patches.",
                            "  * Drop m68k patch, merged upstream.",
                            "  * Patch: Rename build-details.json to fix multiarch co-installability.",
                            "    Closes: #1121810",
                            "  * Refresh guarded imports list.",
                            "  * Patch: Handle no concurrent module in compileall under python3.14-minimal.",
                            "  * Patch: Handle missing _pyrepl in _sitebuiltins under python3.13-minimal.",
                            "  * Provide pdb3.14 as a wrapper script, now that the module is no longer",
                            "    directly executable. Closes: #1121899.",
                            ""
                        ],
                        "package": "python3.14",
                        "version": "3.14.3-1",
                        "urgency": "medium",
                        "distributions": "unstable",
                        "launchpad_bugs_fixed": [],
                        "author": "Stefano Rivera <stefanor@debian.org>",
                        "date": "Wed, 04 Feb 2026 11:33:49 -0400"
                    }
                ],
                "notes": null,
                "is_version_downgrade": false
            },
            {
                "name": "publicsuffix",
                "from_version": {
                    "source_package_name": "publicsuffix",
                    "source_package_version": "20251204.0750-0.1build1",
                    "version": "20251204.0750-0.1build1"
                },
                "to_version": {
                    "source_package_name": "publicsuffix",
                    "source_package_version": "20260129.1928-1",
                    "version": "20260129.1928-1"
                },
                "cves": [],
                "launchpad_bugs_fixed": [],
                "changes": [
                    {
                        "cves": [],
                        "log": [
                            "",
                            "  * [685c15e] d/control: add myself as Uploader, planning to continue updating",
                            "    the package (Closes: #1077255)",
                            "  * [82bf768] d/control: drop redundant \"Priority: optional\"",
                            "  * [a501f54] d/control: drop redundant \"Rules-Requires-Root: no\"",
                            "  * [afd39bf] d/patches: minimize and declare \"Forwarded: not-needed\"",
                            "  * [d7379bf] d/rules: move from override_dh_auto_build to",
                            "    execute_after_dh_auto_build",
                            "  * [320ddd9] d/control: raise Standards-Version to 4.7.3",
                            "  * [9bd1186] d/new-upstream-version: update to current packaging practices.",
                            "    Cf. <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077255#10>",
                            "  * new upstream version (cf. #1077255)",
                            "  * [3272408] d/copyright: update to current upstream / debian packaging",
                            ""
                        ],
                        "package": "publicsuffix",
                        "version": "20260129.1928-1",
                        "urgency": "medium",
                        "distributions": "unstable",
                        "launchpad_bugs_fixed": [],
                        "author": "Florian Ernst <florian@debian.org>",
                        "date": "Sat, 31 Jan 2026 08:26:00 +0100"
                    }
                ],
                "notes": null,
                "is_version_downgrade": false
            },
            {
                "name": "python3-cffi-backend:ppc64el",
                "from_version": {
                    "source_package_name": "python-cffi",
                    "source_package_version": "2.0.0-2",
                    "version": "2.0.0-2"
                },
                "to_version": {
                    "source_package_name": "python-cffi",
                    "source_package_version": "2.0.0-3",
                    "version": "2.0.0-3"
                },
                "cves": [],
                "launchpad_bugs_fixed": [],
                "changes": [
                    {
                        "cves": [],
                        "log": [
                            "",
                            "  * Patch: Handle pycparser 3 in tests.",
                            ""
                        ],
                        "package": "python-cffi",
                        "version": "2.0.0-3",
                        "urgency": "medium",
                        "distributions": "unstable",
                        "launchpad_bugs_fixed": [],
                        "author": "Stefano Rivera <stefanor@debian.org>",
                        "date": "Tue, 03 Feb 2026 16:38:07 -0400"
                    }
                ],
                "notes": null,
                "is_version_downgrade": false
            },
            {
                "name": "python3.14-gdbm",
                "from_version": {
                    "source_package_name": "python3.14",
                    "source_package_version": "3.14.2-1",
                    "version": "3.14.2-1"
                },
                "to_version": {
                    "source_package_name": "python3.14",
                    "source_package_version": "3.14.3-1",
                    "version": "3.14.3-1"
                },
                "cves": [
                    {
                        "cve": "CVE-2026-0865",
                        "url": "https://ubuntu.com/security/CVE-2026-0865",
                        "cve_description": "User-controlled header names and values containing newlines can allow injecting HTTP headers.",
                        "cve_priority": "medium",
                        "cve_public_date": "2026-01-20 22:15:00 UTC"
                    },
                    {
                        "cve": "CVE-2026-1299",
                        "url": "https://ubuntu.com/security/CVE-2026-1299",
                        "cve_description": "The email module, specifically the \"BytesGenerator\" class, didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email  is serialized. This is only applicable if using \"LiteralHeader\" writing headers that don't respect email folding rules, the new behavior will reject the incorrectly folded headers in \"BytesGenerator\".",
                        "cve_priority": "medium",
                        "cve_public_date": "2026-01-23 17:16:00 UTC"
                    },
                    {
                        "cve": "CVE-2026-0672",
                        "url": "https://ubuntu.com/security/CVE-2026-0672",
                        "cve_description": "When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.",
                        "cve_priority": "medium",
                        "cve_public_date": "2026-01-20 22:15:00 UTC"
                    },
                    {
                        "cve": "CVE-2025-15282",
                        "url": "https://ubuntu.com/security/CVE-2025-15282",
                        "cve_description": "User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.",
                        "cve_priority": "medium",
                        "cve_public_date": "2026-01-20 22:15:00 UTC"
                    },
                    {
                        "cve": "CVE-2025-11468",
                        "url": "https://ubuntu.com/security/CVE-2025-11468",
                        "cve_description": "When folding a long comment in an email header containing exclusively unfoldable characters, the parenthesis would not be preserved. This could be used for injecting headers into email messages where addresses are user-controlled and not sanitized.",
                        "cve_priority": "medium",
                        "cve_public_date": "2026-01-20 22:15:00 UTC"
                    }
                ],
                "launchpad_bugs_fixed": [],
                "changes": [
                    {
                        "cves": [
                            {
                                "cve": "CVE-2026-0865",
                                "url": "https://ubuntu.com/security/CVE-2026-0865",
                                "cve_description": "User-controlled header names and values containing newlines can allow injecting HTTP headers.",
                                "cve_priority": "medium",
                                "cve_public_date": "2026-01-20 22:15:00 UTC"
                            },
                            {
                                "cve": "CVE-2026-1299",
                                "url": "https://ubuntu.com/security/CVE-2026-1299",
                                "cve_description": "The email module, specifically the \"BytesGenerator\" class, didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email  is serialized. This is only applicable if using \"LiteralHeader\" writing headers that don't respect email folding rules, the new behavior will reject the incorrectly folded headers in \"BytesGenerator\".",
                                "cve_priority": "medium",
                                "cve_public_date": "2026-01-23 17:16:00 UTC"
                            },
                            {
                                "cve": "CVE-2026-0672",
                                "url": "https://ubuntu.com/security/CVE-2026-0672",
                                "cve_description": "When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.",
                                "cve_priority": "medium",
                                "cve_public_date": "2026-01-20 22:15:00 UTC"
                            },
                            {
                                "cve": "CVE-2025-15282",
                                "url": "https://ubuntu.com/security/CVE-2025-15282",
                                "cve_description": "User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.",
                                "cve_priority": "medium",
                                "cve_public_date": "2026-01-20 22:15:00 UTC"
                            },
                            {
                                "cve": "CVE-2025-11468",
                                "url": "https://ubuntu.com/security/CVE-2025-11468",
                                "cve_description": "When folding a long comment in an email header containing exclusively unfoldable characters, the parenthesis would not be preserved. This could be used for injecting headers into email messages where addresses are user-controlled and not sanitized.",
                                "cve_priority": "medium",
                                "cve_public_date": "2026-01-20 22:15:00 UTC"
                            }
                        ],
                        "log": [
                            "",
                            "  [ Stefano Rivera ]",
                            "  * Python 3.14.3 final.",
                            "    - Ensures that Element & Attr instances have the ownerDocument attribute.",
                            "      Closes: #1122875",
                            "    - Reject control characters in wsgiref.headers.Headers. Closes: #1126739,",
                            "      CVE-2026-0865.",
                            "    - email: verify headers are sound in BytesGenerator. Closes: #1126744,",
                            "      CVE-2026-1299.",
                            "    - Reject control characters in http cookies. Closes: #1126761,",
                            "      CVE-2026-0672.",
                            "    - Reject control characters in data: URL mediatype. Closes: #1126779,",
                            "      CVE-2025-15282.",
                            "    - email: Preserve parens when folding comments. Closes: #1126786,",
                            "      CVE-2025-11468.",
                            "",
                            "  [ Matthias Klose ]",
                            "  * Modules/termios.c: stop using TC operations that need termio.h.",
                            "",
                            "  [ Stefano Rivera ]",
                            "  * Refresh patches.",
                            "  * Drop m68k patch, merged upstream.",
                            "  * Patch: Rename build-details.json to fix multiarch co-installability.",
                            "    Closes: #1121810",
                            "  * Refresh guarded imports list.",
                            "  * Patch: Handle no concurrent module in compileall under python3.14-minimal.",
                            "  * Patch: Handle missing _pyrepl in _sitebuiltins under python3.13-minimal.",
                            "  * Provide pdb3.14 as a wrapper script, now that the module is no longer",
                            "    directly executable. Closes: #1121899.",
                            ""
                        ],
                        "package": "python3.14",
                        "version": "3.14.3-1",
                        "urgency": "medium",
                        "distributions": "unstable",
                        "launchpad_bugs_fixed": [],
                        "author": "Stefano Rivera <stefanor@debian.org>",
                        "date": "Wed, 04 Feb 2026 11:33:49 -0400"
                    }
                ],
                "notes": null,
                "is_version_downgrade": false
            }
        ],
        "snap": []
    },
    "added": {
        "deb": [],
        "snap": []
    },
    "removed": {
        "deb": [
            {
                "name": "gcc-15-base:ppc64el",
                "from_version": {
                    "source_package_name": "gcc-15",
                    "source_package_version": "15.2.0-12ubuntu1",
                    "version": "15.2.0-12ubuntu1"
                },
                "to_version": {
                    "source_package_name": null,
                    "source_package_version": null,
                    "version": null
                },
                "cves": [],
                "launchpad_bugs_fixed": [],
                "changes": [],
                "notes": null,
                "is_version_downgrade": false
            }
        ],
        "snap": []
    },
    "notes": "Changelog diff for Ubuntu 26.04 resolute image from daily image serial 20260215 to 20260216",
    "from_series": "resolute",
    "to_series": "resolute",
    "from_serial": "20260215",
    "to_serial": "20260216",
    "from_manifest_filename": "daily_manifest.previous",
    "to_manifest_filename": "manifest.current"
}