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
{{ message }}
This repository was archived by the owner on Dec 10, 2025. It is now read-only.
I would have question regarding GenerateJSONReport function. You are using RapidJson module for your project where we observed that many of filepaths in json reports generated by scanner are not showing special characters properly.
Lets take this string as an example: APPLICAÇÕES
When I use RapidJson module alone and I feed string buffer directly, results are shown as expected.
But when whole scanner is used and this string is in filepath, report will provide different set of characters instead of Ç and Õ.