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
Copy file name to clipboardExpand all lines: README.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
-
community-scripts
2
-
=================
1
+
# Community Scripts
3
2
4
3
A collection of ZAP scripts provided by the community, i.e. you lot :)
5
4
6
5
The easiest way to use this repo in ZAP is to install the 'Community Scripts' add-on from the ZAP Marketplace.
7
6
7
+
> [!CAUTION]
8
+
> While we do review all scripts to ensure they don't do anything obviously malicious, you should still review them and use them with caution.
9
+
8
10
If you might want to contribute to the repo then you can also clone it to a local directory and then add that to ZAP using the Options / Scripts screen.
9
11
10
12
Please upload your scripts via pull requests!
@@ -20,11 +22,11 @@ To discuss any aspect of ZAP scripting please join the zaproxy-scripts group: ht
20
22
21
23
Please ensure that scripts submitted have the correct extension for the language they are written in.
22
24
23
-
All scripts in the repo are released under the Apache v2.0 licence.
25
+
All scripts in the repo are released under the Apache v2.0 license.
24
26
25
27
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
26
28
27
-
By submitting your scripts to this repo you are releasing them under the Apache v2.0 licence, however you may optionally also release them under more lenient licenses via comments in the scripts.
29
+
By submitting your scripts to this repo you are releasing them under the Apache v2.0 license, however you may optionally also release them under more lenient licenses via comments in the scripts.
Copy file name to clipboardExpand all lines: src/main/javahelp/org/zaproxy/zap/extension/communityScripts/resources/help/contents/communityScripts.html
+4-2
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ <H1>Community Scripts</H1>
11
11
A collection of ZAP scripts provided by the community held in
<strong>CAUTION</strong> - While we do review all scripts to ensure they don't do anything obviously malicious, you should still review them and use them with caution.
15
+
<br><br>
14
16
Please upload your scripts via pull requests!
15
17
<br><br>
16
18
For more information on ZAP scripts see:
@@ -24,11 +26,11 @@ <H1>Community Scripts</H1>
24
26
<br><br>
25
27
Please ensure that scripts submitted have the correct extension for the language they are written in.
26
28
<br><br>
27
-
All scripts in the repo are released under the Apache v2.0 licence.
29
+
All scripts in the repo are released under the Apache v2.0 license.
28
30
<br><br>
29
31
You may obtain a copy of the License at <ahref="https://www.apache.org/licenses/LICENSE-2.0">https://www.apache.org/licenses/LICENSE-2.0</a>
30
32
<br><br>
31
-
By submitting your scripts to this repo you are releasing them under the Apache v2.0 licence, however you may optionally also release them under more lenient licenses via comments in the scripts.
33
+
By submitting your scripts to this repo you are releasing them under the Apache v2.0 license, however you may optionally also release them under more lenient licenses via comments in the scripts.
0 commit comments