Release Notes 3.4.4
February 12, 2025
We are excited to introduce you to the latest version of Respond v3.4.4. This release includes an enhancement and minor bug fixes.
Customize Module Listing Pages Enhanced
You can now add custom fields as columns to listing pages for Devices, Users, Threat Intel, Applications, Software, and Custom modules. This enhancement makes it easier to access and analyze the selected fields directly from the listing page, tailored to your specific requirements.
![]() |
For more information, see Manage Threat Intel, Manage Devices, Manage Applications, Software, Users, and Manage Module Listings.
Open API Enhancements
Integrate External Knowledge Repositories With Respond
You can now integrate knowledge repositories from external applications such as Confluence, GitHub, and more with Respond's Knowledge Base. This ensures centralized access to relevant information directly within Respond.
To enable this integration, the following endpoints are now introduced for the Knowledge Base module:
Get Knowledge Base Articles API
/cftrapi/openapi/v1/knowledge-base/document/
: Retrieves the list of Knowledge Base articles. For more information, see Get Knowledge Base Articles.Get Knowledge Base Article Details API
/cftrapi/openapi/v1/knowledge-base/document/<unique_id_>/
: Retrieves the details of a specific Knowledge Base article. For more information, see Get Knowledge Base Article Details.Create Knowledge Base Article API
/cftrapi/openapi/v1/knowledge-base/document/
: Creates a Knowledge Base article. For more information, see Create Knowledge Base Article.Update Knowledge Base Article API
/cftrapi/openapi/v1/knowledge-base/document/<unique_id_>/
: Updates a Knowledge Base article. For more information, see Update Knowledge Base Article.