Skip to content

Commit

Permalink
SOAR-18273: bump SDK and address vulns
Browse files Browse the repository at this point in the history
  • Loading branch information
joneill-r7 committed Dec 18, 2024
1 parent 1be0264 commit c2bfb9f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions plugins/dig/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": "d8d50c9db39ba033e610719769fd8ca1",
"manifest": "268c1317febaf06659794c9325f8141b",
"setup": "449d4e32ca0d63cb46e14c20f625e0bc",
"spec": "8ff0f3308351b1a44cf24084dbf42ce8",
"manifest": "2e3c5a1e4029c779bf99991d18b47a67",
"setup": "b5a0e6ff2254c0ce4138185e153bfe5c",
"schemas": [
{
"identifier": "forward/schema.py",
Expand Down
2 changes: 1 addition & 1 deletion plugins/dig/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-plugin:6.1.2
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-plugin:6.2.2

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

Name = "DNS"
Vendor = "rapid7"
Version = "2.0.3"
Version = "2.0.4"
Description = "The DNS plugin is used for forward and reverse DNS lookups. This plugin uses [Dig](https://linux.die.net/man/1/dig), or Domain Information Groper, which is a network administration command-line tool for querying Domain Name System (DNS) name servers"


Expand Down
1 change: 1 addition & 0 deletions plugins/dig/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ Common examples:

# Version History

* 2.0.4 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities
* 2.0.3 - Initial updates for fedramp compliance | Updated SDK to the latest
* 2.0.2 - Updated SDK to the latest version | Added validation for input parameters
* 2.0.1 - Added `__init__.py` file to `unit_test` folder | Refreshed with new Tooling
Expand Down
5 changes: 3 additions & 2 deletions plugins/dig/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ products: [insightconnect]
name: dig
title: DNS
description: The DNS plugin is used for forward and reverse DNS lookups. This plugin uses [Dig](https://linux.die.net/man/1/dig), or Domain Information Groper, which is a network administration command-line tool for querying Domain Name System (DNS) name servers
version: 2.0.3
version: 2.0.4
connection_version: 2
vendor: rapid7
support: community
supported_versions: ["2024-09-10"]
status: []
sdk:
type: full
version: 6.1.2
version: 6.2.2
user: nobody
packages:
- bind-tools
Expand Down Expand Up @@ -63,6 +63,7 @@ references:
- "[Dig](https://linux.die.net/man/1/dig)"
- "[DNS Status Code](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml)"
version_history:
- "2.0.4 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities"
- "2.0.3 - Initial updates for fedramp compliance | Updated SDK to the latest"
- "2.0.2 - Updated SDK to the latest version | Added validation for input parameters"
- "2.0.1 - Added `__init__.py` file to `unit_test` folder | Refreshed with new Tooling"
Expand Down
2 changes: 1 addition & 1 deletion plugins/dig/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup(name="dig-rapid7-plugin",
version="2.0.3",
version="2.0.4",
description="The DNS plugin is used for forward and reverse DNS lookups. This plugin uses [Dig](https://linux.die.net/man/1/dig), or Domain Information Groper, which is a network administration command-line tool for querying Domain Name System (DNS) name servers",
author="rapid7",
author_email="",
Expand Down

0 comments on commit c2bfb9f

Please sign in to comment.