Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion addOns/help/src/main/javahelp/contents/releases/2_8_0.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ <h3>-dir &lt;dir&gt;</h3>
To prevent add-ons (inadvertently) use/override core files ZAP will no longer start (and show an error) if the home and the
installation directories are the same.

<H2>Headless Browser Support</H2>
Headless browsers are now supported by the Selenium add-on and the add-ons that use it. Both the Ajax Spider and the DOM XSS scan rule now default to headless Firefox.

<h3>CA Certificate Handling</h3>
The following options allow the root CA certificate to be set and read:
<pre>
Expand Down Expand Up @@ -89,6 +92,9 @@ <h3>Client Certificate Handling</h3>
configuration file (so that they apply for subsequent ZAP use).
</p>

<H2>Source Code Restructuring</H2>
The ZAP repositories have all been migrated to use Gradle from Ant. Standard source code formatting is also now enforced for consistency.

<H2>Changes in Bundled Libraries</H2>
The following libraries are no longer being bundled with ZAP (core):
<ul>
Expand Down Expand Up @@ -215,6 +221,7 @@ <H2>Enhancements</H2>
<li>Issue 4762 : Added pscan stats and API call for getting current rule</li>
<li>Issue 4767 : Be more lenient when parsing techs through the API</li>
<li>Issue 4771 : Bundle required files in the zap.jar</li>
<li>Issue 4780 : Tidy up dependencies</li>
<li>Issue 4810 : Exit on exception during GUI start</li>
<li>Issue 4819 : Added childNodes view</li>
<li>Issue 4833 : Added alert api endpoints</li>
Expand Down Expand Up @@ -335,13 +342,13 @@ <H2>Bug fixes</H2>
<li>Issue 5160 : Show/edit expected breakpoint with sorting</li>
<li>Issue 5162 : Inconsistent JSON report format</li>
<li>Issue 5207 : Hook OverrideMessageProxyListener also on install</li>
<li>Issue 5221 : ZAP failing Nexus scan</li>
<li>Issue 5252 : Unable to CONNECT to authority with underscore</li>
<li>Issue 5257 : Improve error handling on shutdown</li>
<li>Issue 5259 : GUI hang (and NPE exceptions) when using Context Alert Filters</li>
<li>Issue 5352 : Fix exceptions during config update</li>
</ul>


<H2>ZAP API Breaking Changes:</H2>

<H3>VIEW acsrf / optionTokensNames</H3>
Expand Down