Skip to content

Commit 39f7147

Browse files
authored
Merge pull request #578 from psiinon/2.6.1/enhancements
2.16.1 Add enhancement details
2 parents ee33e2a + bd333d2 commit 39f7147

File tree

2 files changed

+40
-12
lines changed

2 files changed

+40
-12
lines changed

addOns/help/src/main/javahelp/contents/releases/2.16.1.html

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,36 @@ <H1>Release 2.16.1</H1>
1717
These release notes do not include all of the changes included in add-ons updated since 2.16.0.
1818
<p>
1919

20+
The enhancements include:
21+
22+
<H3>Use Main Output Tab for Scripts</H3>
23+
24+
The Script Console no longer includes its own "Script Output" panel.
25+
Instead it uses the main <a href="../ui/tabs/output.html">Output</a> tab.
26+
27+
<H3>Support Sub-tabs in Output Tab</H3>
28+
29+
The <a href="../ui/tabs/output.html">Output</a> tab now supports sub-tabs.
30+
The Script Console add-on will add one tab for each script that generates any output, making it much easier to see where output messages come from.
31+
32+
<h3>API Support for Plugable Authentication and Session Management</h3>
33+
34+
The API now supports plugable Authentication and Session Management methods, which means you can configure modern
35+
options like Browser Based Authentication.
36+
37+
<h3>Authentication Enhancements</h3>
38+
39+
Many enhancements have been made to ensure ZAP handles authentication more easily and effectively,
40+
including support for TOTP.
41+
42+
<h3>Windows Native Decorations Support</h3>
43+
44+
ZAP now supports Native Decorations on Windows systems, providing a more unified and visually pleasing experience.
45+
46+
<h3>AJAX Spider URL Count</h3>
47+
48+
The AJAX Spider no longer counts URLs that are out of scope. This may affect any tests you have in place.
49+
2050
<h3>Dependency Updates</h3>
2151

2252
As usual the release includes dependency updates.
@@ -35,21 +65,13 @@ <h3>Dependency Updates</h3>
3565
<li>Rsyntaxtextarea, 3.5.3 → 3.6.0</li>
3666
</ul>
3767

38-
<H2>Add-Ons</H2>
39-
40-
<H3>Updated Add-Ons</H3>
41-
42-
The following add0ons were updated:
43-
44-
<ul>
45-
<li>TBA</li>
46-
</ul>
4768

4869
<H2>Enhancements</H2>
4970
<ul>
5071
<li><a href="https://github.com/zaproxy/zaproxy/issues/8843">Issue 8843</a> : Support CakePHP CSRF Token name</li>
5172
<li><a href="https://github.com/zaproxy/zaproxy/issues/8868">Issue 8868</a> : Adjust Footer Status Icons Label</li>
5273
<li><a href="https://github.com/zaproxy/zaproxy/issues/8872">Issue 8872</a> : Tag verification requests</li>
74+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8879">Issue 8879</a> : Look and feel: Use native decorations on Windows</li>
5375
<li><a href="https://github.com/zaproxy/zaproxy/issues/8885">Issue 8885</a> : Allow API access to dynamically added Authn &amp; Session Mgmt Method Types</li>
5476
<li><a href="https://github.com/zaproxy/zaproxy/issues/8886">Issue 8886</a> : Provide DB details and notify close</li>
5577
<li><a href="https://github.com/zaproxy/zaproxy/issues/8892">Issue 8892</a> : Add TOTP to credentials</li>

addOns/help/src/main/javahelp/contents/ui/tabs/output.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@
99
<BODY>
1010
<H1>Output tab</H1>
1111

12-
<p>This show various informational messages.</p>
13-
<p>These can include the stack traces of unexpected exceptions - please include any stack traces
14-
if you report a bug.</p>
12+
<p>This show various informational messages in a set of sub-tabs.</p>
13+
<p>
14+
There is one "General" tab which can include the stack traces of unexpected exceptions - please include any stack traces
15+
if you report a bug.
16+
</p>
17+
<p>
18+
Other ZAP add-ons can add their own sub-tabs. In particular the "Script Console" add-on will add one tab for each script that
19+
generates any output.
20+
</p>
1521

1622
<H2>Right click menu</H2>
1723
Right clicking on a node will bring up a menu which will allow you to:

0 commit comments

Comments
 (0)