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
Description
To prevent collisions, we want to sanitize report's inputs and usernames. We will change usernames by their hashes to prevent the appearance of UTF-8 characters on filesystems.
We also want to improve the report's name generation and centralize it in the backend.
Expected Result
The report's folder would become:
$WAZUH_APP_HOME/downloads/reports/username_hash/
Additional context
The application will need to update automatically an existing deployment by migrating the old folders to the new naming schema.
The text was updated successfully, but these errors were encountered:
Description
To prevent collisions, we want to sanitize report's inputs and usernames. We will change usernames by their hashes to prevent the appearance of UTF-8 characters on filesystems.
We also want to improve the report's name generation and centralize it in the backend.
Expected Result
The report's folder would become:
$WAZUH_APP_HOME/downloads/reports/username_hash/
Additional context
The application will need to update automatically an existing deployment by migrating the old folders to the new naming schema.
The text was updated successfully, but these errors were encountered: