summaryrefslogtreecommitdiff
path: root/changelog/en
diff options
context:
space:
mode:
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
commit367059ddef14a495e277f68ceaf3455c092f839d (patch)
treeae625ff0265fecd122946c71d3a2d6afefae4817 /changelog/en
parentff5aee7158bd46e4ae22bc431adadd7060a6e277 (diff)
downloadIshtar-367059ddef14a495e277f68ceaf3455c092f839d.tar.bz2
Ishtar-367059ddef14a495e277f68ceaf3455c092f839d.zip
bandit checker: mark false security issues - fix security issues (low severity)
Diffstat (limited to 'changelog/en')
-rw-r--r--changelog/en/changelog_1.md14
1 files changed, 9 insertions, 5 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
--------------------