Skip to content

Commit a203090

Browse files
committedJul 25, 2024
add caution note
Also make "license" vs "licence" consistent in help. Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>
1 parent 2b74b10 commit a203090

File tree

7 files changed

+16
-11
lines changed

7 files changed

+16
-11
lines changed
 

‎CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ All notable changes to this add-on will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
7-
7+
### Changed
8+
- Add cautionary note to help and readme.
89

910
## [19] - 2024-07-01
1011
### Added

‎README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
community-scripts
2-
=================
1+
# Community Scripts
32

43
A collection of ZAP scripts provided by the community, i.e. you lot :)
54

65
The easiest way to use this repo in ZAP is to install the 'Community Scripts' add-on from the ZAP Marketplace.
76

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+
810
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.
911

1012
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
2022

2123
Please ensure that scripts submitted have the correct extension for the language they are written in.
2224

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.
2426

2527
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
2628

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.
2830

2931
## Building
3032

‎src/main/javahelp/org/zaproxy/zap/extension/communityScripts/resources/help/contents/communityScripts.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ <H1>Community Scripts</H1>
1111
A collection of ZAP scripts provided by the community held in
1212
<a href="https://github.com/zaproxy/community-scripts">https://github.com/zaproxy/community-scripts</a>
1313
<br><br>
14+
<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>
1416
Please upload your scripts via pull requests!
1517
<br><br>
1618
For more information on ZAP scripts see:
@@ -24,11 +26,11 @@ <H1>Community Scripts</H1>
2426
<br><br>
2527
Please ensure that scripts submitted have the correct extension for the language they are written in.
2628
<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.
2830
<br><br>
2931
You may obtain a copy of the License at <a href="https://www.apache.org/licenses/LICENSE-2.0">https://www.apache.org/licenses/LICENSE-2.0</a>
3032
<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.
3234

3335
</BODY>
3436
</HTML>

‎targeted/SQLMapCommandGenerator.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//it will generate and copy sqlmap command based on the request
2-
//released under the Apache v2.0 licence.
2+
//released under the Apache v2.0 license.
33
//You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
44
//author: @juliosmelo
55

‎targeted/curl_command_generator.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//it will generate and copy curl command based on the request
2-
//released under the Apache v2.0 licence.
2+
//released under the Apache v2.0 license.
33
//You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
44
//author:@haseebeqx
55

‎targeted/json_csrf_poc_generator.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//csrf poc generater supporting json csrf
22
//also supports multipart/form-data.
33
//it will copy the results to clipboard and print them to the zap script console
4-
// released under the Apache v2.0 licence.
4+
// released under the Apache v2.0 license.
55
//You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
66
//Author : @haseebeqx
77

‎targeted/request_to_xml.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// it may be helpful in finding XXE or other vulnerabilities.
66
// this script is intended to act as an assistant
77
// you can add anything like [!ENTITY] to test in detail
8-
// released under the Apache v2.0 licence.
8+
// released under the Apache v2.0 license.
99
// You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
1010
// Author : @haseebeqx (GitHub, Twitter)
1111
// tested on: ZAP 2.7.0

0 commit comments

Comments
 (0)