Releases: infobyte/faraday
Releases · infobyte/faraday
v4.0.4
- Remove workspaces agents relationship an now agent can run to multiple workspaces
- Fix migration f82a9136c408 checking if index and constrains exist before deleting
- Added count to vulns closed
- Fix order_by
cve_instances__name
when no filter was provided - Add index into vulnerability
3.19.0
3.19.0 [Dec 27th, 2021]:
- ADD v3 bulks endpoints DELETE and EDIT (PATCH)
- Add logs of loggin, logout and log error to main log
- Fix bug in bulk update for m2m fields
- ADD clear settings command
- Add open medium, high and critical vulns histogram
- Fix integrity constraint error on cve update
- FIX static content for react
- Add cvss within vulnerability model
- add check to see if workspace name is longer than 250 characters. In that case raises an error
- change concat in urlstrings for join or urljoin
- Add cve to csv export
3.18.1
3.18.0
3.18.0 [Oct 21st, 2021]:
- Remove attachments in vulns filter endpoint
- Add open and confirmed vulns in workspace stats
- Add user id to session API endpoint
- Add cve to vulnerability model
- Change funcs to views
- FIX report import
- Add
last_run_agent_date
field to workspace endpoint - Fix cve parsing in
vulnerability create
andbulk create
- Fix order_by in filters api
- Fix 500 status code with invalid executor arguments
v3.17.1
3.17.1 [Aug 20th, 2021]:
- FIX bug when starting the server, creates a pool for reporting that breaks.
v3.17.0
3.17.0 [Aug 10th, 2021]:
- ADD
--data
parameter tofaraday-manage settings
- MOD Process report files in a separate process
- MOD Make
bulk_create
requests asynchronous
v3.16.1
- MOD only show settings of this version in faraday-manage settings
- FIX update minimum version of click dependency
v3.16.0
- BREAKING CHANGE: API V2 discontinued
- BREAKING CHANGE: Changed minimum version of python to 3.7
- ADD agent parameters has types (protocol with agent and its APIs)
- ADD move settings from
server.in
to a db model - ADD (optional) query logs
- MOD new threads management
- MOD vulnerabilities' endpoint no longer loads evidence unless requested with
get_evidence=true
- FIX now it is not possible to create workspace of name "filter"
- FIX bug with dates in the future
- FIX bug with click 8
- FIX bug using --port command
- FIX endpoints returning 500 as status code
- REMOVE the need tom CSRF token from evidence upload api
v3.15.0
- ADD
Basic Auth
support - ADD support for GET method in websocket_tokens, POST will be deprecated in the future
- ADD CVSS(String), CWE(String), CVE(relationship) columns to vulnerability model and API
- ADD agent token's API says the renewal cycling duration
- MOD Improve database model to be able to delete workspaces fastly
- MOD Improve code style and uses (less flake8 exceptions, py3
super
style, Flask app as singleton, etc) - MOD workspaces' names regex to verify they cannot contain forward slash (
/
) - MOD Improve bulk create logs
- FIX Own schema breaking Marshmallow 3.11.0+
- UPD flask_security_too to version 4.0.0+
v3.14.4
3.14.4 [Apr 15th, 2021]:
- Updated plugins package, which update appscan plugin