Skip to content
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

Mask body in list or map format instead of string format #13

Open
stevehu opened this issue Jan 12, 2017 · 2 comments
Open

Mask body in list or map format instead of string format #13

stevehu opened this issue Jan 12, 2017 · 2 comments
Assignees

Comments

@stevehu
Copy link
Contributor

stevehu commented Jan 12, 2017

We have a mask module to mask sensitive data from header, query parameter, path parameter and body. It works with JSON object with JSON Path with configuration. With the introduction of Body module that parses body of application/json to list or map, we need to update the mask module to work with list and map. Regarding to traverse the list or map, here is an example.
https://github.com/networknt/light-java/blob/master/sanitizer/src/main/java/com/networknt/sanitizer/SanitizerHandler.java

@ddobrin ddobrin self-assigned this Jan 14, 2017
@lanphan
Copy link
Contributor

lanphan commented Feb 22, 2019

I'll take this if @ddobrin busy, just because I'm reviewing this module

@ddobrin
Copy link
Contributor

ddobrin commented Feb 22, 2019

I have assigned this to you as well.

Please send a PR after you make changes. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants