auth0 / repo-supervisor

Scan your code for security misconfiguration, search for passwords and secrets. :mag:
MIT License
637 stars 88 forks source link

Process nested json objects and fix a bug in json tokenizer #65

Closed radekk closed 4 years ago

radekk commented 4 years ago

Description

The purpose of JSON tokenizer is to process .json files and parse JSON objects to extract strings. As a result it allows to measure an entropy of each string.

There is a bug that instead of returning separate strings from a json object, would return a single string with concatenated values. Therefore, it didn't support nested objects too well.

What changed?

References

Testing

Checklist