diff options
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog/en/changelog_1.md | 14 | ||||
-rw-r--r-- | changelog/fr/changelog_1.md | 4 |
2 files changed, 12 insertions, 6 deletions
diff --git a/changelog/en/changelog_1.md b/changelog/en/changelog_1.md index 835bb2181..908636336 100644 --- a/changelog/en/changelog_1.md +++ b/changelog/en/changelog_1.md @@ -1,29 +1,33 @@ -v4.0.44 - 2023-04-07 +v4.0.44 - 2023-04-13 -------------------- ### Features/improvements ### - Display of a changelog with alert display when updates are made -- Load task refactoring - manage external_id regen with tasks - Containers: manage history -- Update and fix translations (refs #5578, refs #5579, refs #5581) - Security: - Manage expiration of passwords - Manage strong password policy (ISHTAR_STRONG_PASSWORD_POLICY) with "Each character type" validator - Add default auth validator - Default timeout for session is set to 5 days - Optional security for login attempt: loging, deactivate account after many failed login. - - Force using 128 bits salt for password hasher ### Bug fixes ### - Json fields: fix bad save of multi values - Cascade update from warehouse to containers (refs #5432) - Sheets: fix history view with associated geo - Containers: remove division search -- Importer export: fix pre_importer call - Image detail: do not display Modify link when not relevant (refs #5438) - Fix french label for geo types (refs #5577) - Fix permissions for treatments requests (refs #5441) +### Technical ### +- Load task refactoring - manage external_id regen with tasks +- Update and fix translations (refs #5578, refs #5579, refs #5581) +- Importer export: fix pre_importer call +- Force using 128 bits salt for password hasher +- Mark false security issues detected by bandit +- Fix low severity security issues detected by bandit + v4.0.43 - 2023-03-17 -------------------- diff --git a/changelog/fr/changelog_1.md b/changelog/fr/changelog_1.md index 4e47eed56..cdd0d50a3 100644 --- a/changelog/fr/changelog_1.md +++ b/changelog/fr/changelog_1.md @@ -1,4 +1,4 @@ -v4.0.44 - 2023-04-06 +v4.0.44 - 2023-04-13 -------------------- ### Fonctionnalités/améliorations ### @@ -25,6 +25,8 @@ v4.0.44 - 2023-04-06 - Mise à jour et correction des traductions (#5578, #5579, #5581) - Export d'importeur : correction de l'appel au pre_importer - Utilisation d'une longueur de sel de 128 bits pour le hachage des mots de passe +- Marquage de faux problèmes de sécurité détectés par l'outil "bandit" +- Correction de problèmes de sécurité de faible gravité v4.0.43 - 2023-03-17 -------------------- |