diff --git a/plugins/whois/.CHECKSUM b/plugins/whois/.CHECKSUM index ca631eb2ff..692af531e8 100644 --- a/plugins/whois/.CHECKSUM +++ b/plugins/whois/.CHECKSUM @@ -1,5 +1,5 @@ { - "spec": "4d67f7597ca0c9b43ff85bc3d161836e", + "spec": "bd19980a894fe29ad2516339a3668832", "manifest": "1588546a33ea7ad727ddb4da7cccf361", "setup": "d096809ce9406aab15b8953507d6afe0", "schemas": [ diff --git a/plugins/whois/help.md b/plugins/whois/help.md index 0f78bd8dc7..ed049682ca 100644 --- a/plugins/whois/help.md +++ b/plugins/whois/help.md @@ -177,7 +177,7 @@ Example output: ## Troubleshooting -Multiple records can be returned by the server, this plugin currently only returns the first unique records found. +* Multiple records can be returned by the server, this plugin currently only returns the first unique records found. # Version History diff --git a/plugins/whois/plugin.spec.yaml b/plugins/whois/plugin.spec.yaml index 1ee62ed2ce..cabf7f7dd7 100644 --- a/plugins/whois/plugin.spec.yaml +++ b/plugins/whois/plugin.spec.yaml @@ -16,7 +16,7 @@ sdk: user: nobody packages: - whois - - git + - git -y cloud_ready: true fedramp_ready: true resources: @@ -32,7 +32,8 @@ hub_tags: key_features: ["Perform a WHOIS lookup for a provided IP address or domain to gain information on who is responsible for a domain or IP"] references: ["[WHOIS](https://en.wikipedia.org/wiki/WHOIS)"] 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." +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.6 - Fix mapping issue (RIPE) for address action. Adding 'description' output field for RIPE (address action) | SDK bump to 6.2.0"