Skip to content

Commit 383991e

Browse files
authored
Whois - (SDK Automation prep) (#3253) (#3266)
* Whois - (SDK Automation prep) * Adding parameterized package back
1 parent 82fad0f commit 383991e

File tree

6 files changed

+104
-87
lines changed

6 files changed

+104
-87
lines changed

plugins/whois/.CHECKSUM

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"spec": "d02ec7e3c36dd302c5c63a95cb53d983",
3-
"manifest": "1588546a33ea7ad727ddb4da7cccf361",
4-
"setup": "d096809ce9406aab15b8953507d6afe0",
2+
"spec": "f408b2461d3e0012f705fc413835a20c",
3+
"manifest": "cea847e86451b40ad3005ce763e23656",
4+
"setup": "d7f551d884b83e20d654e1f9052b42f3",
55
"schemas": [
66
{
77
"identifier": "address/schema.py",

plugins/whois/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.2.3
1+
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.2.5
22

33
LABEL organization=rapid7
44
LABEL sdk=python

plugins/whois/bin/komand_whois

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ from sys import argv
66

77
Name = "WHOIS"
88
Vendor = "rapid7"
9-
Version = "3.1.7"
9+
Version = "3.1.8"
1010
Description = "[WHOIS](https://en.wikipedia.org/wiki/WHOIS) is a query and response protocol that is widely used for querying databases that store the registered users or assignee's of an Internet resource, such as a domain name, an IP address block, or an autonomous system"
1111

1212

plugins/whois/help.md

+1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ Example output:
181181

182182
# Version History
183183

184+
* 3.1.8 - Updated SDK to the latest version (6.2.5)
184185
* 3.1.7 - Updated SDK to the latest version (v6.2.3) | Address vulnerabilities | Updated `Whois` dependency
185186
* 3.1.6 - Fix mapping issue (RIPE) for address action. Adding 'description' output field for RIPE (address action) | SDK bump to 6.2.0
186187
* 3.1.5 - Action `Address`: Fixed issue with result parsing

0 commit comments

Comments
 (0)