-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created Fuzzing against Jackson and fixed multiple small bugs found w…
…ith ti (#28) * Fixed ParseAndMaskUtil to support (nested) objects and arrays just like the actual masker * Moved target key preprocessing to masker instead of in the config * Refactor ParseAndMaskUtil to take JsonMaskingConfig as parameter * Add target key mode convenience methods to JsonMaskingConfig * Implemented fuzzing against Jackson for ALLOW mode * Fix nested object masking in allow mode * Fix allow mode nested array bug and double step over
- Loading branch information
Showing
8 changed files
with
424 additions
and
180 deletions.
There are no files selected for viewing
This file contains 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 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 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 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.