Skip to content

Releases: infobyte/faraday

v5.21.0

14 May 20:37

Choose a tag to compare

  • [FIX] Block pipeline execution on read-only workspaces. #8093
  • [FIX] Fixed internal CI tooling. #8271
  • [FIX] Users update conflicts now properly handle SQLAlchemy session rollback. #8246
  • [ADD] Added custom attributes to the tasks/fields endpoint for jobs. #8007
  • [ADD] Added automation during the CI process. #8241
  • [MOD] Improved internal CI review tooling. #8259
  • [FIX] Fixed pipeline getting permanently stuck in "running" state when Celery worker dies. Added automatic recovery via timeout and periodic cleanup. #8170
  • [ADD] Bulk Create now supports attaching credentials to vulnerabilities via a credentials field (works both sync and with Celery enabled). #8078
  • [ADD] Add bulk delete endpoint for agents. #8084
  • [MOD] Update dependencies to resolve security CVEs (flask-login, flask, pyjwt and others). #8058
  • [FIX] Fixed security issue related to filter. #8274
  • [FIX] Fixed filter order on notifications. #8178
  • [MOD] Improved internal CI review tooling. #8252
  • [FIX] Fix 500 error on some occasions when editing a vulnerability into a duplicate. #8232

v5.20.1

08 May 22:21

Choose a tag to compare

  • [ADD] Added MCP Configuration. #9999

v5.20.0

10 Apr 19:31

Choose a tag to compare

  • [FIX] Fixed user password not being validated on create and edit actions. #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

26 Jan 21:13

Choose a tag to compare

  • [MOD] Refined Docker configuration with health checks, service dependencies, 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

11 Dec 20:23

Choose a tag to compare

  • [ADD] Added the max_task_message_size config option to prevent oversized 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

03 Oct 17:22

Choose a tag to compare

  • [ADD] Update stats for hosts and workspaces from failed commands on server start, ensuring data consistency. #7935
  • [MOD] Fixed vulnerability filtering by range on status history. #8025

v5.16.0

27 Aug 15:10

Choose a tag to compare

  • [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

30 Jul 21:47

Choose a tag to compare

  • [FIX] Fixed roles permissions. #8004

v5.15.2

21 Jul 20:58

Choose a tag to compare

  • [FIX] Fixed vulnerabilities permissions for admin and pentester roles. #7999

v5.15.1

17 Jul 16:53

Choose a tag to compare

  • [FIX] Fix migrations. #7997