Skip to content

Commit 82e43f9

Browse files
authored
Merge pull request #247 from psiinon/releases/2.8.0
Added Source Code Restructuring and Headless Browser sections
2 parents 4eed0d5 + 1177ec9 commit 82e43f9

File tree

1 file changed

+8
-1
lines changed
  • addOns/help/src/main/javahelp/contents/releases

1 file changed

+8
-1
lines changed

addOns/help/src/main/javahelp/contents/releases/2_8_0.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ <h3>-dir &lt;dir&gt;</h3>
6262
To prevent add-ons (inadvertently) use/override core files ZAP will no longer start (and show an error) if the home and the
6363
installation directories are the same.
6464

65+
<H2>Headless Browser Support</H2>
66+
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.
67+
6568
<h3>CA Certificate Handling</h3>
6669
The following options allow the root CA certificate to be set and read:
6770
<pre>
@@ -89,6 +92,9 @@ <h3>Client Certificate Handling</h3>
8992
configuration file (so that they apply for subsequent ZAP use).
9093
</p>
9194

95+
<H2>Source Code Restructuring</H2>
96+
The ZAP repositories have all been migrated to use Gradle from Ant. Standard source code formatting is also now enforced for consistency.
97+
9298
<H2>Changes in Bundled Libraries</H2>
9399
The following libraries are no longer being bundled with ZAP (core):
94100
<ul>
@@ -215,6 +221,7 @@ <H2>Enhancements</H2>
215221
<li>Issue 4762 : Added pscan stats and API call for getting current rule</li>
216222
<li>Issue 4767 : Be more lenient when parsing techs through the API</li>
217223
<li>Issue 4771 : Bundle required files in the zap.jar</li>
224+
<li>Issue 4780 : Tidy up dependencies</li>
218225
<li>Issue 4810 : Exit on exception during GUI start</li>
219226
<li>Issue 4819 : Added childNodes view</li>
220227
<li>Issue 4833 : Added alert api endpoints</li>
@@ -335,13 +342,13 @@ <H2>Bug fixes</H2>
335342
<li>Issue 5160 : Show/edit expected breakpoint with sorting</li>
336343
<li>Issue 5162 : Inconsistent JSON report format</li>
337344
<li>Issue 5207 : Hook OverrideMessageProxyListener also on install</li>
345+
<li>Issue 5221 : ZAP failing Nexus scan</li>
338346
<li>Issue 5252 : Unable to CONNECT to authority with underscore</li>
339347
<li>Issue 5257 : Improve error handling on shutdown</li>
340348
<li>Issue 5259 : GUI hang (and NPE exceptions) when using Context Alert Filters</li>
341349
<li>Issue 5352 : Fix exceptions during config update</li>
342350
</ul>
343351

344-
345352
<H2>ZAP API Breaking Changes:</H2>
346353

347354
<H3>VIEW acsrf / optionTokensNames</H3>

0 commit comments

Comments
 (0)