You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: plugins/type_converter/bin/icon_type_converter
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ from sys import argv
6
6
7
7
Name="Type Converter"
8
8
Vendor="rapid7"
9
-
Version="1.8.3"
10
-
Description="Type Converter is a utility plugin for converting data types within a Rapid7 InsightConnect workflow"
9
+
Version="1.8.4"
10
+
Description="Type Converter is a utility plugin for converting data types within a Rapid7 InsightConnect workflow. This is useful for enabling input interoperability between certain plugins"
Copy file name to clipboardexpand all lines: plugins/type_converter/help.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# Description
2
2
3
-
Type Converter is a utility plugin for converting data types within a Rapid7 InsightConnect workflow. This is useful
4
-
for enabling input interoperability between certain plugins.
3
+
Type Converter is a utility plugin for converting data types within a Rapid7 InsightConnect workflow. This is useful for enabling input interoperability between certain plugins
5
4
6
5
# Key Features
7
6
@@ -631,6 +630,7 @@ Example output:
631
630
632
631
# Version History
633
632
633
+
* 1.8.4 - Updated SDK to the latest version (6.2.5)
634
634
* 1.8.3 - Initial updates for fedramp compliance | Updated SDK to the latest version
635
635
* 1.8.2 - Updated error handling for string_to_int & string_to_float
Copy file name to clipboardexpand all lines: plugins/type_converter/setup.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
4
4
5
5
setup(name="type_converter-rapid7-plugin",
6
-
version="1.8.3",
7
-
description="Type Converter is a utility plugin for converting data types within a Rapid7 InsightConnect workflow",
6
+
version="1.8.4",
7
+
description="Type Converter is a utility plugin for converting data types within a Rapid7 InsightConnect workflow. This is useful for enabling input interoperability between certain plugins",
0 commit comments