diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bf56d59 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +server/www/script/* linguist-vendored diff --git a/RELEASE.md b/RELEASE.md index 56a4d09..634481a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -7,6 +7,10 @@ New features in the latest update ===================================== + +August 11, 2017: +--- +* Add check to the vuln creation modal for empty targets in the Web UI August 9, 2017: --- diff --git a/VERSION b/VERSION index 097a15a..ec1cf33 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6.2 +2.6.3 diff --git a/config/default.xml b/config/default.xml index 52b9a0e..7b8572e 100644 --- a/config/default.xml +++ b/config/default.xml @@ -2,7 +2,7 @@ Faraday - Penetration Test IDE - 2.6.2 + 2.6.3 0 -Misc-Fixed-medium-r-normal-*-12-100-100-100-c-70-iso8859-1 ~/ diff --git a/server/models.py b/server/models.py index dbf5543..62441db 100644 --- a/server/models.py +++ b/server/models.py @@ -9,7 +9,7 @@ from sqlalchemy.ext.declarative import declarative_base -SCHEMA_VERSION = 'W.2.6.2' +SCHEMA_VERSION = 'W.2.6.3' Base = declarative_base() diff --git a/server/www/scripts/statusReport/partials/modalNew.html b/server/www/scripts/statusReport/partials/modalNew.html index 6c4a059..50fe7e6 100644 --- a/server/www/scripts/statusReport/partials/modalNew.html +++ b/server/www/scripts/statusReport/partials/modalNew.html @@ -5,7 +5,7 @@