Skip to content

Commit

Permalink
[SOAR-17996] rdap Snyk Vulnerability and SDK Bump (#2886)
Browse files Browse the repository at this point in the history
* Snyk and SDK Bump

* space
  • Loading branch information
rmurray-r7 committed Oct 23, 2024
1 parent 6cf43f9 commit 44ca053
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
6 changes: 3 additions & 3 deletions plugins/rdap/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": "a703eb49bb8c52e38c082106d988ea91",
"manifest": "8e16a780b21b9fa6b41a33762bfa3466",
"setup": "e8e2e5e6dc8edbe3e8a2dd446c4a2230",
"spec": "3e35c22c9500d6067497a85f70a50288",
"manifest": "3be39f43f555dc64dfba0c47d057f902",
"setup": "da63e2ac70c7a0e2b3897960c81eeccc",
"schemas": [
{
"identifier": "asnLookup/schema.py",
Expand Down
2 changes: 1 addition & 1 deletion plugins/rdap/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.1.0
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.1.4

LABEL organization=rapid7
LABEL sdk=python
Expand Down
2 changes: 1 addition & 1 deletion plugins/rdap/bin/icon_rdap
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from sys import argv

Name = "RDAP"
Vendor = "rapid7"
Version = "2.0.2"
Version = "2.0.3"
Description = "The Registration Data Access Protocol (RDAP) is the successor to WHOIS. Like WHOIS, RDAP provides access to information about Internet resources (domain names, autonomous system numbers, and IP addresses)"


Expand Down
1 change: 1 addition & 0 deletions plugins/rdap/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ Example output:

# Version History

* 2.0.3 - Bumping requirements.txt | SDK Bump to 6.1.4
* 2.0.2 - Initial updates for fedramp compliance | Updated SDK to the latest version
* 2.0.1 - Updated SDK to the latest version
* 2.0.0 - `Domain Lookup`, `IP Address Lookup`, `ASN Lookup`: Updated action outputs and refactored
Expand Down
5 changes: 3 additions & 2 deletions plugins/rdap/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ products: [insightconnect]
name: rdap
title: RDAP
description: "The Registration Data Access Protocol (RDAP) is the successor to WHOIS. Like WHOIS, RDAP provides access to information about Internet resources (domain names, autonomous system numbers, and IP addresses)"
version: 2.0.2
version: 2.0.3
connection_version: 2
vendor: rapid7
support: rapid7
Expand All @@ -14,13 +14,14 @@ fedramp_ready: true
supported_versions: ["RDAP 20-12-2022"]
sdk:
type: slim
version: 6.1.0
version: 6.1.4
user: nobody
key_features:
- IP Lookup
- Domain Lookup
- ASN Lookup
version_history:
- "2.0.3 - Bumping requirements.txt | SDK Bump to 6.1.4"
- "2.0.2 - Initial updates for fedramp compliance | Updated SDK to the latest version"
- "2.0.1 - Updated SDK to the latest version"
- "2.0.0 - `Domain Lookup`, `IP Address Lookup`, `ASN Lookup`: Updated action outputs and refactored"
Expand Down
3 changes: 2 additions & 1 deletion plugins/rdap/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
# All dependencies must be version-pinned, eg. requests==1.2.0
# See: https://pip.pypa.io/en/stable/user_guide/#requirements-files
parameterized==0.8.1
ipwhois==1.2.0
ipwhois==1.3.0
dnspython==2.7.0
2 changes: 1 addition & 1 deletion plugins/rdap/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup(name="rdap-rapid7-plugin",
version="2.0.2",
version="2.0.3",
description="The Registration Data Access Protocol (RDAP) is the successor to WHOIS. Like WHOIS, RDAP provides access to information about Internet resources (domain names, autonomous system numbers, and IP addresses)",
author="rapid7",
author_email="",
Expand Down

0 comments on commit 44ca053

Please sign in to comment.