Skip to content

Tags: yukisov/php-owasp-zap-v2

Tags

2.4.3-beta1

Toggle 2.4.3-beta1's commit message
Updated APIs for 2.4.3

Zapv2.php
  - Add new classes
  - throws ZapError when sendRequest method returns False
Other PHP API files
  - Regenerated with the command "ant generate-apis" using
    the following PhpAPIGenerator.java in 'zaproxy' repository (branch 2.4.3)
    - Fix Issue 2108
    - Fix Issue 2168
PhpAPIGenerator.java (fixed on my local environment 'zaproxy' repository)
  - Fix Issue 2108
  - Fix Issue 2168

2.4.0-beta1

Toggle 2.4.0-beta1's commit message
Modify the comment on Zapv2.php

2.3.0-beta1

Toggle 2.3.0-beta1's commit message
Update almost all files for v2.4

Because I updated PhpAPIGenerator.java in the zaproxy repository and update PHP API class files by executing 'ant generate-apis'
command. And I also modified Zapv2.php to fit them.

0.1.7

Toggle 0.1.7's commit message
Merge pull request #3 from yukisov/bugfix-exception

Improve Usage in README.md

0.1.6

Toggle 0.1.6's commit message
Fixed some methods

Because some methods were generated from zaproxy trunk not from zaproxy branch
2.3.

0.1.5

Toggle 0.1.5's commit message
Fixed the license notation for Apache License, Version 2.0

0.1.4

Toggle 0.1.4's commit message
Bugfix: Issue 1251 : Client API doesnt set the apikey

0.1.3

Toggle 0.1.3's commit message
Add authors' email in composer.json

0.1.2

Toggle 0.1.2's commit message
Change the vendor name of its own

0.1.1

Toggle 0.1.1's commit message
Improve Zapv2::statusCode($url) method

Get the proxy value of stream at the beginning and put it back in the place
after the main task is done.