File tree Expand file tree Collapse file tree 7 files changed +31
-5
lines changed
Expand file tree Collapse file tree 7 files changed +31
-5
lines changed Original file line number Diff line number Diff line change 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"
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 >
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"
118121
119122 </group >
120123
124+
121125 </actions >
122126
123127
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ Messages.Notification.Failure = There was an error
2626Messages.Notification.EmptyTree = Select a configuration file using the \" Import\" button
2727Messages.Notification.NoFilterResults = No methods match the filters you've selected
2828
29+ Status.ImportFile = Loading Configuration File
30+
2931
3032# FileChooser
3133FileChooser.FileDescription = JSON files
@@ -81,4 +83,23 @@ Filter.Clear = Clear Filters
8183Filter.Training = Training Methods
8284Filter.Deleted = Deleted Methods
8385Filter.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+
Original file line number Diff line number Diff line change 1+ output_train_arff_data = false
You can’t perform that action at this time.
0 commit comments