Commit Graph

11 Commits

Author SHA1 Message Date
Miro Hrončok
f9c0f5b240 Accept output_buffer_limit as an alias for max_output_length
...in Decompressor.process() for forward compatibility with upstream 1.2.0

The max_output_length name was never in any upstream brotli release.
It was added after v1.1.0 (commits eb3a31e and f1bdfaa)
and then renamed to output_buffer_limit in commit 9686382
before the first release candidate v1.2.0rc1.
So output_buffer_limit is the only name
that ever shipped in a tagged release (v1.2.0).

CVE-2025-66471 fix in python-urllib3 uses the output_buffer_limit name.

Backporting upstream commit 9686382 to rename the argument
would potentially break backwards compatibility of what was already shipped here,
so this custom patch instead makes it so that the function accepts both names.

Resolves: RHEL-221150

Assisted-By: Claude Opus 4.6
2026-07-30 18:05:38 +02:00
Parag Nemade
491057251d
Resolves: RHEL-133995
Rebuild for CVE-2025-6176 Brotli decompression bomb DoS in scrapy
2026-01-20 17:24:10 +05:30
Parag Nemade
44f5f36283
Resolves: RHEL-133995
CVE-2025-6176 Brotli decompression bomb DoS in scrapy
2026-01-18 14:10:57 +05:30
Robin Hack
7cd3de7b8d Add metadata for OSCI
Resolves: RHEL-101467
2025-08-01 10:01:28 -04:00
Tomas Pelka
9634c53bd6 adding gating yaml 2024-10-16 11:44:35 +00:00
Eike Rathke
95b9627690 Check BitMask(n) n value for kBrotliBitMask[n] bounds
... until https://github.com/google/brotli/issues/1196 is clarified.

Resolves: RHEL-32153
2024-09-11 12:48:15 +02:00
Mohan Boddu
498836e9fb Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-09 19:32:17 +00:00
Mohan Boddu
665970ead4 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-15 22:46:37 +00:00
DistroBaker
3106c98272 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/brotli.git#801024ec332b8414ef8ec32a2c6ef06ae4cd4e45
2021-02-03 11:51:22 +01:00
Petr Šabata
6ba8ef2d30 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/brotli#8b9dd7e26f35b858dee52d424f11e67a989a2031
2020-10-14 22:29:40 +02:00
Release Configuration Management
e2359f6d56 New branch setup 2020-10-08 11:08:58 +00:00