-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from gdgd009xcd/JOHANNES240530
## [v0.8.10] - 2024-05-31
- Loading branch information
Showing
7 changed files
with
120 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
addOns/customactivescan/src/main/javahelp/help_ja_JP/contents/help.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> | ||
<HTML> | ||
<HEAD> | ||
<TITLE> | ||
CustomActiveScanForZAP | ||
</TITLE> | ||
</HEAD> | ||
<BODY> | ||
<H1>CustomActiveScanForZAP</H1> | ||
|
||
<H2>About</H2> | ||
a ZAP Addon ActiveScan for detecting SQL injection with more better way. | ||
<p> | ||
|
||
<H2>Description</H2> | ||
<UL> | ||
<B>下記のリンクは、次のURLへ遷移します:https://github.com/gdgd009xcd/CustomActiveScanForZAP</B><P></P> | ||
<LI><A HREF="https://github.com/gdgd009xcd/CustomActiveScanForZAP#customactivescanforzap">Overview</A> | ||
<LI><A HREF="https://github.com/gdgd009xcd/CustomActiveScanForZAP/wiki/1.0.-Basic-Usage">Basic Usage</A> | ||
</UL> | ||
</BODY> | ||
</HTML> |
41 changes: 41 additions & 0 deletions
41
addOns/customactivescan/src/main/javahelp/help_ja_JP/helpset_ja_JP.hs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<!DOCTYPE helpset | ||
PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" | ||
"http://java.sun.com/products/javahelp/helpset_2_0.dtd"> | ||
<helpset version="2.0" xml:lang="ja-JP"> | ||
<title>AutoMacroBuilderForZAP Add-On</title> | ||
|
||
<maps> | ||
<homeID>customactivescan</homeID> | ||
<mapref location="map.jhm"/> | ||
</maps> | ||
|
||
<view> | ||
<name>TOC</name> | ||
<label>Contents</label> | ||
<type>org.zaproxy.zap.extension.help.ZapTocView</type> | ||
<data>toc.xml</data> | ||
</view> | ||
|
||
<view> | ||
<name>Index</name> | ||
<label>Index</label> | ||
<type>javax.help.IndexView</type> | ||
<data>index.xml</data> | ||
</view> | ||
|
||
<view> | ||
<name>Search</name> | ||
<label>Search</label> | ||
<type>javax.help.SearchView</type> | ||
<data engine="com.sun.java.help.search.DefaultSearchEngine"> | ||
JavaHelpSearch | ||
</data> | ||
</view> | ||
|
||
<view> | ||
<name>Favorites</name> | ||
<label>Favorites</label> | ||
<type>javax.help.FavoritesView</type> | ||
</view> | ||
</helpset> |
9 changes: 9 additions & 0 deletions
9
addOns/customactivescan/src/main/javahelp/help_ja_JP/index.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<!DOCTYPE index | ||
PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Index Version 1.0//EN" | ||
"http://java.sun.com/products/javahelp/index_2_0.dtd"> | ||
|
||
<index version="2.0"> | ||
<!-- index entries are merged (sorted) into core index --> | ||
<indexitem text="customactivescan" target="addon.customactivescan" /> | ||
</index> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<!DOCTYPE map | ||
PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Map Version 1.0//EN" | ||
"http://java.sun.com/products/javahelp/map_1_0.dtd"> | ||
|
||
<map version="1.0"> | ||
<mapID target="addon.customactivescan" url="contents/help.html" /> | ||
</map> |
12 changes: 12 additions & 0 deletions
12
addOns/customactivescan/src/main/javahelp/help_ja_JP/toc.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version='1.0' encoding='UTF-8' ?> | ||
<!DOCTYPE toc | ||
PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 2.0//EN" | ||
"http://java.sun.com/products/javahelp/toc_2_0.dtd"> | ||
|
||
<toc version="2.0"> | ||
<tocitem text="ZAP User Guide" tocid="toplevelitem"> | ||
<tocitem text="Add Ons" tocid="addons"> | ||
<tocitem text="CustomActiveScanForZAP" target="addon.customactivescan"/> | ||
</tocitem> | ||
</tocitem> | ||
</toc> |