Skip to content

Releases: kasunkv/owasp-zap-vsts-task

v2.0.7

13 May 11:26
Compare
Choose a tag to compare
Fixed the Cannot read property 'host' of undefined issue when only on…

v2.0.6: fix: Fixed the issues with error handling

13 Apr 15:51
Compare
Choose a tag to compare
Changed the way the error handling is done and fixed the issue where the task is not failing even if
there are exceptions thrown

v2.0.5

13 Apr 07:43
Compare
Choose a tag to compare
Fixed the issues in HTML report generating.

v2.0.4: chore(task): Updated the vss-extension file

13 Apr 07:42
Compare
Choose a tag to compare
Changed the color of the task info page header in the marketplace

v2.0.3

03 Sep 05:05
Compare
Choose a tag to compare

Bug Fixes

  • Fixed the color of the alert types

v2.0.2

02 Sep 07:29
Compare
Choose a tag to compare

Improvements

  • Updated the styling of the HTML report ( #6 )

v2.0.1

02 Sep 06:49
Compare
Choose a tag to compare

Bug Fixes

  • Fixed "Failed to initiate the active scan. Error: Cannot read property 'uri' of undefined" Issue ( #5 )

v2.0.0

01 Sep 17:50
Compare
Choose a tag to compare

2.0.0 (2017-09-01)

Bugs Fixes

  • Fixed several issues

Features

  • Added support for executing spider scan ( #2 )
  • Made both Spider Scan and Active Scan optional
  • Added new configuration options for Spider Scan
  • Added a custom HTML report with improved readability and scoped to the currently scanned target ( #3 )

BREAKING CHANGES

  • Added new configuration section for Spider Scan
  • Moved the target URL (required) to API Configuration Section

v1.0.0

28 Aug 17:22
Compare
Choose a tag to compare

1.0.0 (2017-08-28)

Bug Fixes

  • build: Added missing travis commands (396ddb4)
  • build: Added pacakge.json file to the root directory (a22cf8f)
  • build: Added the missing npm install step (5c1b0d0)
  • build: Fix for travis build issue (c710364)
  • build: Fixed the path issue (a3dba7e)
  • build: Updated the .travis.yml file (6bd5b6f)
  • build: Updated the package.json and .travis.yml files (22c7c6f)
  • code: Fixed the reference issue (7b0c351)
  • code: Updated module imports (ea3ab2d)
  • typings: Updated the typings files (ea6c77d)

Features

  • build: Added travis configuration file (1e77e09)
  • build: Setup semantic versioning and releases (5d5109c)