Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SOAR-18473] RDAP fedRAMP, SDK bump and vuln #3002

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions plugins/rdap/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": "3e35c22c9500d6067497a85f70a50288",
"manifest": "3be39f43f555dc64dfba0c47d057f902",
"setup": "da63e2ac70c7a0e2b3897960c81eeccc",
"spec": "aa645c10dfc2fa3af14f4315d4cf4c62",
"manifest": "7e5815e5cd6f2b4be21bcb272c8bed06",
"setup": "0c207f1485f6e215c15ead8ad41cec51",
"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.4
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.2.2

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.3"
Version = "2.0.4"
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.4 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities
* 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
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.3
version: 2.0.4
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.4
version: 6.2.2
user: nobody
key_features:
- IP Lookup
- Domain Lookup
- ASN Lookup
version_history:
- "2.0.4 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities"
- "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"
Expand Down
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.3",
version="2.0.4",
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
Loading