Skip to content

Commit

Permalink
[MOD] Ready for 3.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EricHorvat committed Feb 17, 2021
1 parent 1ebbd4e commit a23cd8e
Show file tree
Hide file tree
Showing 23 changed files with 90 additions and 32 deletions.
1 change: 1 addition & 0 deletions CHANGELOG/3.14.1/date.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Feb 17th, 2021
27 changes: 27 additions & 0 deletions CHANGELOG/3.14.1/white.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
* ADD forgot password
* ADD update services by bulk_create
* ADD FARADAY_DISABLE_LOGS varibale to disable logs to filesystem
* ADD security logs in `audit.log` file
* UPD security dependency Flask-Security-Too v3.4.4
* MOD rename total_rows field in filter host response
* MOD improved Export cvs performance by reducing the number of queries
* MOD sanitize the content of vulns' request and response
* MOD dont strip new line in description when exporting csv
* MOD improved threads management on exception
* MOD improved performance on vulnerability filter
* MOD improved [API documentation](www.api.faradaysec.com)
* FIX upload a report with invalid custom fields
* ADD v3 API, which includes:
* All endpoints ends without `/`
* `PATCH {model}/id` endpoints
* Bulk update via PATCH `{model}` endpoints
* Bulk delete via DELETE `{model}` endpoints
* Endpoints removed:
* `/v2/ws/<workspace_id>/activate/`
* `/v2/ws/<workspace_id>/change_readonly/`
* `/v2/ws/<workspace_id>/deactivate/`
* `/v2/ws/<workspace_name>/hosts/bulk_delete/`
* `/v2/ws/<workspace_name>/vulns/bulk_delete/`
* Endpoints updated:
* `/v2/ws/<workspace_name>/vulns/<int:vuln_id>/attachments/` => \
`/v3/ws/<workspace_name>/vulns/<int:vuln_id>/attachment`
30 changes: 30 additions & 0 deletions CHANGELOG/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@ New features in the latest update
=====================================


3.14.1 [Feb 17th, 2021]:
---
* ADD forgot password
* ADD update services by bulk_create
* ADD FARADAY_DISABLE_LOGS varibale to disable logs to filesystem
* ADD security logs in `audit.log` file
* UPD security dependency Flask-Security-Too v3.4.4
* MOD rename total_rows field in filter host response
* MOD improved Export cvs performance by reducing the number of queries
* MOD sanitize the content of vulns' request and response
* MOD dont strip new line in description when exporting csv
* MOD improved threads management on exception
* MOD improved performance on vulnerability filter
* MOD improved [API documentation](www.api.faradaysec.com)
* FIX upload a report with invalid custom fields
* ADD v3 API, which includes:
* All endpoints ends without `/`
* `PATCH {model}/id` endpoints
* Bulk update via PATCH `{model}` endpoints
* Bulk delete via DELETE `{model}` endpoints
* Endpoints removed:
* `/v2/ws/<workspace_id>/activate/`
* `/v2/ws/<workspace_id>/change_readonly/`
* `/v2/ws/<workspace_id>/deactivate/`
* `/v2/ws/<workspace_name>/hosts/bulk_delete/`
* `/v2/ws/<workspace_name>/vulns/bulk_delete/`
* Endpoints updated:
* `/v2/ws/<workspace_name>/vulns/<int:vuln_id>/attachments/` => \
`/v3/ws/<workspace_name>/vulns/<int:vuln_id>/attachment`

3.14.0 [Dec 23th, 2020]:
---
* ADD RESTless filter to multiples views, improving the searchs
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG/current/add_docs_yaml_test.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/current/add_documentation_for_vuln_templ_post.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/current/add_forgot_password.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/current/add_forgot_password_feature.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/current/add_package_flask_security_too.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/current/add_security_logs.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/current/add_updating_services_by_bulk_create.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/current/dont_strip_new_line.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/current/export_cvs_performance.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/current/fix_upload_with_invalid_custom_fields.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/current/option_to_disable_logs.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/current/remove_unnecessary_json_loads.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/current/remove_unused_security_endpoints.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/current/sanitize_vuln_request_and_response.md

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions CHANGELOG/current/v3.md

This file was deleted.

30 changes: 30 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@ New features in the latest update
=====================================


3.14.1 [Feb 17th, 2021]:
---
* ADD forgot password
* ADD update services by bulk_create
* ADD FARADAY_DISABLE_LOGS varibale to disable logs to filesystem
* ADD security logs in `audit.log` file
* UPD security dependency Flask-Security-Too v3.4.4
* MOD rename total_rows field in filter host response
* MOD improved Export cvs performance by reducing the number of queries
* MOD sanitize the content of vulns' request and response
* MOD dont strip new line in description when exporting csv
* MOD improved threads management on exception
* MOD improved performance on vulnerability filter
* MOD improved [API documentation](www.api.faradaysec.com)
* FIX upload a report with invalid custom fields
* ADD v3 API, which includes:
* All endpoints ends without `/`
* `PATCH {model}/id` endpoints
* Bulk update via PATCH `{model}` endpoints
* Bulk delete via DELETE `{model}` endpoints
* Endpoints removed:
* `/v2/ws/<workspace_id>/activate/`
* `/v2/ws/<workspace_id>/change_readonly/`
* `/v2/ws/<workspace_id>/deactivate/`
* `/v2/ws/<workspace_name>/hosts/bulk_delete/`
* `/v2/ws/<workspace_name>/vulns/bulk_delete/`
* Endpoints updated:
* `/v2/ws/<workspace_name>/vulns/<int:vuln_id>/attachments/` => \
`/v3/ws/<workspace_name>/vulns/<int:vuln_id>/attachment`

3.14.0 [Dec 23th, 2020]:
---
* ADD RESTless filter to multiples views, improving the searchs
Expand Down
2 changes: 1 addition & 1 deletion faraday/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# Copyright (C) 2013 Infobyte LLC (http://www.infobytesec.com/)
# See the file 'doc/LICENSE' for the license information

__version__ = '3.14.0'
__version__ = '3.14.1'
__license_version__ = __version__
2 changes: 1 addition & 1 deletion pynixify/packages/faradaysec/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ buildPythonPackage rec {
pname =
"faradaysec";
version =
"3.14.0";
"3.14.1";

src =
lib.cleanSource
Expand Down

0 comments on commit a23cd8e

Please sign in to comment.