Bugfix
- Environment set by the container configuration should take precedence over defaults configured by system
v4.5.0.stable79
Re-release of [4.5.0.78](https://github.com/CybercentreCanada/assemblyline/releases/tag/v4.5.0.stable78)
Bugfix
- Pin version of xmlsec to last working version
v4.5.0.stable78
Bugfixes
- Classification Aliases: Administrators of the system should be allowed to view all aliases
- Ontology: Populate `original_source` if it's contained in the metadata of the submission or alert
- Heuristics: System should automatically cleanup old heuristics that are no longer referenced in the system
- Service Development: Modify RunServiceOnce (RSO) to automatically download/process source updates to help with local debugging/troubleshooting of services (https://github.com/CybercentreCanada/assemblyline/issues/309)
- Update missing control characters
- UpdateSource:
- Deprecate `post_data` field in favour of `data` field that supports freeform text rather than restricted to JSON
- API should suggest an update_interval for new sources based on the global configuration of the service (https://github.com/CybercentreCanada/assemblyline/issues/333)
- API should suggest a pattern for new sources based on the global configuration (https://github.com/CybercentreCanada/assemblyline/issues/309)
v4.5.0.stable77
Bugfixes
- Fixed an issue with the HotModuleReload not working by changing the Vite configuration;
- Fixed a bug where opening the `ServiceDetail` page in a new tab was stuck in a loading state caused by the service names were not being propagated by the `Services` page;
- Added a length check to assess if there's any OAuth providers configured alongside SAML (https://github.com/CybercentreCanada/assemblyline/issues/329)
- Fixed several minor issues on the `Submit`, `SubmissionDetail` and `WorkflowCreate` pages. (https://github.com/CybercentreCanada/assemblyline/issues/327)
v4.5.0.stable76
Additions
- Enable pod security on your Assemblyline deployment (dhruv-acsc)
- Update Sources: Support for POST requests that send JSON data (https://github.com/CybercentreCanada/assemblyline/issues/248)
Bugfixes
- Ensure that environment configurations set in the container configuration take precedence over system defaults (https://discord.com/channels/908084610158714900/908717528082173983/1341639339461050438)
- Updaters: Ensure Signature data is committed to index before signaling other thread to pull in signatures (https://github.com/CybercentreCanada/assemblyline/issues/232)