Skip to content

Releases: vanderbilt-redcap/cat_mh

v2.4.8

18 Jan 16:58

Choose a tag to compare

Fixed an error in PHP8

2.4.7: Improved Error Messages, EM Development Standardization

11 Jan 17:38
ca795f8

Choose a tag to compare

Improve error messages when issues contacting CAT-MH API occur.
Remove __construct() function to improve adherence to EM Development standards.

2.4.6: Additional Security/Compatibility Fixes

13 Dec 16:16

Choose a tag to compare

Fixed an issue with an array_search call that was throwing exceptions on some versions of PHP

2.4.5: Additional Security/Compatibility Fixes

26 Jan 15:05

Choose a tag to compare

Fixed PHP8 compatibility and REDCap version compatibility issues

2.4.4: Security fixes

23 Jan 14:12

Choose a tag to compare

This update fixes some potential security concerns related to logging.
It also addresses a number of tainted HTML issues from Psalm scans caused by not cleaning text pulled from the REDCap database.

v2.4.3

15 Apr 20:42

Choose a tag to compare

This update fixes a potential security vulnerability (psalm scanner) related to exception reporting on the interview page.

v2.4.2

13 Apr 17:25

Choose a tag to compare

This release adds the validateSubjectId method to the CAT_MH_CHA class to attempt to prevent psalm (vimeo/psalm) from reporting an SSRF vulnerability.

v2.4.1

12 Apr 18:57

Choose a tag to compare

This release adds a project setting to the module to switch between CAT-MH's test and production API endpoint.
When the checkbox is checked, the module will use "https://test.cat-mh.com" as the url for API calls.
When the checkbox is unchecked, the module will use "https://www.cat-mh.com" as the url for API calls.

v2.4.0

01 Dec 18:25

Choose a tag to compare

This release moves the interview AJAX POST request handler part of the PHP script to its own AJAX file ('interview_ajax.php') -- fixing an issue where the module generates error emails from REDCap's External Module framework.

CAT-MH v2.3.0

03 Nov 15:26

Choose a tag to compare

Version 2.3.0 of the REDCap CAT-MH external module includes a new module page, "CAT-MH Export and Delete Interviews".