-
Notifications
You must be signed in to change notification settings - Fork 293
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
Prevent raw request body as output in serialization error messages #3205
Prevent raw request body as output in serialization error messages #3205
Conversation
4de3e40
to
e1293a5
Compare
Codecov Report
@@ Coverage Diff @@
## main #3205 +/- ##
============================================
+ Coverage 62.46% 62.49% +0.02%
- Complexity 3353 3354 +1
============================================
Files 254 254
Lines 19748 19750 +2
Branches 3334 3334
============================================
+ Hits 12335 12342 +7
+ Misses 5783 5778 -5
Partials 1630 1630
|
d173987
to
07a9c4d
Compare
Excluded sensitive info from java stacktrace for: - YAML object mapper as well - NonValidatingObjectMapper - defaulOmittingObjectMapper Signed-off-by: Andrey Pleskach <ples@aiven.io>
07a9c4d
to
60ebb30
Compare
I'm going to ignore this check because the following checks are all clear a far as I am concerned
|
…3205) Excluded sensitive info for java stacktrace: - YAML object mapper as well - NonValidatingObjectMapper - defaulOmittingObjectMapper More details see https://github.com/FasterXML/jackson-core/wiki/JsonParser-Features#misc-other Signed-off-by: Andrey Pleskach <ples@aiven.io> (cherry picked from commit 9fb106c) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Same as #3195.
Excluded sensitive info for java stacktrace:
More details see https://github.com/FasterXML/jackson-core/wiki/JsonParser-Features#misc-other
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.