-
Notifications
You must be signed in to change notification settings - Fork 469
fix(asm): fix reading wsgi input #4114
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
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
87adbc5
feat(asm): added tests to check error reading body
avara1986 be8f139
feat(asm): added tests to check error reading body. Django tests
avara1986 c7f148e
feat(asm): added tests to check error reading body. Pylons tests
avara1986 d4f4005
feat(asm): added tests to check error reading body. Pylons tests
avara1986 8c4045d
fix(asm): Reset wsgi input after reading it
gnufede cbc31f7
chore(asm): add release notes
gnufede fc4d984
feat: update django tests
avara1986 9f5e3b3
chore(asm): move seek to a better place
gnufede c430295
feat: update django tests
avara1986 2384ad1
feat: update tests
avara1986 582ee30
feat: update tests
avara1986 59d6df6
Merge branch '1.x' into avara1986/APPSEC-5142-fix-reading-body
avara1986 a8d22f3
feat: update tests
avara1986 7e2dbcf
feat: update tests
avara1986 a5cad03
feat: update tests
avara1986 88c16f4
feat: update tests
avara1986 c6b46fa
fix(asm): workaround for non seekable wsgi.input
gnufede 4b14783
fix(asm): ensure attr seekable exists for wsgi.input
gnufede 1fa114b
feat(asm): add benchmark
avara1986 fd78b29
fix(asm): ensure attr seekable exists for wsgi.input
avara1986 9157223
Merge branch '1.x' into avara1986/APPSEC-5142-fix-reading-body
avara1986 656fe25
fix(asm): ensure attr seekable exists for wsgi.input
avara1986 2362770
Merge branch '1.x' into avara1986/APPSEC-5142-fix-reading-body
mergify[bot] a5f55ec
Update releasenotes/notes/asm-fix-reset-wsgi-input-035e0a7d917af2b2.yaml
brettlangdon 34410ca
Merge branch '1.x' into avara1986/APPSEC-5142-fix-reading-body
mergify[bot] 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,30 @@ | ||
| baseline: &baseline | ||
| tracer_enabled: false | ||
| profiler_enabled: false | ||
| appsec_enabled: false | ||
| post_request: false | ||
| tracer: | ||
| <<: *baseline | ||
| tracer_enabled: true | ||
| profiler: | ||
| <<: *baseline | ||
| profiler_enabled: true | ||
| appsec-get: &appsec | ||
| <<: *baseline | ||
| tracer_enabled: true | ||
| appsec_enabled: true | ||
| appsec-post: | ||
| <<: *appsec | ||
| tracer_enabled: true | ||
| appsec_enabled: true | ||
| post_request: true | ||
| tracer-and-profiler: | ||
| <<: *baseline | ||
| tracer_enabled: true | ||
| profiler_enabled: true | ||
| tracer-and-profiler-and-appsec: | ||
| <<: *baseline | ||
| tracer_enabled: true | ||
| profiler_enabled: true | ||
| appsec_enabled: true | ||
| post_request: true |
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
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
4 changes: 4 additions & 0 deletions
4
releasenotes/notes/asm-fix-reset-wsgi-input-035e0a7d917af2b2.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| fixes: | ||
| - | | ||
| ASM: reset wsgi input after reading. |
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
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.
Check warning
Code scanning / CodeQL
Reflected server-side cross-site scripting