New charts in the dashboard. See widgets showing the distributions of profiles
over geographic locations, month of creation, financial products and economic
activity.
User with roles other than viewer can update their fullname, email, password
and preferences using the /auth/user/me endpoint.
Security user can update any user information using /auth/user endpoint.
User with roles other than security shouldn't access sensible information
(only username, fullname, thumbnail and email).
When updating an internal list, if a new csv file is not passed as the source,
the service will not fail. Instead it will use the previous csv file as the
source.
In csv uploads, clean and normalize the header before using them.
Internal blacklist checks should no longer report duplicates.
Prevent path traversal in store.
Prevent file system manipulation.
Fix alerts missing default 'severity' and 'priority' properties.
Fix reports year and month.
Creating and updating internal lists now show all required fields.