Releases: infobyte/faraday
Releases · infobyte/faraday
v4.2.0
- Add
stats
param in hosts endpoint. - [FIX] Now get agents dosent returns tokens
- [FIX] Now when a constrain is violated faraday use the actual object to query if there is another object
- [MOD] Improve agents logs
- Add global commands and summary field in command's model
v4.1.0
- Now error 403 will respond a json, not a html
- [FIX] Change resolve_hotname for resolve_hostname in agents
- Add filters as params for bulk_update
- Add Swagger view
- Modify way of filtering dates with
filters
. Now only 'YYYYMMDD' format supported. - Add cvss v2 and v3 into model and api
- [ADD] Now if command_id is sent in a post for hosts, services or vulns, the created object is associated with that command_id if exist
- Add support for tagging when running an agent
- Clean up of commented code that's not needed anymore
- [FIX] Change dns_resolution to resolve_hostname
- Add CWE into model and api
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