File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
javahelp/org/sasanlabs/fileupload/resources/help
java/org/sasanlabs/fileupload/ui Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ version = "1.0.0"
4141description = " Detect File upload requests and scan them to find related vulnerabilities"
4242
4343zapAddOn {
44- addOnName.set(" File upload Scan Rule " )
44+ addOnName.set(" FileUpload " )
4545 addOnStatus.set(AddOnStatus .ALPHA )
4646 zapVersion.set(" 2.11.0" )
4747 manifest {
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ public void validateParam(Object optionParams) throws Exception {
268268
269269 @ Override
270270 public String getHelpIndex () {
271- return "ui.dialog.options. fileupload" ;
271+ return "fileupload" ;
272272 }
273273
274274 @ Override
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ <H3>Explanation about Options Panel</H3>
3232only the file name is changed. For handling this type of configuration,
3333options panel has < B > Static Location Configuration</ B > where
3434static URL is added into URI Regex field. URI Regex field also supports the dynamic file name
35- by < B > ${fileName}</ B > . parameter, for e.g. http://< baseurl > /${fileName}
35+ by < B > ${fileName}</ B > . parameter, for e.g. http://{ baseurl} /${fileName}
3636</ LI >
3737< LI >
3838In some applications the URL to retrieve the uploaded file is present in the file upload request's response.
Original file line number Diff line number Diff line change 33 PUBLIC " -//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN"
44 " http://java.sun.com/products/javahelp/helpset_2_0.dtd" >
55< helpset version= " 2.0" xml: lang= " en-GB" >
6- < title> Simple Example Add - On </ title>
6+ < title> FileUpload Add - On </ title>
77
88 < maps>
9- < homeID> top </ homeID>
9+ < homeID> fileupload </ homeID>
1010 < mapref location= " map.jhm" />
1111 </ maps>
1212
Original file line number Diff line number Diff line change 44 "http://java.sun.com/products/javahelp/map_1_0.dtd">
55
66<map version =" 1.0" >
7- <mapID target =" ui.dialog.options. fileupload" url =" contents/fileupload.html" />
7+ <mapID target =" fileupload" url =" contents/fileupload.html" />
88</map >
You can’t perform that action at this time.
0 commit comments