|
4 | 4 |
|
5 | 5 | #### Fixes / Enhancements |
6 | 6 |
|
| 7 | +* DQ Job |
| 8 | + * The -validatevaluesshowmissingkeys options now allows the extrapolation of missing keys between target and source |
| 9 | + * Newly created jobs will no longer be marked incorrectly with enclosing double quotes |
| 10 | + * File names with spaces are now handled with double quotes within the application |
7 | 11 | * Alerts |
8 | | - * Updated email notifications to customers to comply with Collibra branding |
| 12 | + * Updated email notifications to customers to comply with Collibra branding\ |
| 13 | + Cleaned verifying email address for SMTP template to comply with Collibra branding |
9 | 14 | * Fixed Cancel Action for Delete functionality on Alert page |
10 | 15 | * Security |
11 | 16 | * Password length has been increased to a maximum of 72 characters |
| 17 | + * Fixed issue where password showed success message in UI regardless of success/failure |
12 | 18 | * Fixed issue of throwing error message when adding/editing user roles |
13 | 19 | * Added the helper text "Enforce user roles to run the job" to DQ Job Security row |
| 20 | + * User password field removed while updating user in user management screen |
| 21 | + * Admin can only set password for another user wile creating new user, but not while updating/modifying them |
| 22 | + * If a user wants to change a password, the only way to do it is to use the self-service (Forgot password) feature |
| 23 | + * XSS security |
| 24 | + * Fixed the XSS security vulnerability on scorecard and jobs page |
| 25 | + * Fixed the XSS security vulnerability via remote connection |
| 26 | + * Fixed the XSS security vulnerability on catalog page |
| 27 | + * Fixed the XSS security vulnerability on rule and job page |
| 28 | + * Mitigated the endpoint "/v2/getrawpreview" vulnerable to Local File inclusion attack |
| 29 | + * DQ HTTP session cookie is now secured by default when HTTPS is enabled |
14 | 30 | * Rules |
15 | 31 | * Additional HealthCare Data Classes to Rule Library |
16 | 32 | * Fixed input validation rule of POST - /v3/rules/ endpoints. The following validation rules have been applied to RuleDTO.ruleName field: |
|
0 commit comments