Skip to content

Commit

Permalink
ready for release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Rebagliati committed Jul 25, 2022
1 parent bcb3649 commit 7089903
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 2 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions CHANGELOG/2.2.0/date.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Jul 25th, 2022
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2.2.0 [Jul 25th, 2022]:
---
* Add timeout parameter to arachni's executor
* Add python2.7, w3af and its dependencies to docker image
* Add ignore_info and hostname_resolution options for most executors.
* Nessus now list in the logs the available templates and uses posixpath.join instead of concat strings.
Nikto now uses only requieres TARGET_URL argument.
* Fix logs and change .format to fstrings
* Remove ws from dispatcher.yaml.
* Now faraday-dispatcher send the parameters of the executors when it
connects to faraday server. Also it checks if there are new enviroment
variables defined in the manifest file and warn the user.

2.1.3 [Dec 13th, 2021]:
---
* Add --api-token --random-user-agent to wpscan
Expand Down
2 changes: 1 addition & 1 deletion faraday_agent_dispatcher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

__author__ = """Faraday Development Team"""
__email__ = "[email protected]"
__version__ = "2.1.3"
__version__ = "2.2.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"syslog_rfc5424_formatter",
"requests",
"itsdangerous",
"faraday-plugins>=1.5.8",
"faraday-plugins>=1.6.8",
"python-owasp-zap-v2.4",
"python-gvm",
"faraday_agent_parameters_types>=1.0.0",
Expand Down

0 comments on commit 7089903

Please sign in to comment.