Skip to content

4.6.0.4

Choose a tag to compare

@cccs-rs cccs-rs released this 24 Jun 17:58
· 74 commits to master since this release
f7bdc63

Added

  • Introduced an option to remove OTP for other users.
  • Replay Loader: Added the ability to optionally reclassify data that the target system doesn't recognize.
  • Enabled unpacking of password-protected ZIP files containing a single file from external sources (e.g., MalwareBazaar).
  • Added a console script to invoke Assemblyline's CLI using al_cli (instead of python -m assemblyline.run.cli).
  • Added support for identifying SquashFS filesystems.
  • On the URI Detail page, added classification information for the URI. AL-3646
  • Hashes submitted via the Submit page are now automatically converted to lowercase for easier copy-pasting from other systems. AL-3664
  • The web UI now supports runtime updates for /whoami data, removing the need to refresh the page when user settings or service configurations changes. AL-3650, #178
  • The Settings page now displays the raw submission profile key for reference. AL-3723

Bugfixes

  • Docker: Global mounts are now properly shared with dependency containers (Ref: Discord Message).
  • Migrated API keys from version 4.5 to 4.6 retain submission privileges.
  • Fixed issues with settings involving default submission profiles.
  • Resolved crashes in the Executive Summary caused by improperly formatted service-provided data.
  • Fixed bundling logic to ensure that results are filtered based on the user's classification level.
  • Improved service backups to make the default behavior more lightweight.
  • Fixed inconsistencies when using submission profiles during submission creation.
  • Fixed Tabs components to make them scrollable on mobile devices.
  • On the Submission Detail and File Detail pages, resolved display issues on small screens by using the PageHeader component.
  • Fixed issues on the Settings page where partial data was sent to the backend, causing existing user settings to be reverted to their default values. AL-3700
  • Fixed a bug that caused the ActionMenu to truncate URIs during resubmission attempts. #358
  • Update default value for top_p for AI Backends to have an appropriate default (@animedbz16, #361)
  • Add Retrohunt hits to expiry list and display metrics in Dashboard (AL-3661)

Changes

  • Borealis configuration now processes 200 items at a time (instead of 20), significantly reducing API calls. AL-3676
  • Reduced the number of grouped items in the Generated Tags section from 10 to 5 to improve performance.
  • On the Submission Detail page, replaced the group UID with its classification alias. AL-3710
  • Updated the descriptions of ignore_filtering, ignore_recursion_prevention, and ignore_cache parameters on the Settings page to match their corresponding values on the Submit page. AL-3709
  • Improved the Search Help page by adding a section on reserved regex characters and added a link to Apache Lucene for additional context about the backend. AL-3718
  • Migrated from the deprecated react-json-view component to an actively maintained fork by Microlink. AL-3629
  • Update "Selected Services" when looking at the Submission Details to reflect what was actually selected when dispatching internally
  • Use flask-session[redis] to perform session management

Removed

  • Removed the fullscreen layout from the Dashboard page due to alignment issues in Firefox. AL-3671