Skip to content

Commit

Permalink
Updating plugin.spec (#3047)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmurray-r7 authored Jan 14, 2025
1 parent c157038 commit 64f1399
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/whois/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"spec": "4d67f7597ca0c9b43ff85bc3d161836e",
"spec": "bd19980a894fe29ad2516339a3668832",
"manifest": "1588546a33ea7ad727ddb4da7cccf361",
"setup": "d096809ce9406aab15b8953507d6afe0",
"schemas": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/whois/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions plugins/whois/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sdk:
user: nobody
packages:
- whois
- git
- git -y
cloud_ready: true
fedramp_ready: true
resources:
Expand All @@ -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"
Expand Down

0 comments on commit 64f1399

Please sign in to comment.