You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Headers collection config
* Revamp headers collection + extended collection
* Fix condition for extended collection
* Body collection config
* Check for RASP events
* Testing extend header collection
* RASP body collection tests
* Minor reformats
* Lint
* Clearer condition
* Truncate body on body collection
* Complete config test
* Fix lint
* Reporter init w/ appsec config
* Remove TODO
* Clarify collection comments
* Update test.ts with new configuration
* Fix linting
* Integration test for RASP request body collection
* Set tag when reported request body is truncated
* Integration test for data collection
* Fix linting
* Check for header names in integration test
* Set the correct value for request body exceeded size tag
* Add support for toJSON in request body truncation
* Invert condition for early return
* Avoid slicing on request body truncation and implement it in a for loop
* Rename reporter config
* Simplify condition logic
* Create block scope in switch case to limit the scope of declared vars
* Initialize Array with a fixed size
Co-authored-by: simon-id <simon.id@datadoghq.com>
* Switch to for loop
Co-authored-by: simon-id <simon.id@datadoghq.com>
* Set env var as strings
Co-authored-by: simon-id <simon.id@datadoghq.com>
* Set env var as string
Co-authored-by: simon-id <simon.id@datadoghq.com>
* Refactor headers group declaration + using set instead of arrays
* Cache res.getHeaders()
* Fix config and its test
* Fix config test for defaults values
* Check reported request body truncation on integration test
* Add a comment to clarify the test case
* Add a test case to check no request body is collected when feat is disabled
* Manage custom toJSON function in arrays
---------
Co-authored-by: simon-id <simon.id@datadoghq.com>
0 commit comments