Skip to content

Commit ae2700c

Browse files
authored
Merge pull request #231 from thc202/update-links
Update links to zap-extensions repo
2 parents f569307 + 0cf7053 commit ae2700c

File tree

15 files changed

+44
-43
lines changed

15 files changed

+44
-43
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+
- Update links in READMEs.
89

910
## [10] - 2021-06-11
1011

active/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ function scan(as, msg, param, value) {
107107

108108
## Templates in other languages
109109

110-
* Groovy : [ActiveDefaultTemplate.groovy](https://github.com/zaproxy/zap-extensions/blob/master/addOns/groovy/src/main/zapHomeFiles/scripts/templates/active/ActiveDefaultTemplate.groovy)
111-
* Jruby : [Active default template.rb](https://github.com/zaproxy/zap-extensions/blob/master/addOns/jruby/src/main/zapHomeFiles/scripts/templates/active/Active%20default%20template.rb)
112-
* Jython : [Active default template.py](https://github.com/zaproxy/zap-extensions/blob/master/addOns/jython/src/main/zapHomeFiles/scripts/templates/active/Active%20default%20template.py)
113-
* Zest : [Active default template.zst](https://github.com/zaproxy/zap-extensions/blob/master/addOns/zest/src/main/zapHomeFiles/scripts/templates/active/Active%20default%20template.zst)
110+
* Groovy : [ActiveDefaultTemplate.groovy](https://github.com/zaproxy/zap-extensions/blob/main/addOns/groovy/src/main/zapHomeFiles/scripts/templates/active/ActiveDefaultTemplate.groovy)
111+
* Jruby : [Active default template.rb](https://github.com/zaproxy/zap-extensions/blob/main/addOns/jruby/src/main/zapHomeFiles/scripts/templates/active/Active%20default%20template.rb)
112+
* Jython : [Active default template.py](https://github.com/zaproxy/zap-extensions/blob/main/addOns/jython/src/main/zapHomeFiles/scripts/templates/active/Active%20default%20template.py)
113+
* Zest : [Active default template.zst](https://github.com/zaproxy/zap-extensions/blob/main/addOns/zest/src/main/zapHomeFiles/scripts/templates/active/Active%20default%20template.zst)
114114

115115

116116
## Official Videos

authentication/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ function getCredentialsParamsNames(){
9090

9191
## Templates in other languages
9292

93-
* Groovy : [AuthenticationDefaultTemplate.groovy](https://github.com/zaproxy/zap-extensions/blob/master/addOns/groovy/src/main/zapHomeFiles/scripts/templates/authentication/AuthenticationDefaultTemplate.groovy)
94-
* Jruby : [Authentication default template.rb](https://github.com/zaproxy/zap-extensions/blob/master/addOns/jruby/src/main/zapHomeFiles/scripts/templates/authentication/Authentication%20default%20template.rb)
95-
* Jython : [Authentication default template.py](https://github.com/zaproxy/zap-extensions/blob/master/addOns/jython/src/main/zapHomeFiles/scripts/templates/authentication/Authentication%20default%20template.py)
96-
* Kotlin : [Authentication default template.kts](https://github.com/zaproxy/zap-extensions/blob/master/addOns/kotlin/src/main/zapHomeFiles/scripts/templates/authentication/Authentication%20default%20template.kts)
97-
* Zest : [Authentication default template.zst](https://github.com/zaproxy/zap-extensions/blob/master/addOns/zest/src/main/zapHomeFiles/scripts/templates/authentication/Authentication%20default%20template.zst)
93+
* Groovy : [AuthenticationDefaultTemplate.groovy](https://github.com/zaproxy/zap-extensions/blob/main/addOns/groovy/src/main/zapHomeFiles/scripts/templates/authentication/AuthenticationDefaultTemplate.groovy)
94+
* Jruby : [Authentication default template.rb](https://github.com/zaproxy/zap-extensions/blob/main/addOns/jruby/src/main/zapHomeFiles/scripts/templates/authentication/Authentication%20default%20template.rb)
95+
* Jython : [Authentication default template.py](https://github.com/zaproxy/zap-extensions/blob/main/addOns/jython/src/main/zapHomeFiles/scripts/templates/authentication/Authentication%20default%20template.py)
96+
* Kotlin : [Authentication default template.kts](https://github.com/zaproxy/zap-extensions/blob/main/addOns/kotlin/src/main/zapHomeFiles/scripts/templates/authentication/Authentication%20default%20template.kts)
97+
* Zest : [Authentication default template.zst](https://github.com/zaproxy/zap-extensions/blob/main/addOns/zest/src/main/zapHomeFiles/scripts/templates/authentication/Authentication%20default%20template.zst)

extender/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ function uninstall(helper) {
4141
| helper | ExtenderScriptHelper (no JavaDocs, see below for code link) |
4242

4343
## Code Links
44-
* [ExtenderScript](https://github.com/zaproxy/zap-extensions/blob/master/addOns/scripts/src/main/java/org/zaproxy/zap/extension/scripts/ExtenderScript.java)
45-
* [ExtenderScriptHelper](https://github.com/zaproxy/zap-extensions/blob/master/addOns/scripts/src/main/java/org/zaproxy/zap/extension/scripts/ExtenderScriptHelper.java)
44+
* [ExtenderScript](https://github.com/zaproxy/zap-extensions/blob/main/addOns/scripts/src/main/java/org/zaproxy/zap/extension/scripts/ExtenderScript.java)
45+
* [ExtenderScriptHelper](https://github.com/zaproxy/zap-extensions/blob/main/addOns/scripts/src/main/java/org/zaproxy/zap/extension/scripts/ExtenderScriptHelper.java)
4646

4747
## Templates in other languages
4848

49-
* Groovy : [ExtenderDefaultTemplate.groovy](https://github.com/zaproxy/zap-extensions/blob/master/addOns/groovy/src/main/zapHomeFiles/scripts/templates/extender/ExtenderDefaultTemplate.groovy)
50-
* Jython : [Extender default template.py](https://github.com/zaproxy/zap-extensions/blob/master/addOns/jython/src/main/zapHomeFiles/scripts/templates/extender/Extender%20default%20template.py)
49+
* Groovy : [ExtenderDefaultTemplate.groovy](https://github.com/zaproxy/zap-extensions/blob/main/addOns/groovy/src/main/zapHomeFiles/scripts/templates/extender/ExtenderDefaultTemplate.groovy)
50+
* Jython : [Extender default template.py](https://github.com/zaproxy/zap-extensions/blob/main/addOns/jython/src/main/zapHomeFiles/scripts/templates/extender/Extender%20default%20template.py)

httpfuzzerprocessor/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ function processResult(utils, fuzzResult){
7373
## Code Links
7474
| Name | Source |
7575
| --- | --- |
76-
| fuzzResult | [HttpFuzzResult](https://github.com/zaproxy/zap-extensions/blob/master/addOns/fuzz/src/main/java/org/zaproxy/zap/extension/fuzz/httpfuzzer/HttpFuzzResult.java) |
77-
| utils | [HttpFuzzerTaskProcessorUtils](https://github.com/zaproxy/zap-extensions/blob/master/addOns/fuzz/src/main/java/org/zaproxy/zap/extension/fuzz/httpfuzzer/HttpFuzzerTaskProcessorUtils.java) |
76+
| fuzzResult | [HttpFuzzResult](https://github.com/zaproxy/zap-extensions/blob/main/addOns/fuzz/src/main/java/org/zaproxy/zap/extension/fuzz/httpfuzzer/HttpFuzzResult.java) |
77+
| utils | [HttpFuzzerTaskProcessorUtils](https://github.com/zaproxy/zap-extensions/blob/main/addOns/fuzz/src/main/java/org/zaproxy/zap/extension/fuzz/httpfuzzer/HttpFuzzerTaskProcessorUtils.java) |
7878

7979
## Templates in other languages
8080

81-
* Groovy : [FuzzerHttpProcessorDefaultTemplate.groovy](https://github.com/zaproxy/zap-extensions/blob/master/addOns/groovy/src/main/zapHomeFiles/scripts/templates/httpfuzzerprocessor/FuzzerHttpProcessorDefaultTemplate.groovy)
81+
* Groovy : [FuzzerHttpProcessorDefaultTemplate.groovy](https://github.com/zaproxy/zap-extensions/blob/main/addOns/groovy/src/main/zapHomeFiles/scripts/templates/httpfuzzerprocessor/FuzzerHttpProcessorDefaultTemplate.groovy)
8282

httpsender/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ function responseReceived(msg, initiator, helper) {
5757

5858
## Template in other languages
5959

60-
* Groovy : [HttpSenderDefaultTemplate.groovy](https://github.com/zaproxy/zap-extensions/blob/master/addOns/groovy/src/main/zapHomeFiles/scripts/templates/httpsender/HttpSenderDefaultTemplate.groovy)
61-
* Jruby : [HttpSender default template.rb](https://github.com/zaproxy/zap-extensions/blob/master/addOns/jruby/src/main/zapHomeFiles/scripts/templates/httpsender/HttpSender%20default%20template.rb)
62-
* Jython : [HttpSender default template.py](https://github.com/zaproxy/zap-extensions/blob/master/addOns/jython/src/main/zapHomeFiles/scripts/templates/httpsender/HttpSender%20default%20template.py)
63-
* Zest : [HttpSender default template.zst](https://github.com/zaproxy/zap-extensions/blob/master/addOns/zest/src/main/zapHomeFiles/scripts/templates/httpsender/HttpSender%20default%20template.zst)
60+
* Groovy : [HttpSenderDefaultTemplate.groovy](https://github.com/zaproxy/zap-extensions/blob/main/addOns/groovy/src/main/zapHomeFiles/scripts/templates/httpsender/HttpSenderDefaultTemplate.groovy)
61+
* Jruby : [HttpSender default template.rb](https://github.com/zaproxy/zap-extensions/blob/main/addOns/jruby/src/main/zapHomeFiles/scripts/templates/httpsender/HttpSender%20default%20template.rb)
62+
* Jython : [HttpSender default template.py](https://github.com/zaproxy/zap-extensions/blob/main/addOns/jython/src/main/zapHomeFiles/scripts/templates/httpsender/HttpSender%20default%20template.py)
63+
* Zest : [HttpSender default template.zst](https://github.com/zaproxy/zap-extensions/blob/main/addOns/zest/src/main/zapHomeFiles/scripts/templates/httpsender/HttpSender%20default%20template.zst)
6464

6565
## Official Videos
6666

passive/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ function appliesToHistoryType(historyType) {
7979

8080
## Templates in other languages
8181

82-
* Groovy : [PassiveDefaultTemplate.groovy](https://github.com/zaproxy/zap-extensions/blob/master/addOns/groovy/src/main/zapHomeFiles/scripts/templates/passive/PassiveDefaultTemplate.groovy)
83-
* Jruby : [Passive default template.rb](https://github.com/zaproxy/zap-extensions/blob/master/addOns/jruby/src/main/zapHomeFiles/scripts/templates/passive/Passive%20default%20template.rb)
84-
* Jython : [Passive default template.py](https://github.com/zaproxy/zap-extensions/blob/master/addOns/jython/src/main/zapHomeFiles/scripts/templates/passive/Passive%20default%20template.py)
85-
* Zest : [Passive default template.zst](https://github.com/zaproxy/zap-extensions/blob/master/addOns/zest/src/main/zapHomeFiles/scripts/templates/passive/Passive%20default%20template.zst)
82+
* Groovy : [PassiveDefaultTemplate.groovy](https://github.com/zaproxy/zap-extensions/blob/main/addOns/groovy/src/main/zapHomeFiles/scripts/templates/passive/PassiveDefaultTemplate.groovy)
83+
* Jruby : [Passive default template.rb](https://github.com/zaproxy/zap-extensions/blob/main/addOns/jruby/src/main/zapHomeFiles/scripts/templates/passive/Passive%20default%20template.rb)
84+
* Jython : [Passive default template.py](https://github.com/zaproxy/zap-extensions/blob/main/addOns/jython/src/main/zapHomeFiles/scripts/templates/passive/Passive%20default%20template.py)
85+
* Zest : [Passive default template.zst](https://github.com/zaproxy/zap-extensions/blob/main/addOns/zest/src/main/zapHomeFiles/scripts/templates/passive/Passive%20default%20template.zst)
8686

8787
## Official Videos
8888

payloadgenerator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ function close() {
7070

7171
## Templates in other languages
7272

73-
* Groovy : [PayloadGeneratorDefaultTemplate.groovy](https://github.com/zaproxy/zap-extensions/blob/master/addOns/groovy/src/main/zapHomeFiles/scripts/templates/payloadgenerator/PayloadGeneratorDefaultTemplate.groovy)
73+
* Groovy : [PayloadGeneratorDefaultTemplate.groovy](https://github.com/zaproxy/zap-extensions/blob/main/addOns/groovy/src/main/zapHomeFiles/scripts/templates/payloadgenerator/PayloadGeneratorDefaultTemplate.groovy)

payloadprocessor/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ function process(payload) {
3333

3434
## Templates in other languages
3535

36-
* Groovy : [PayloadProcessorDefaultTemplate.groovy](https://github.com/zaproxy/zap-extensions/blob/master/addOns/groovy/src/main/zapHomeFiles/scripts/templates/payloadprocessor/PayloadProcessorDefaultTemplate.groovy)
36+
* Groovy : [PayloadProcessorDefaultTemplate.groovy](https://github.com/zaproxy/zap-extensions/blob/main/addOns/groovy/src/main/zapHomeFiles/scripts/templates/payloadprocessor/PayloadProcessorDefaultTemplate.groovy)

proxy/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ function proxyResponse(msg) {
5050

5151
## Templates in other languages
5252

53-
* Groovy : [ProxyDefaultTemplate.groovy](https://github.com/zaproxy/zap-extensions/blob/master/addOns/groovy/src/main/zapHomeFiles/scripts/templates/proxy/ProxyDefaultTemplate.groovy)
54-
* Jruby : [Proxy default template.rb](https://github.com/zaproxy/zap-extensions/blob/master/addOns/jruby/src/main/zapHomeFiles/scripts/templates/proxy/Proxy%20default%20template.rb)
55-
* Jython : [Proxy default template.py](https://github.com/zaproxy/zap-extensions/blob/master/addOns/jython/src/main/zapHomeFiles/scripts/templates/proxy/Proxy%20default%20template.py)
56-
* Zest : [Proxy default template.zst](https://github.com/zaproxy/zap-extensions/blob/master/addOns/zest/src/main/zapHomeFiles/scripts/templates/proxy/Proxy%20default%20template.zst)
53+
* Groovy : [ProxyDefaultTemplate.groovy](https://github.com/zaproxy/zap-extensions/blob/main/addOns/groovy/src/main/zapHomeFiles/scripts/templates/proxy/ProxyDefaultTemplate.groovy)
54+
* Jruby : [Proxy default template.rb](https://github.com/zaproxy/zap-extensions/blob/main/addOns/jruby/src/main/zapHomeFiles/scripts/templates/proxy/Proxy%20default%20template.rb)
55+
* Jython : [Proxy default template.py](https://github.com/zaproxy/zap-extensions/blob/main/addOns/jython/src/main/zapHomeFiles/scripts/templates/proxy/Proxy%20default%20template.py)
56+
* Zest : [Proxy default template.zst](https://github.com/zaproxy/zap-extensions/blob/main/addOns/zest/src/main/zapHomeFiles/scripts/templates/proxy/Proxy%20default%20template.zst)
5757

5858

5959
## Official Videos

selenium/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ function logger() {
4444
| utils | SeleniumScriptUtils.java - no JavaDocs, see code link |
4545

4646
## Code Links
47-
* [SeleniumScript.java](https://github.com/zaproxy/zap-extensions/blob/master/addOns/selenium/src/main/java/org/zaproxy/zap/extension/selenium/SeleniumScript.java)
48-
* [SeleniumScriptUtils.java](https://github.com/zaproxy/zap-extensions/blob/master/addOns/selenium/src/main/java/org/zaproxy/zap/extension/selenium/SeleniumScriptUtils.java)
47+
* [SeleniumScript.java](https://github.com/zaproxy/zap-extensions/blob/main/addOns/selenium/src/main/java/org/zaproxy/zap/extension/selenium/SeleniumScript.java)
48+
* [SeleniumScriptUtils.java](https://github.com/zaproxy/zap-extensions/blob/main/addOns/selenium/src/main/java/org/zaproxy/zap/extension/selenium/SeleniumScriptUtils.java)

targeted/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ function invokeWith(msg) {
2626

2727
## Templates in other languages
2828

29-
* Groovy : [TargetedDefaultTemplate.groovy](https://github.com/zaproxy/zap-extensions/blob/master/addOns/groovy/src/main/zapHomeFiles/scripts/templates/targeted/TargetedDefaultTemplate.groovy)
30-
* Jruby : [Targeted default template.rb](https://github.com/zaproxy/zap-extensions/blob/master/addOns/jruby/src/main/zapHomeFiles/scripts/templates/targeted/Targeted%20default%20template.rb)
31-
* Jython : [Targeted default template.py](https://github.com/zaproxy/zap-extensions/blob/master/addOns/jython/src/main/zapHomeFiles/scripts/templates/targeted/Targeted%20default%20template.py)
32-
* Zest : [Targeted default template.zst](https://github.com/zaproxy/zap-extensions/blob/master/addOns/zest/src/main/zapHomeFiles/scripts/templates/targeted/Targeted%20default%20template.zst)
29+
* Groovy : [TargetedDefaultTemplate.groovy](https://github.com/zaproxy/zap-extensions/blob/main/addOns/groovy/src/main/zapHomeFiles/scripts/templates/targeted/TargetedDefaultTemplate.groovy)
30+
* Jruby : [Targeted default template.rb](https://github.com/zaproxy/zap-extensions/blob/main/addOns/jruby/src/main/zapHomeFiles/scripts/templates/targeted/Targeted%20default%20template.rb)
31+
* Jython : [Targeted default template.py](https://github.com/zaproxy/zap-extensions/blob/main/addOns/jython/src/main/zapHomeFiles/scripts/templates/targeted/Targeted%20default%20template.py)
32+
* Zest : [Targeted default template.zst](https://github.com/zaproxy/zap-extensions/blob/main/addOns/zest/src/main/zapHomeFiles/scripts/templates/targeted/Targeted%20default%20template.zst)
3333

3434
## Official Videos
3535

variant/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,5 @@ function getTreePath(helper, msg) {
133133

134134
## Templates in other languages
135135

136-
* Groovy : [InputVectorDefaultTemplate.groovy](https://github.com/zaproxy/zap-extensions/blob/master/addOns/groovy/src/main/zapHomeFiles/scripts/templates/variant/InputVectorDefaultTemplate.groovy)
137-
* Jython : [Input Vector default template.py](https://github.com/zaproxy/zap-extensions/blob/master/addOns/jython/src/main/zapHomeFiles/scripts/templates/variant/Input%20Vector%20default%20template.py)
136+
* Groovy : [InputVectorDefaultTemplate.groovy](https://github.com/zaproxy/zap-extensions/blob/main/addOns/groovy/src/main/zapHomeFiles/scripts/templates/variant/InputVectorDefaultTemplate.groovy)
137+
* Jython : [Input Vector default template.py](https://github.com/zaproxy/zap-extensions/blob/main/addOns/jython/src/main/zapHomeFiles/scripts/templates/variant/Input%20Vector%20default%20template.py)

websocketfuzzerprocessor/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ function processMessage(utils, message) {
4040
## Parameters
4141
| Name | Source |
4242
| --- | --- |
43-
| message | [WebSocketMessageDTO](https://github.com/zaproxy/zap-extensions/blob/master/addOns/websocket/src/main/java/org/zaproxy/zap/extension/websocket/WebSocketMessageDTO.java) |
44-
| utils | [WebSocketFuzzerTaskProcessorUtils](https://github.com/zaproxy/zap-extensions/blob/master/addOns/websocket/src/main/java/org/zaproxy/zap/extension/websocket/fuzz/WebSocketFuzzerTaskProcessorUtils.java) |
43+
| message | [WebSocketMessageDTO](https://github.com/zaproxy/zap-extensions/blob/main/addOns/websocket/src/main/java/org/zaproxy/zap/extension/websocket/WebSocketMessageDTO.java) |
44+
| utils | [WebSocketFuzzerTaskProcessorUtils](https://github.com/zaproxy/zap-extensions/blob/main/addOns/websocket/src/main/java/org/zaproxy/zap/extension/websocket/fuzz/WebSocketFuzzerTaskProcessorUtils.java) |
4545

websocketpassive/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,5 @@ def scan(helper,msg):
176176

177177
| Name | Source |
178178
|--------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
179-
| helper | [WebSocketScanHelper](https://github.com/zaproxy/zap-extensions/blob/master/addOns/websocket/src/main/java/org/zaproxy/zap/extension/websocket/pscan/WebSocketScanHelper.java) |
180-
| msg | [WebSocketMessageDTO](https://github.com/zaproxy/zap-extensions/blob/master/addOns/websocket/src/main/java/org/zaproxy/zap/extension/websocket/WebSocketMessageDTO.java) |
179+
| helper | [WebSocketScanHelper](https://github.com/zaproxy/zap-extensions/blob/main/addOns/websocket/src/main/java/org/zaproxy/zap/extension/websocket/pscan/WebSocketScanHelper.java) |
180+
| msg | [WebSocketMessageDTO](https://github.com/zaproxy/zap-extensions/blob/main/addOns/websocket/src/main/java/org/zaproxy/zap/extension/websocket/WebSocketMessageDTO.java) |

0 commit comments

Comments
 (0)