Skip to content

Commit

Permalink
Merge pull request #249 from psiinon/releases/2.8.0
Browse files Browse the repository at this point in the history
Corrected release notes
  • Loading branch information
kingthorin authored Jun 7, 2019
2 parents 4932791 + 31cc323 commit 627156e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions addOns/help/src/main/javahelp/contents/releases/2_8_0.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,14 @@ <h3>Passive Scan Rules - Release</h3>
<li>Promote Cookie Loosely Scoped Scanner to release (Issue 4459).</li>
</ul>

<H2>Filters Removal</H2>
Deprecated since ZAP 2.4.0 the Filters functionality, that allowed to change/access some HTTP messages sent/received through
ZAP, has now been removed, the same and much more can be achieved with scripts and Replacer add-on.
<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.

<H2>Command Line Changes</H2>
<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 @@ -95,6 +91,10 @@ <h3>Client Certificate Handling</h3>
<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>Filters Removal</H2>
Deprecated since ZAP 2.4.0 the Filters functionality, that allowed to change/access some HTTP messages sent/received through
ZAP, has now been removed, the same and much more can be achieved with scripts and Replacer add-on.

<H2>Changes in Bundled Libraries</H2>
The following libraries are no longer being bundled with ZAP (core):
<ul>
Expand Down

0 comments on commit 627156e

Please sign in to comment.