Skip to content

Releases: infobyte/faraday

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

v5.15.0

16 Jul 18:28

Choose a tag to compare

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

v5.14.1

04 Jun 19:42

Choose a tag to compare

  • [FIX] Memory issue with csv export. #7981
  • [FIX] Resolved an issue causing duplicate vulnerabilities to appear when uploading the same report multiple times. #7983

v5.14.0

19 May 21:16

Choose a tag to compare

  • [ADD] Enhanced the UI and usability of agent and cloud agent views, and introduced run status logs to track executions for both. #7895
  • [ADD] Implemented a limited csv export option. #7893
  • [ADD] Implemented filtering columns on vulns. #7670

v5.13.0

24 Apr 16:23

Choose a tag to compare

  • [FIX] Fixed sync host stats command to update workspaces statistics. #7943
  • [ADD] Adds support for vulnerability status changes on report upload. #7903
  • [FIX] Enhanced workspace performance by pre-calculating statistics, reducing the overhead of on-demand calculations during data retrieval. #7780
  • [ADD] Introduced support for RabbitMQ as a task processing broker. #7866
  • [ADD] Added filtering to schedulers view. #7857
  • [MOD] Rework the Credential API. #7912
  • [ADD] Added Idle Session Timeout feature. #7876
  • [MOD] Redesigned the Credential Model to work more closely with vulnerabilities. #7911
  • [FIX] Improve vulnerability count on contextual view. #7901
  • [FIX] Calculate stats as soon as file reports are uploaded. #7937