Skip to content

[INLONG-8681][Security] Upgrade io.netty:netty-handler to version 4.1.94 - #8709

Closed
SCUTking wants to merge 1 commit into
apache:masterfrom
SCUTking:INLONG-8681
Closed

[INLONG-8681][Security] Upgrade io.netty:netty-handler to version 4.1.94#8709
SCUTking wants to merge 1 commit into
apache:masterfrom
SCUTking:INLONG-8681

Conversation

@SCUTking

Copy link
Copy Markdown
Contributor

Prepare a Pull Request

(Change the title refer to the following example)

  • Title Example: [INLONG-XYZ][Component] Title of the pull request

(The following XYZ should be replaced by the actual GitHub Issue number)

Motivation

The SniHandler can allocate up to 16MB of heap for each channel during the TLS handshake. When the handler orthe channel does not have an idle timeout, it can be used to make a TCP server using the SniHandler to allocate
16MB of heap.

Modifications

Upgrade io.netty:netty-handler to version 4.1.94 and edit licenses/inlong-agent/LICENSE

Verifying this change

(Please pick either of the following options)

  • This change is a trivial rework/code cleanup without any test coverage.

  • This change is already covered by existing tests, such as:
    (please describe tests)

  • This change added tests and can be verified as follows:

    (example:)

    • Added integration tests for end-to-end deployment with large payloads (10MB)
    • Extended integration test for recovery after broker failure

Documentation

  • Does this pull request introduce a new feature? (yes / no)
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)
  • If a feature is not applicable for documentation, explain why?
  • If a feature is not documented yet in this PR, please create a follow-up issue for adding the documentation

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @SCUTking, thank you for submitting a PR to InLong 💖 We will respond as soon as possible ⏳
This seems to be your first PR 🌠 Please be sure to follow our Contribution Guidelines.
If you have any questions in the meantime, you can also ask us on the InLong Discussions 🔍

@SCUTking SCUTking closed this Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Improve][Security] netty-handler SniHandler 16MB allocation

1 participant