Features
- Added support for SAML authentication by @CyDefender
- Switched metadata validation during archiving to the new metadata validator;
- Allow file sources to be forced auto-selected;
- Allow configurable metadata enforcement/validation at: submit, ingest, and archive.
- This allows validation of known field types based on Assemblyline's ODM as well as user-defined custom data;
- Changed the frontend development tool from Create React App to Vite.
Bugfixes
- Fixed service result overwrites for pre-existing results;
- Minor changes to the
getSubmitType()
function and added its set of tests; - Fixed a bug in the
SearchPager
where it wouldn't reset its page value when the query changed; - Fixed a bug in Retrohunt where if the option to choose the
search space
is only available if Malware Archive is enabled; - Fixed a bug on the Dashboard where the page sizing would get miscalculated when receiving data from the socket connection.