Read the parsed body in Net Core#2501
Merged
anna-git merged 1 commit intoFeb 24, 2022
Merged
Conversation
anna-git
added a commit
that referenced
this pull request
Feb 28, 2022
anna-git
added a commit
that referenced
this pull request
Feb 28, 2022
anna-git
added a commit
that referenced
this pull request
Mar 2, 2022
anna-git
added a commit
that referenced
this pull request
Mar 3, 2022
anna-git
added a commit
that referenced
this pull request
Mar 3, 2022
anna-git
added a commit
that referenced
this pull request
Mar 7, 2022
anna-git
added a commit
that referenced
this pull request
Mar 8, 2022
anna-git
added a commit
that referenced
this pull request
Mar 10, 2022
anna-git
added a commit
that referenced
this pull request
Mar 16, 2022
Adding a more complex model Removing tests with block enabled Removing tests with block enabled Renaming samples wth security prefix to avoid nuke confusion Changing sln accordingly
anna-git
added a commit
that referenced
this pull request
Mar 23, 2022
Adding a more complex model Removing tests with block enabled Removing tests with block enabled Renaming samples wth security prefix to avoid nuke confusion Changing sln accordingly
robertpi
pushed a commit
that referenced
this pull request
Mar 29, 2022
Adding a more complex model Removing tests with block enabled Removing tests with block enabled Renaming samples wth security prefix to avoid nuke confusion Changing sln accordingly
anna-git
added a commit
that referenced
this pull request
Mar 31, 2022
Adding a more complex model Removing tests with block enabled Removing tests with block enabled Renaming samples wth security prefix to avoid nuke confusion Changing sln accordingly
anna-git
added a commit
that referenced
this pull request
Mar 31, 2022
* Failing test for framework * Adding extractor for body model and event * Subscribing to body available in security * add content type for post request * Read the parsed body in .NET Framework Includes: * Win Forms * WebApi * MVC * Read the parsed body in Net Core (#2501) Adding a more complex model Removing tests with block enabled Removing tests with block enabled Renaming samples wth security prefix to avoid nuke confusion Changing sln accordingly * Adapt build steps for linux and rename integration right * Changing snapshot files to match new ressponse content length * Publish views dll for linux cause we use the publish folder for inte test fix build * Start of unit tests for parsed body * Unit tests and handle some serialization corner cases * Move code from IG into BodyExtractor.cs * Better detection of primatives Detect object graphs with cycles Only look at instance properties * Use fields instead of property to avoid side effects Use fields instead of property to avoid side effects Fix possible null ref * [Appsec]Benchmarks (#2537) * first appsec benchmark * Remove required filter and add more benchmarks * Fix benchmarks for .NET framework * add a more complex object * fix build steps * Env variables * fix benchmarks * Init httpcontext outside of benchmark * remove global setup Co-authored-by: Robert Pickering <[email protected]> * Adding enum to body extractor * Remove unneeded code containing a TODO Adding verified files * First response to comments * Fixing duck typing Factorize peek and pop with Func remove duck type on real type * Repsonse to comments Response to comments * Fix integration tests * Fix called several times if 2 binding sources with different id , fix derived attribute * Adding instrumentation scenario filter to instrumentations * Readonlydictionary and reuse the empty one Co-authored-by: Anna <[email protected]>
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
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.
Summary of changes
Reason for change
Implementation details
Test coverage
Other details