-
Notifications
You must be signed in to change notification settings - Fork 4
fix(sources): cap compressed and decompressed payload size to prevent OOM #134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
harshvardhan-s1
merged 20 commits into
master
from
cap_decompression_bombs_across_sources
Aug 14, 2026
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
fe532cb
fix(sources): cap compressed and decompressed payload size to prevent…
harshvardhan-s1 809ebd7
fix(sources): extend decompression caps to the remaining network sources
harshvardhan-s1 02a775c
Adding missed file
harshvardhan-s1 f4acdaa
OBE-10708,OBE-11233,fluent source: bound msgpack structure, entry cou…
harshvardhan-s1 1aad6b3
sinks: route remaining decompression through the CappedDecoder
harshvardhan-s1 61b436a
OBE-11559 - logstash source: close the connection on any malformed frame
harshvardhan-s1 98e56c2
fixing review: keep tests on raw decoders, and add a raw-vs-capped eq…
harshvardhan-s1 db1ae06
WIP(do not merge): CompressionLimits via GlobalOptions, ~60% done
harshvardhan-s1 d520159
WIP: thread CompressionLimits through grpc, logstash, fluent
harshvardhan-s1 31452b0
WIP: production code compiles with injected CompressionLimits
harshvardhan-s1 ad1faf4
review: inject CompressionLimits via GlobalOptions instead of process…
harshvardhan-s1 06dd767
review fluent source: expose the frame limits as config, keep the err…
harshvardhan-s1 1404f69
clean up
harshvardhan-s1 a0eb531
Limits per component override
harshvardhan-s1 d1f254d
adding allow-component-limit-overrides option
harshvardhan-s1 cf10628
handling snappy
harshvardhan-s1 41d137d
Merge branch 'master' into cap_decompression_bombs_across_sources
harshvardhan-s1 ba507a1
revert the master changes
harshvardhan-s1 7eff4ae
fixing tests
harshvardhan-s1 60e76b1
Fixing tls test for mac
harshvardhan-s1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.