You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Allows to obtain the full results of a scan, messages in/out of scope and message with I/O errors.
12
+
13
+
## 1.1.1 (2017-03-09)
14
+
15
+
### Bug Fixes
16
+
- Fixed a bug that prevented the new API methods (that don't require the API key) from being used with ZAP versions <= 2.5.0.
17
+
18
+
## 1.1.0 (2017-03-09)
19
+
20
+
### Enhancements
21
+
- The `ClientApi` now allows to set the API key through the constructor, which ensures that the API key is sent whenever required. The API methods that allowed to pass the API key were deprecated in favour of using the new constructor.
22
+
- It's now possible to specify the API key in all Ant tasks.
23
+
- It's now possible to obtain the keys of the values of an `ApiResponseSet` (also, deprecated unused/unnecessary constructor and method).
24
+
- The `Alert` now exposes the alert ID, message ID and scanner ID.
-`Alert` and `AlertTask` now use `name` instead of `alert` for the name of the alert (zaproxy/zaproxy#1341), older methods were deprecated.
27
+
28
+
### Bug Fixes
29
+
-`ApiResponseSet` now has as values `ApiResponse` (zaproxy/zaproxy#3228).
30
+
31
+
### New APIs
32
+
33
+
- Context Alert Filters API, for more information refer to the help page: https://github.com/zaproxy/zap-extensions/wiki/HelpAddonsAlertFiltersAlertFilter
34
+
35
+
### Updated APIs
36
+
37
+
- AJAX Spider API
38
+
- Allows to scan a context, as a user and just a subtree.
39
+
- Selenium API
40
+
- Allows to choose which Firefox binary is used and set the path to geckodriver.
41
+
42
+
## 1.0.0 (2016-06-03)
43
+
44
+
First version as "stand alone library", it was migrated from the [zaproxy repository](https://github.com/zaproxy/zaproxy) and released to Maven Central.
0 commit comments