Skip to content

Releases: infobyte/faraday

v5.15.2

Choose a tag to compare

@gorrabot gorrabot released this 21 Jul 20:58
  • [FIX] Fixed vulnerabilities permissions for admin and pentester roles. #7999

v5.15.1

Choose a tag to compare

@gorrabot gorrabot released this 17 Jul 16:53
  • [FIX] Fix migrations. #7997

v5.15.0

Choose a tag to compare

@gorrabot gorrabot released this 16 Jul 18:28
  • [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

Choose a tag to compare

@gorrabot gorrabot released this 04 Jun 19:42
  • [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

Choose a tag to compare

@gorrabot gorrabot released this 19 May 21:16
  • [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

Choose a tag to compare

@gorrabot gorrabot released this 24 Apr 16:23
  • [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

v5.12.0

Choose a tag to compare

@gorrabot gorrabot released this 13 Mar 18:16
  • [ADD] Added update in bulk mode for workspaces. #7830
  • [ADD] Added endpoint to count agent schedulers. #7905
  • [FIX] Fixed session timeout setting not working on numbers less than 1. #7874

v5.11.0

Choose a tag to compare

@gorrabot gorrabot released this 30 Jan 19:51
  • [FIX] Fixed an issue where evidence descriptions were not saved correctly during manual vulnerability creation. #7867
  • [MOD] Refactored contextualized modules to improve code readability and maintainability. No changes to functionality. #7781
  • [ADD] Attachment descriptions can now be updated. #7868

v5.10.1

Choose a tag to compare

@gorrabot gorrabot released this 13 Jan 13:49
  • [FIX] Fix config endpoint authentication. #7889

v5.10.0

Choose a tag to compare

@gorrabot gorrabot released this 06 Jan 23:30
  • [ADD] CVSS4 data is now included in CSV exports. #7850
  • [ADD] Added support for CVSS v4 in bulk imports. #7849
  • [FIX] Added authorization to the config endpoint. #7331