Skip to content

Tags: infobyte/faraday

Tags

v5.20.1

Toggle v5.20.1's commit message
 * [ADD] Added MCP Configuration. #9999

v5.20.0

Toggle v5.20.0's commit message
 * [FIX] Fixed user password not being validated on create and edit a…

…ctions. #8059

 * [MOD] Debouncer now uses Redis to ensure distributed, single execution of workspace updates across Celery workers. #8076
 * [MOD] Changed the packaging and build process to use uv. #8083
 * [FIX] Fix flaky tests. #8185
 * [FIX] Fixed vulnerability bulk update endpoint to improve memory usage and performance. #8094
 * [FIX] Optimized some internal queries. #8201

v5.19.0

Toggle v5.19.0's commit message
 * [MOD] Refined Docker configuration with health checks, service dep…

…endencies, and optimized image handling. #8081

 * [FIX] Several indexes were added to improve workspace delete performance. #8075
 * [FIX] Fixed Credentials Bulk Update overwriting linked vulns. #8080
 * [FIX] Resolved a date inconsistency that could trigger continuous scheduler runs or runs at incorrect times. #8071

v5.18.0

Toggle v5.18.0's commit message
 * [ADD] Added the max_task_message_size config option to prevent ove…

…rsized messages from being enqueued for later processing. #8061

 * [FIX] Fixed the issue with credentials cascade during a workspace deletion. #8024
 * [FIX] Fixed performance problems when loading related entities on a vulnerability. #8046

v5.17.0

Toggle v5.17.0's commit message
 * [ADD] Update stats for hosts and workspaces from failed commands o…

…n server start, ensuring data consistency. #7935

 * [MOD] Fixed vulnerability filtering by range on status history. #8025

v5.16.0

Toggle v5.16.0's commit message
 * [FIX] Fixed scope of a workspace being deleted on patch. #7945

 * [ADD] Implemented 'range' operator for date fields in filters. #7990
 * [ADD] Added severity range filtering for agent execution, scheduling and import. #7928
 * [FIX] Fixed issue with workspace scope not being correctly populated in the filter endpoint. #7987
 * [ADD] Add CVSS4 support for vuln template. #8000
 * [ADD] Added `last_detected` field to the Vulnerability model to track the most recent detection timestamp. #7936
 * [FIX] Fix randomly failing test in credentials. #8010
 * [FIX] Fixed Agents endpoint not supporting filters. #7798
 * [MOD] removed obsolete vulners endpoint. #7864

v5.15.3

Toggle v5.15.3's commit message
 * [FIX] Fixed roles permissions. #8004

v5.15.2

Toggle v5.15.2's commit message
 * [FIX] Fixed vulnerabilities permissions for `admin` and `pentester…

…` roles. #7999

v5.15.1

Toggle v5.15.1's commit message
 * [FIX] Fix migrations. #7997

v5.15.0

Toggle v5.15.0's commit message
 * [FIX] Removed URL type validation and updated agent parameter type…

… validation logic.. #7955

 * [FIX] Fixed an issue where workspace names could be disclosed when unauthorized users attempted to access non-existent workspaces. #7823
 * [FIX] Code duplication issue in export csv logic. #7946
 * [MOD] BREAKING CHANGE: Simplified vulnerability template filter response by removing 'id', 'key', 'value', 'doc' keys and delivering template data directly within the 'rows' key. #7967
 * [ADD] Implement Vulnerability status history. #7929
 * [FIX] Corrected index creation on agent execution. #7988