diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-04-11 12:27:23 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-04-17 15:47:16 +0200 |
commit | 367059ddef14a495e277f68ceaf3455c092f839d (patch) | |
tree | ae625ff0265fecd122946c71d3a2d6afefae4817 /changelog/fr/changelog_1.md | |
parent | ff5aee7158bd46e4ae22bc431adadd7060a6e277 (diff) | |
download | Ishtar-367059ddef14a495e277f68ceaf3455c092f839d.tar.bz2 Ishtar-367059ddef14a495e277f68ceaf3455c092f839d.zip |
bandit checker: mark false security issues - fix security issues (low severity)
Diffstat (limited to 'changelog/fr/changelog_1.md')
-rw-r--r-- | changelog/fr/changelog_1.md | 4 |
1 files changed, 3 insertions, 1 deletions
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 -------------------- |