beqom v10 HF176 - Release notes
This article lists the new features that have been added to the platform, as well as the bugs that have been corrected in this release.
Deployment date: July 23th, 2024
Fix version: v10 - HF 176.1 - DB 10.0.951
| Type | Issue key | Description | |
|---|---|---|---|
| Zendesk | Jira | ||
| BQM-23808 | File Service: Document Upload Security Improvement This security improvement to the file service (which is used to upload and download documents within the platform) aims at preventing the upload of malicious files using the API. The service now checks the properties (including the file type) and the content of the files across all endpoints. | ||
| BQM-23838 | File Service: Download Document Security Improvement This security improvement to the file service (which is used to upload and download documents within the platform) aims at preventing any wrongful download of documents attached to processes, by making sure that users (i.e. authorized users with a valid JWT token) cannot download documents in the tenant using the UID of the document, thus preventing users from accessing information that does not concern them. | ||
| BQM-23839 | Gateway Service: Simulation Execution Security Improvement This security improvement to the gateway service guarantees that users who normally cannot execute simulations from the application user interface cannot execute simulations either from an API call. Attempts to do so would result in an error blocking further simulation executions. With this improvement, such errors are now caught at execution time and the call is terminated by the system, thus preventing the application from hanging. | ||
| 93657 | Web App: Process Budget Widget not Updated when Changing a Calculated Field The following issue was reported regarding the process budget widget: when updating the fields in the column on which the widget was configured in a process grid, the budget set in the widget was not updated in real-time. The issue occurred only when using a calculated indicator field, making it impossible to use the process budget widget feature with calculated fields. The problem was corrected by changing the logic used in the widget to be able to use calculated fields as the reference field for the budget widget. | ||
| 109951 | Web App: Ad Hoc Reports not Running on Replica Database When attempting to use a replica database to perform tests, ad hoc reports were not properly executed in the replica database; instead, they were still running in the primary database, which caused performance issue and could potentially lead to damage on the primary database. The problem was corrected by making sure all the ad hoc report queries are run in the replica database, to protect the primary database and improve the overall performance of the system. | ||
| 110353 | WebApp: Incorrect Behavior of the Bulk Document Access Granting in Team Inbox The following issue was reported in the Team Documents feature of the : when using the document visibility feature, if the manager filtered the list of team documents using several statuses (such as "Access Revoked" or "Review Document"), then the Grant Access to All button was properly activated, but attempting to perform the action would result in an application error. The manager then needed to grant access individually to all documents that were not in "Review Access" status. The issue was corrected; now the Grant Access to All button is available only if all the documents in the manager view are in "Review Access" status. | ||