Skip to content

Commit

Permalink
Updating SDK version & whois dependency (#3052)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmurray-r7 committed Jan 16, 2025
1 parent 7a423bd commit 074559e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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": "bd19980a894fe29ad2516339a3668832",
"spec": "7e7877aeeb7f184f54f5225194b355de",
"manifest": "1588546a33ea7ad727ddb4da7cccf361",
"setup": "d096809ce9406aab15b8953507d6afe0",
"schemas": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/whois/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/whois/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugins/whois/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion plugins/whois/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 074559e

Please sign in to comment.