diff --git a/plugins/whois/.CHECKSUM b/plugins/whois/.CHECKSUM index 692af531e8..d76b821d1b 100644 --- a/plugins/whois/.CHECKSUM +++ b/plugins/whois/.CHECKSUM @@ -1,5 +1,5 @@ { - "spec": "bd19980a894fe29ad2516339a3668832", + "spec": "7e7877aeeb7f184f54f5225194b355de", "manifest": "1588546a33ea7ad727ddb4da7cccf361", "setup": "d096809ce9406aab15b8953507d6afe0", "schemas": [ diff --git a/plugins/whois/Dockerfile b/plugins/whois/Dockerfile index 59922bdfae..974ee4d103 100755 --- a/plugins/whois/Dockerfile +++ b/plugins/whois/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.2.2 +FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.2.3 LABEL organization=rapid7 LABEL sdk=python diff --git a/plugins/whois/help.md b/plugins/whois/help.md index ed049682ca..b42c745a8d 100644 --- a/plugins/whois/help.md +++ b/plugins/whois/help.md @@ -181,7 +181,7 @@ Example output: # Version History -* 3.1.7 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities +* 3.1.7 - Updated SDK to the latest version (v6.2.3) | Address vulnerabilities | Updated `Whois` dependency * 3.1.6 - Fix mapping issue (RIPE) for address action. Adding 'description' output field for RIPE (address action) | SDK bump to 6.2.0 * 3.1.5 - Action `Address`: Fixed issue with result parsing * 3.1.4 - Initial updates for fedramp compliance | Updated SDK to the latest version diff --git a/plugins/whois/plugin.spec.yaml b/plugins/whois/plugin.spec.yaml index cabf7f7dd7..f1f706434e 100644 --- a/plugins/whois/plugin.spec.yaml +++ b/plugins/whois/plugin.spec.yaml @@ -12,7 +12,7 @@ supported_versions: ["2024-09-09"] status: [] sdk: type: slim - version: 6.2.2 + version: 6.2.3 user: nobody packages: - whois @@ -35,7 +35,7 @@ links: ["[WHOIS](https://en.wikipedia.org/wiki/WHOIS)"] troubleshooting: - "Multiple records can be returned by the server, this plugin currently only returns the first unique records found." version_history: - - "3.1.7 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities" + - "3.1.7 - Updated SDK to the latest version (v6.2.3) | Address vulnerabilities | Updated `Whois` dependency" - "3.1.6 - Fix mapping issue (RIPE) for address action. Adding 'description' output field for RIPE (address action) | SDK bump to 6.2.0" - "3.1.5 - Action `Address`: Fixed issue with result parsing" - "3.1.4 - Initial updates for fedramp compliance | Updated SDK to the latest version" diff --git a/plugins/whois/requirements.txt b/plugins/whois/requirements.txt index dc735195ca..f0f90953f3 100755 --- a/plugins/whois/requirements.txt +++ b/plugins/whois/requirements.txt @@ -3,4 +3,4 @@ # See: https://pip.pypa.io/en/stable/user_guide/#requirements-files parameterized==0.8.1 validators==0.34.0 -git+https://github.com/komand/python-whois.git@0.7.0 +git+https://github.com/komand/python-whois.git@0.7.1