Skip to content

Commit 2d29c1e

Browse files
committed
Update project jars and resources
1 parent 243a698 commit 2d29c1e

File tree

7 files changed

+31
-5
lines changed

7 files changed

+31
-5
lines changed

swan_assist/resources/META-INF/plugin.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,12 @@
5353
<action id="SWAN_Assist.LaunchSWANAction"
5454
class="de.fraunhofer.iem.swan.assist.actions.LaunchSwanAction"
5555
icon="PluginIcons.REFRESH_SWAN"
56-
text="Refresh SWAN">
56+
text="Reload SWAN">
5757
</action>
5858

59+
<action id="SuggestAction" class="de.fraunhofer.iem.swan.assist.actions.SuggestAction" text="Suggest Methods"
60+
description="Classify suggested methods" icon="PluginIcons.SUGGEST_ACTION"/>
61+
5962
<separator/>
6063

6164
<action id="SWAN_Assist.HelpAction"
@@ -74,8 +77,8 @@
7477

7578
</group>
7679

77-
<group id="EditorGroup" text="SWAN_Assist" popup="true" icon="PluginIcons.SWAN_ASSIST">
78-
<add-to-group group-id="EditorPopupMenu" anchor="first"/>
80+
<group id="EditorGroup" text="SWAN-Assist" popup="true" icon="PluginIcons.SWAN_ASSIST">
81+
<add-to-group group-id="EditorPopupMenu" />
7982
<action id="SWAN_Assist.AddMethodAction" class="de.fraunhofer.iem.swan.assist.actions.method.AddMethodAction"
8083
text="Add/Update Method" icon="PluginIcons.ADD_METHOD_ACTION">
8184
</action>
@@ -85,7 +88,7 @@
8588
</action>
8689

8790
<action id="SWAN_Assist.DeleteMethodAction" class="de.fraunhofer.iem.swan.assist.actions.method.DeleteMethodAction"
88-
text="Delete" >
91+
text="Delete">
8992
</action>
9093

9194
<action id="SWAN_Assist.MethodPropertiesAction" class="de.fraunhofer.iem.swan.assist.actions.method.MethodPropertiesAction"
@@ -118,6 +121,7 @@
118121

119122
</group>
120123

124+
121125
</actions>
122126

123127

swan_assist/resources/dialog_messages.properties

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Messages.Notification.Failure = There was an error
2626
Messages.Notification.EmptyTree = Select a configuration file using the \"Import\" button
2727
Messages.Notification.NoFilterResults = No methods match the filters you've selected
2828

29+
Status.ImportFile = Loading Configuration File
30+
2931

3032
#FileChooser
3133
FileChooser.FileDescription = JSON files
@@ -81,4 +83,23 @@ Filter.Clear = Clear Filters
8183
Filter.Training = Training Methods
8284
Filter.Deleted = Deleted Methods
8385
Filter.CWE = CWE
84-
Filter.Type = TYPE
86+
Filter.Type = TYPE
87+
88+
#CWE
89+
CWE078.Name=OS Command Injection
90+
CWE079.Name= Cross-site Scripting
91+
CWE089.Name=SQL Injection
92+
CWE306.Name=Missing Authentication
93+
CWE601.Name= Open Redirect
94+
CWE862.Name= Missing Authorization
95+
CWE863.Name= Incorrect Authorization
96+
97+
CWE078.FullName=Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
98+
CWE079.FullName= Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
99+
CWE089.FullName=Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
100+
CWE306.FullName=Missing Authentication for Critical Function
101+
CWE601.FullName= URL Redirection to Untrusted Site ('Open Redirect')
102+
CWE862.FullName= Missing Authorization
103+
CWE863.FullName= Incorrect Authorization
104+
105+
144 Bytes
Loading
1.38 KB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
output_train_arff_data = false

0 commit comments

Comments
 (0)