Fit4Cybersecurity
Fit4Cybersecurity copied to clipboard
build(deps): bump brotli from 1.1.0 to 1.2.0
Bumps brotli from 1.1.0 to 1.2.0.
Release notes
Sourced from brotli's releases.
v1.2.0
SECURITY
- python: added
Decompressor::can_accept_more_datamethod and optionaloutput_buffer_limitargumentDecompressor::process; that allows mitigation of unexpectedly large output; reported by Charles Chan (https://github.com/charleswhchan)Added
- decoder / encoder: added static initialization to reduce binary size
- python: allow limiting decoder output (see SECURITY section)
- CLI:
brcatalias; allow decoding concatenated brotli streams- kt: pure Kotlin decoder
- cgo: support "raw" dictionaries
- build: Bazel modules
Removed
- java: dropped
finalize()for native entitiesFixed
- java: in
compresspass correct length to native encoderImproved
- build: install man pages
- build: updated / fixed / refined Bazel buildfiles
- encoder: faster encoding
- cgo: link via pkg-config
- python: modernize extension / allow multi-phase module initialization
Changed
- decoder / encoder: static tables use "small" model (allows 2GiB+ binaries)
v1.2.0 RC2
What's Changed (compared to RC1)
- pick changes from Debian patch by
@copybara-service[bot] in google/brotli#1349- pick changes from Alpine patch by
@copybara-service[bot] in google/brotli#1348- pick VCPKG patches by
@copybara-service[bot] in google/brotli#1350- fix copy-paste in Java decoder by
@copybara-service[bot] in google/brotli#1357v1.2.0 RC1
IMPORTANT: though this is a pre-release for v1.2.0, it is expected that some changes will be added before release; most notably concerning build files: patches applied by Alpine, Debian, Conan, VCPKG will be partially/fully integrated.
SECURITY
- python: added
Decompressor::can_accept_more_datamethod and optionaloutput_buffer_limitargumentDecompressor::process; that allows mitigation of unexpectedly large output; reported by Charles Chan (https://github.com/charleswhchan)Added
- decoder / encoder: added static initialization to reduce binary size
- python: allow limiting decoder output (see SECURITY section)
... (truncated)
Changelog
Sourced from brotli's changelog.
[1.2.0] - 2025-10-27
SECURITY
- python: added
Decompressor::can_accept_more_datamethod and optionaloutput_buffer_limitargumentDecompressor::process; that allows mitigation of unexpectedly large output; reported by Charles Chan (https://github.com/charleswhchan)Added
- decoder / encoder: added static initialization to reduce binary size
- python: allow limiting decoder output (see SECURITY section)
- CLI:
brcatalias; allow decoding concatenated brotli streams- kt: pure Kotlin decoder
- cgo: support "raw" dictionaries
- build: Bazel modules
Removed
- java: dropped
finalize()for native entitiesFixed
- java: in
compresspass correct length to native encoderImproved
- build: install man pages
- build: updated / fixed / refined Bazel buildfiles
- encoder: faster encoding
- cgo: link via pkg-config
- python: modernize extension / allow multi-phase module initialization
Changed
- decoder / encoder: static tables use "small" model (allows 2GiB+ binaries)
Commits
028fb5arelease v1.2.0390de5bbuild and test csharp decoder3499acbregenerate go/kt/js/ts8ca2312fix release workflowee771dafix copy-paste in Java decoder42aee32try to fix release workflow392c06bredesign release resource uploading1964cdbramp up all GH actions plugins61605b1pick VCPKG patches4b0f27bpick changes from Alpine patch- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.