Releases: dfir-iris/iris-web
v2.3.5
What's Changed
- Fix of an issue introduced in v2.3.4 - preventing a proper update of cases metadata
Full Changelog: v2.3.4...v2.3.5
v2.3.4
What's Changed
- Added support for evidences types
- Added support for cases severity
- Fixed overview page
- Fixed dashboard filtering
- Improved search in context switcher
❗ The layout of the reporting has slightly changed. Custom report templates might not work anymore.
You can use https://<server>/case/export?cid=<case_id> to get all the possible fields.
Full Changelog: v2.3.3...v2.3.4
v2.3.3
What's Changed
- Fixed critical issue preventing the dockers to boot
- Fixed breaking of manage case list if percentage in title
- Fixed broken title search in overview
- Fixed sorting of owners in overview
- Fixed quick look in overview
- Fixed alert page breaking if username contains trailing space
- Fixed IrisVTModule links
- Fixed IrisWebhookModule
- Fixed refresh after closing of notes
New Contributors
- @Scriptception made their first contribution in #313
Full Changelog: v2.3.2...v2.3.3
v2.3.2
What's Changed
Patches a critical issue corrupting files uploaded to the DataStore via the IOC option or when a password is set
Full Changelog: v2.3.1...v2.3.2
v2.3.1
What's Changed
Improved/Added
- Overview page and quick view layout
- Auto assignment of alerts when not assigned
- Possibility to filter tags by clicking on them in alerts
Fixed
- Call of modules when done from the modals
- UI details
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
Added
- Collaborative editor in notes
- Possibility to add case peer-reviews
- Alerts resolution status
- Auto closing of alerts with resolution for linked alerts
- New webhook module
- Enhanced overview page
- Attributed open cases in dashboard
- Assets and IOCs multi-additions from the UI
- New UI design
Fixed
- Password change for users
- Description breaking in alerts and events
- Missing icons in MD rendering for know links
- Alerts rendering
New Contributors
- @manjularajamani made their first contribution in #263
- @s3lva-kumar made their first contribution in #276
Full Changelog: v2.2.3...v2.3.0
v2.2.3
What's Changed
Added
- Possibility to use LDAP and local auth as fallback
- Possibility to add multiple IOCs at once from the UI
- Possibility to add multiple assets at once from the UI
- Support for hooks and module calls in alerts
- URL redirection after login
Fixed
- Similarities in alerts when no assets are provided
- Assertion of data in marshmallow
- MD editor new lines handling
- Unicode in datastore
- Alerts share links
- Modules info when registering a module
- UI fixes
Full Changelog. v2.2.2...v2.2.3
v2.2.2
What's Changed
Added
- Possibility to pivot on assets and IOCs from the alerts graph
Fixed
- Delete character escaping for passwords by @juadde in #253
- Case template of tasks without tags
- Shortening of case names during updates
- Bad handling of certain requests without CID
- Deletion of assets related to alerts once merge into a case
Full Changelog: v2.2.1...v2.2.2
v2.2.1
What's Changed
Note 1: This version contains a security fix for iris-web.
Note 2: on_postload_case_info_update hook has been renamed to on_postload_case_update
Added
Fixed
- Security fix of CVE-2023-30615 - GHSA-gc6j-6276-2m49 impacting iris-web < v2.2.1
- Deletion of cases with assigned tasks
- Merge of multiple alerts
- Import of IOCs and Assets in case multiple alerts are merged
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
Added
- Basic csv events file import (with default options) by @realsec in #240
- New endpoints to search for manageable objects such as assets types etc,
- New search by asset IDs, IOC IDs and events IDs in the timeline
Fixes
- Some configuration checks when LDAP and automatic user creation are set by @c8y3 in #246
- Ensure database connectivity before trying to create tables by @weslambert in #248
- Merge of multiple alerts in one case not merging the IOCs and assets
- Bug allowing to add an asset to a timeline not belonging to the same case
- UI bug fixes
New Contributors
- @realsec made their first contribution in #240
- @weslambert made their first contribution in #248
Full Changelog: v2.1.0...v2.2.0