Skip to content

Commit a9ae037

Browse files
authored
Python 3 Script - 648 - Updated plugin description (#2268)
1 parent ac50738 commit a9ae037

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

plugins/python_3_script/.CHECKSUM

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"spec": "cf03ee8c17dab798de1c2d177619e794",
3-
"manifest": "798db99502cb45d6a553dc13e2afc215",
4-
"setup": "a1ce493a5f3b03dedd7fa40cee2edaaf",
2+
"spec": "a15d4495162a098765d00b5ecb332dfb",
3+
"manifest": "cfa42c6df77ec6fbcadc769e3b90f477",
4+
"setup": "ab1ce404ab12fdf198990485b7ba17ac",
55
"schemas": [
66
{
77
"identifier": "run/schema.py",

plugins/python_3_script/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rapid7/insightconnect-python-3-slim-plugin:5
1+
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:5.3.2
22

33
LABEL organization=rapid7
44
LABEL sdk=python
@@ -21,7 +21,7 @@ RUN if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2121

2222
ADD . /python/src
2323

24-
RUN python setup.py build && python setup.py install
24+
RUN python setup.py build && python setup.py install
2525

2626
# User to run plugin code. The two supported users are: root, nobody
2727
USER root

plugins/python_3_script/bin/icon_python_3_script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ from sys import argv
77
Name = "Python 3 Script"
88
Vendor = "rapid7"
99
Version = "4.0.8"
10-
Description = "Python is a programming language that lets you work quickly and integrate systems more effectively. This plugin allows you to run Python 3 code. It includes Python 3.8.1 and its standard library as well as the following 3rd party libraries"
10+
Description = "Python is a programming language that lets you work quickly and integrate systems more effectively. This plugin allows you to run Python 3 code. It includes Python 3.9.18 and its standard library as well as the following 3rd party libraries"
1111

1212

1313
def main():

plugins/python_3_script/help.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Description
22

3-
[Python](https://www.python.org/) is a programming language that lets you work quickly and integrate systems more effectively. This plugin allows you to run Python 3 code. It includes Python 3.8.1 and its standard library as well as the following 3rd party libraries:
3+
[Python](https://www.python.org/) is a programming language that lets you work quickly and integrate systems more effectively. This plugin allows you to run Python 3 code. It includes Python 3.9.18 and its standard library as well as the following 3rd party libraries:
44

55
* [requests 2.31.0](https://requests.readthedocs.io/en/master/)
66
* [maya 0.6.1](https://pypi.python.org/pypi/maya)
@@ -163,5 +163,5 @@ If installation fails, try increasing the `Timeout` connection input to `900` (1
163163

164164
## References
165165

166-
* [Python 3 Language Reference](https://docs.python.org/3/reference/index.html)
166+
* [Python 3 Language Reference](https://docs.python.org/3/reference/index.html)
167167
* [InsightConnect Python Plugin Guide](https://docs.rapid7.com/insightconnect/python-2-or-3-script/)

plugins/python_3_script/plugin.spec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ title: Python 3 Script
66
vendor: rapid7
77
support: rapid7
88
status: []
9-
description: Python is a programming language that lets you work quickly and integrate systems more effectively. This plugin allows you to run Python 3 code. It includes Python 3.8.1 and its standard library as well as the following 3rd party libraries
9+
description: Python is a programming language that lets you work quickly and integrate systems more effectively. This plugin allows you to run Python 3 code. It includes Python 3.9.18 and its standard library as well as the following 3rd party libraries
1010
version: 4.0.8
1111
connection_version: 4
1212
supported_versions: ["Python 3.9.18"]
1313
sdk:
14-
type: full
15-
version: 5
14+
type: slim
15+
version: 5.3.2
1616
user: root
1717
packages:
1818
- libxslt-dev

plugins/python_3_script/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(name="python_3_script-rapid7-plugin",
66
version="4.0.8",
7-
description="Python is a programming language that lets you work quickly and integrate systems more effectively. This plugin allows you to run Python 3 code. It includes Python 3.8.1 and its standard library as well as the following 3rd party libraries",
7+
description="Python is a programming language that lets you work quickly and integrate systems more effectively. This plugin allows you to run Python 3 code. It includes Python 3.9.18 and its standard library as well as the following 3rd party libraries",
88
author="rapid7",
99
author_email="",
1010
url="",

0 commit comments

Comments
 (0)