Skip to content

Commit

Permalink
Merge branch 'white/dev' into white/master
Browse files Browse the repository at this point in the history
  • Loading branch information
llazzaro committed Jun 3, 2019
2 parents a264ce8 + 90d12a2 commit fc9502a
Show file tree
Hide file tree
Showing 38 changed files with 115 additions and 36 deletions.
1 change: 1 addition & 0 deletions CHANGELOG/3.8/date.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Jun 4th, 2019
Empty file added CHANGELOG/3.8/keep
Empty file.
36 changes: 36 additions & 0 deletions CHANGELOG/3.8/white.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
* Refactor the project to use absolute imports to make the installation easier
(with a setup.py file). This also was a first step to make our codebase
compatible with python 3.
* Change the commands used to run faraday. `./faraday-server.py`,
`./manage.py`, `./faraday.py` and `bin/flugin` are replaced for `faraday-server`, `faraday-manage`,
`faraday-client` and `fplugin` respectively
* Changed suggested installation method. Now we provide binary executables with all python dependencies
embedded into them
* Add admin panel to the Web UI to manage custom fields
* Fix slow host list when creating vulns in a workspace with many hosts
* Usability improvements in status report: change the way vulns are selected and confirmed
* Improve workspace workspace creation from the Web UI
* Fix attachment api when file was not found in .faraday/storage
* Fix visualization of the fields Policy Violations and References.
* Add a setting in server.ini to display the Vulnerability Cost widget of the Dashboard
* Fix status report resize when the browser console closes.
* Fix severity dropdown when creating vulnerability templates
* Update OS icons in the Web UI.
* Fix bug when using custom fields, we must use the field\_name instead of the display\_name
* Prevent creation of custom fields with the same name
* Add custom fields to vuln templates.
* Fix user's menu visibily when vuln detail is open
* Remove "show all" option in the status report pagination
* The activity feed widget of the dashboard now displays the hostname of the
machine that runned each command
* Add loading spinner in hosts report.
* Fix "invalid dsn" bug in sql-shell
* Fix hostnames bug in Nikto and Core Impact plugins
* Change Openvas plugin: Low and Debug threats are not taken as vulnerabilities.
* Add fplugin command to close vulns created after a certain time
* Add list-plugins command to faraday-manage to see all available plugins
* Fix a logging error in PluginBase class
* Fix an error when using NexposePlugin from command line.
* Add CSV parser to Dnsmap Plugin
* Fix bug when creating web vulnerabilities in dirb plugin
* Change Nexpose Severity Mappings.
39 changes: 39 additions & 0 deletions CHANGELOG/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,45 @@ New features in the latest update
=====================================


3.8 [Jun 4th, 2019]:
---
* Refactor the project to use absolute imports to make the installation easier
(with a setup.py file). This also was a first step to make our codebase
compatible with python 3.
* Change the commands used to run faraday. `./faraday-server.py`,
`./manage.py`, `./faraday.py` and `bin/flugin` are replaced for `faraday-server`, `faraday-manage`,
`faraday-client` and `fplugin` respectively
* Changed suggested installation method. Now we provide binary executables with all python dependencies
embedded into them
* Add admin panel to the Web UI to manage custom fields
* Fix slow host list when creating vulns in a workspace with many hosts
* Usability improvements in status report: change the way vulns are selected and confirmed
* Improve workspace workspace creation from the Web UI
* Fix attachment api when file was not found in .faraday/storage
* Fix visualization of the fields Policy Violations and References.
* Add a setting in server.ini to display the Vulnerability Cost widget of the Dashboard
* Fix status report resize when the browser console closes.
* Fix severity dropdown when creating vulnerability templates
* Update OS icons in the Web UI.
* Fix bug when using custom fields, we must use the field\_name instead of the display\_name
* Prevent creation of custom fields with the same name
* Add custom fields to vuln templates.
* Fix user's menu visibily when vuln detail is open
* Remove "show all" option in the status report pagination
* The activity feed widget of the dashboard now displays the hostname of the
machine that runned each command
* Add loading spinner in hosts report.
* Fix "invalid dsn" bug in sql-shell
* Fix hostnames bug in Nikto and Core Impact plugins
* Change Openvas plugin: Low and Debug threats are not taken as vulnerabilities.
* Add fplugin command to close vulns created after a certain time
* Add list-plugins command to faraday-manage to see all available plugins
* Fix a logging error in PluginBase class
* Fix an error when using NexposePlugin from command line.
* Add CSV parser to Dnsmap Plugin
* Fix bug when creating web vulnerabilities in dirb plugin
* Change Nexpose Severity Mappings.

3.7.3 [May 3rd, 2019]:
---
* Add parser for connection string at PGCli connection
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG/current/add_custom_fields_vuln_template.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions CHANGELOG/current/fix_nexpose_plugin.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions CHANGELOG/current/package_faraday.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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


3.8 [Jun 4th, 2019]:
---
* Refactor the project to use absolute imports to make the installation easier
(with a setup.py file). This also was a first step to make our codebase
compatible with python 3.
* Change the commands used to run faraday. `./faraday-server.py`,
`./manage.py`, `./faraday.py` and `bin/flugin` are replaced for `faraday-server`, `faraday-manage`,
`faraday-client` and `fplugin` respectively
* Changed suggested installation method. Now we provide binary executables with all python dependencies
embedded into them
* Add admin panel to the Web UI to manage custom fields
* Fix slow host list when creating vulns in a workspace with many hosts
* Usability improvements in status report: change the way vulns are selected and confirmed
* Improve workspace workspace creation from the Web UI
* Fix attachment api when file was not found in .faraday/storage
* Fix visualization of the fields Policy Violations and References.
* Add a setting in server.ini to display the Vulnerability Cost widget of the Dashboard
* Fix status report resize when the browser console closes.
* Fix severity dropdown when creating vulnerability templates
* Update OS icons in the Web UI.
* Fix bug when using custom fields, we must use the field\_name instead of the display\_name
* Prevent creation of custom fields with the same name
* Add custom fields to vuln templates.
* Fix user's menu visibily when vuln detail is open
* Remove "show all" option in the status report pagination
* The activity feed widget of the dashboard now displays the hostname of the
machine that runned each command
* Add loading spinner in hosts report.
* Fix "invalid dsn" bug in sql-shell
* Fix hostnames bug in Nikto and Core Impact plugins
* Change Openvas plugin: Low and Debug threats are not taken as vulnerabilities.
* Add fplugin command to close vulns created after a certain time
* Add list-plugins command to faraday-manage to see all available plugins
* Fix a logging error in PluginBase class
* Fix an error when using NexposePlugin from command line.
* Add CSV parser to Dnsmap Plugin
* Fix bug when creating web vulnerabilities in dirb plugin
* Change Nexpose Severity Mappings.

3.7.3 [May 3rd, 2019]:
---
* Add parser for connection string at PGCli connection
Expand Down

0 comments on commit fc9502a

Please sign in to comment.