File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
5
5
6
- ## [ Unreleased ]
6
+ ## [ 0.0.16 ] - 2020-01-22
7
7
### Added
8
- - Core APIs from ZAP version 2.8.0 .
8
+ - Core APIs.
9
9
- APIs from add-ons:
10
10
- Access Control Testing;
11
11
- Export Report;
@@ -76,7 +76,7 @@ ensure it's automatically sent in all API requests.
76
76
### Changed
77
77
- Moved from the main ` zaproxy ` repository.
78
78
79
- [ Unreleased ] : https://github.com/zaproxy/zap-api-python/compare/0.0.15...HEAD
79
+ [ 0.0.16 ] : https://github.com/zaproxy/zap-api-python/compare/0.0.15...0.0.16
80
80
[ 0.0.15 ] : https://github.com/zaproxy/zap-api-python/compare/0.0.14...0.0.15
81
81
[ 0.0.14 ] : https://github.com/zaproxy/zap-api-python/compare/0.0.13...0.0.14
82
82
[ 0.0.13 ] : https://github.com/zaproxy/zap-api-python/compare/0.0.12...0.0.13
Original file line number Diff line number Diff line change 4
4
[ ![ License] ( https://img.shields.io/badge/license-Apache%202-4EB1BA.svg )] ( https://www.apache.org/licenses/LICENSE-2.0.html )
5
5
[ ![ Build Status] ( https://api.travis-ci.com/zaproxy/zap-api-python.svg?branch=master )] ( https://travis-ci.com/zaproxy/zap-api-python )
6
6
7
- The Python implementation to access the [ OWASP ZAP API] ( https://github.com/ zaproxy/zaproxy/wiki/ApiDetails ) . For more information
7
+ The Python implementation to access the [ OWASP ZAP API] ( https://www. zaproxy.org/docs/api/ ) . For more information
8
8
about OWASP ZAP consult the (main) [ OWASP ZAP project] ( https://github.com/zaproxy/zaproxy/ ) .
9
9
10
10
## How to Obtain
@@ -17,9 +17,8 @@ The latest released version can be downloaded from the [https://pypi.python.org/
17
17
18
18
For help using OWASP ZAP API refer to:
19
19
* [ Examples] ( https://github.com/zaproxy/zap-api-python/tree/master/src/examples ) - collection of examples using the library;
20
- * [ Wiki ] ( https://github.com/ zaproxy/zaproxy/wiki/ApiDetails )
20
+ * [ API Documentation ] ( https://www. zaproxy.org/docs/api/ )
21
21
* [ OWASP ZAP User Group] ( https://groups.google.com/group/zaproxy-users ) - for asking questions;
22
- * IRC: irc.mozilla.org #websectools (eg [ using Mibbit] ( http://chat.mibbit.com/?server=irc.mozilla.org%3A%2B6697&channel=%23websectools ) ) - chat with core ZAP developers (European office hours usually best)
23
22
24
23
## Issues
25
24
Original file line number Diff line number Diff line change 27
27
setup (
28
28
name = "python-owasp-zap-v2.4" ,
29
29
version = "0.0.16" ,
30
- description = "OWASP ZAP 2.8 API client" ,
31
- long_description = "OWASP Zed Attack Proxy 2.8 API python client (the 2.4 package name has been kept to make it easier to upgrade)" ,
30
+ description = "OWASP ZAP 2.9 API client" ,
31
+ long_description = "OWASP Zed Attack Proxy 2.9 API Python client (the 2.4 package name has been kept to make it easier to upgrade)" ,
32
32
author = "ZAP development team" ,
33
33
author_email = '' ,
34
- url = "https://www.owasp .org/index.php/OWASP_Zed_Attack_Proxy_Project " ,
34
+ url = "https://www.zaproxy .org/" ,
35
35
download_url = "https://github.com/zaproxy/zap-api-python/releases/tag/0.0.16" ,
36
36
platforms = ['any' ],
37
37
license = "ASL2.0" ,
You can’t perform that action at this time.
0 commit comments