Skip to content

Commit

Permalink
SOAR-16967-Adding fedramp ready flag to plugin (#2793)
Browse files Browse the repository at this point in the history
* SOAR-16967-Adding fedramp ready flag to plugin

* SOAR-16967-Bumping SDK
  • Loading branch information
rbowden-r7 authored and igorski-r7 committed Sep 25, 2024
1 parent 8af8c43 commit cd2b861
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
6 changes: 3 additions & 3 deletions plugins/python_3_script/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": "50be11200d88205c27bc2a51aea871ec",
"manifest": "c2e4733a3993a54870ee3c0a2c047ad5",
"setup": "5374cb871cfa48bd7489ef400f592b56",
"spec": "441f83b7f97f94804c7ae6ef98300add",
"manifest": "2c538fa19b6b5693104e6c71a09859e2",
"setup": "750744ab1e4d406ce443a91abe0c288d",
"schemas": [
{
"identifier": "run/schema.py",
Expand Down
2 changes: 1 addition & 1 deletion plugins/python_3_script/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.0.1
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.1.1

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

Name = "Python 3 Script"
Vendor = "rapid7"
Version = "5.0.0"
Version = "5.0.1"
Description = "[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.19 and its standard library as well as the following 3rd party libraries:"


Expand Down
1 change: 1 addition & 0 deletions plugins/python_3_script/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ Some third-party modules defined in the Modules connection input (such as pandas

# Version History

* 5.0.1 - Updated SDK to the latest version | Initial updates for fedramp compliance
* 5.0.0 - Updated SDK to the latest version | Removing records as its not maintained | Replacing maya with arrow (maya not maintained)
* 4.0.10 - Updated the SDK to the latest version | Updated Python version to `3.9.19` | Fixed issue with invalid unicode character
* 4.0.9 - Updated the SDK to the latest version to address memory usage issues
Expand Down
6 changes: 4 additions & 2 deletions plugins/python_3_script/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ vendor: rapid7
support: rapid7
status: []
description: '[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.19 and its standard library as well as the following 3rd party libraries:'
version: 5.0.0
version: 5.0.1
connection_version: 4
supported_versions: ["Python 3.9.19"]
fedramp_ready: true
sdk:
type: slim
version: 6.0.1
version: 6.1.1
user: root
packages:
- libxslt-dev
Expand Down Expand Up @@ -40,6 +41,7 @@ references: ["[Python 3 Language Reference](https://docs.python.org/3/reference/
links:
- '[Python](https://www.python.org/)'
version_history:
- '5.0.1 - Updated SDK to the latest version | Initial updates for fedramp compliance'
- '5.0.0 - Updated SDK to the latest version | Removing records as its not maintained | Replacing maya with arrow (maya not maintained)'
- '4.0.10 - Updated the SDK to the latest version | Updated Python version to `3.9.19` | Fixed issue with invalid unicode character'
- '4.0.9 - Updated the SDK to the latest version to address memory usage issues'
Expand Down
2 changes: 1 addition & 1 deletion plugins/python_3_script/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup(name="python_3_script-rapid7-plugin",
version="5.0.0",
version="5.0.1",
description="[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.19 and its standard library as well as the following 3rd party libraries:",
author="rapid7",
author_email="",
Expand Down

0 comments on commit cd2b861

Please sign in to comment.