-
Notifications
You must be signed in to change notification settings - Fork 819
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
Add control char check in MIME Parser #9011
Merged
Merged
Conversation
This file contains 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
bryancall
approved these changes
Aug 9, 2022
This was referenced Aug 9, 2022
masaori335
added a commit
to masaori335/trafficserver
that referenced
this pull request
Aug 9, 2022
(cherry picked from commit 2f363d9) Conflicts: proxy/hdrs/Makefile.am proxy/hdrs/unit_tests/test_Hdrs.cc tests/gold_tests/headers/good_request_after_bad.test.py tests/gold_tests/logging/gold/field-json-test.gold tests/gold_tests/logging/log-field-json.test.py Add to run unit test: proxy/hdrs/unit_tests/unit_test_main.cc
masaori335
added a commit
to masaori335/trafficserver
that referenced
this pull request
Aug 9, 2022
(cherry picked from commit 2f363d9) Conflicts: tests/gold_tests/headers/good_request_after_bad.test.py tests/gold_tests/logging/gold/field-json-test.gold tests/gold_tests/logging/log-field-json.test.py
bryancall
pushed a commit
that referenced
this pull request
Aug 9, 2022
* Fail fast on HTTP/2 header validation (#9009) (cherry picked from commit eaef5e8) Conflicts: proxy/http2/HTTP2.cc * Restrict unknown scheme of HTTP/2 request (#9010) Strictly following RFC 3986 Section 3.1 ``` scheme = ALPHA *( ALPHA / DIGIT / "+" / "-" / "." ) ``` (cherry picked from commit c56f872) Conflicts: proxy/http2/HTTP2.cc * Add control char check in MIME Parser (#9011) (cherry picked from commit 2f363d9) Conflicts: tests/gold_tests/headers/good_request_after_bad.test.py tests/gold_tests/logging/gold/field-json-test.gold tests/gold_tests/logging/log-field-json.test.py * Add content length mismatch check on handling HEADERS frame and CONTINUATION frame (#9012) * Add content length mismatch check on handling HEADERS frame and CONTINUATION frame * Correct error class of HTTP/2 malformed requests (cherry picked from commit e921228) * Ignore POST request case from a check for background fill (#9013) (cherry picked from commit 1f3e111) Co-authored-by: Masakazu Kitajo <maskit@apache.org>
ezelkow1
pushed a commit
that referenced
this pull request
Aug 9, 2022
* Fail fast on HTTP/2 header validation (#9009) (cherry picked from commit eaef5e8) Conflicts: proxy/http2/HTTP2.cc * Restrict unknown scheme of HTTP/2 request (#9010) Strictly following RFC 3986 Section 3.1 ``` scheme = ALPHA *( ALPHA / DIGIT / "+" / "-" / "." ) ``` (cherry picked from commit c56f872) Conflicts: proxy/hdrs/unit_tests/test_URL.cc proxy/http2/HTTP2.cc To compile unit tests, Makefile.am is changed too. * Add control char check in MIME Parser (#9011) (cherry picked from commit 2f363d9) Conflicts: proxy/hdrs/Makefile.am proxy/hdrs/unit_tests/test_Hdrs.cc tests/gold_tests/headers/good_request_after_bad.test.py tests/gold_tests/logging/gold/field-json-test.gold tests/gold_tests/logging/log-field-json.test.py Add to run unit test: proxy/hdrs/unit_tests/unit_test_main.cc * Add content length mismatch check on handling HEADERS frame and CONTINUATION frame (#9012) * Add content length mismatch check on handling HEADERS frame and CONTINUATION frame * Correct error class of HTTP/2 malformed requests (cherry picked from commit e921228) * Ignore POST request case from a check for background fill (#9013) (cherry picked from commit 1f3e111) Co-authored-by: Masakazu Kitajo <maskit@apache.org>
Cherry-picked to v9.2.x |
cmcfarlen
pushed a commit
to cmcfarlen/trafficserver
that referenced
this pull request
Aug 23, 2022
zwoop
pushed a commit
that referenced
this pull request
May 14, 2024
(cherry picked from commit 2f363d9)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.