Skip to content

Releases: CybercentreCanada/assemblyline

v4.5.1.dev442: Merge pull request #324 from CybercentreCanada/cccs-douglass-patch-2

17 Feb 15:53
7d45b11
Compare
Choose a tag to compare

v4.5.1.dev441: Merge pull request #324 from CybercentreCanada/cccs-douglass-patch-2

14 Feb 19:14
7d45b11
Compare
Choose a tag to compare

More UI-related bugfixes/tweaks

v4.5.1.dev440: Merge pull request #324 from CybercentreCanada/cccs-douglass-patch-2

13 Feb 22:27
7d45b11
Compare
Choose a tag to compare

Bugfixes

  • UI: Ensure metadata is passed to Submit page when resubmitting a file if the context is present
  • Service Updaters: Ensure signature data is committed to Elasticsearch before returning a response

UI Tweaks

  • Include a description below the submission profile dropdown for a more verbose explanation about the intended use of the profile
  • Move submission configuration from tabbed section into a drawer

v4.5.1.dev439

11 Feb 21:02
4a51714
Compare
Choose a tag to compare
v4.5.1.dev439 Pre-release
Pre-release

Bugfixes

  • Fix VBS identify regression

v4.5.0.stable75: Merge pull request #319 from CybercentreCanada/CVE-2024-6345

11 Feb 21:36
4a51714
Compare
Choose a tag to compare

Release 4.5.0.74

11 Feb 17:09
4a51714
Compare
Choose a tag to compare

Bugfixes

  • Handle cases where the value of identity_id was never assigned when updating a user (#315)
  • Update to use latest version of the Authlib library to avoid CVE-2024-37568
  • Ensure that is_section_image property sticks to image files that are considered acceptable to render in the UI (#312)

v4.5.1.dev438

10 Feb 21:48
5077522
Compare
Choose a tag to compare
v4.5.1.dev438 Pre-release
Pre-release
Update ui-config.yaml

v4.5.1.dev436

10 Feb 15:35
5077522
Compare
Choose a tag to compare
v4.5.1.dev436 Pre-release
Pre-release

Bugfixes

  • Update authlib library to address CVE-2024-37568 vulnerability
  • Handle cases where the value of identity_id was never assigned (#315)

Features

  • Submission Profiles

    • This allows you to pre-configure profiles for users and also set restrictions on what's allowed to be changed
    • This introduces the role of submission_customize which grants the user the ability to change their submission profile as they desire (should be given to all users by default) but administrators are allowed to remove this role as they see fit.
  • Update Sources: Support for supplying JSON data for POST requests (#248)

v4.5.1.dev437

10 Feb 21:27
d7d25a2
Compare
Choose a tag to compare
v4.5.1.dev437 Pre-release
Pre-release

Bugfixes

  • Make sure the is_section_image and is_supplementary flags are preserved when files are encountered repeatedly.

v4.5.1.dev435

10 Feb 15:16
b6ab864
Compare
Choose a tag to compare
v4.5.1.dev435 Pre-release
Pre-release

Bugfixes

  • Update authlib library to address CVE-2024-37568 vulnerability
  • Handle cases where the value of identity_id was never assigned (#315)

Features

  • Submission Profiles

    • This allows you to pre-configure profiles for users and also set restrictions on what's allowed to be changed
    • This introduces the role of submission_customize which grants the user the ability to change their submission profile as they desire (should be given to all users by default) but administrators are allowed to remove this role as they see fit.
  • Update Sources: Support for supplying JSON data for POST requests (#248)