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

Merging next to main for release 2.0.11 #19

Merged
merged 23 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v1.22
rev: v1.24
hooks:
- id: org-hook
- id: package-app-dependencies
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
rev: v1.5.0
hooks:
- id: detect-secrets
args:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright (c) 2016-2024 Splunk Inc.
Copyright (c) 2016-2025 Splunk Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Splunk SOAR REST Data Source
Copyright (c) 2016-2024 Splunk Inc.
Copyright (c) 2016-2025 Splunk Inc.

Third-party Software Attributions:

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# REST Data Source

Publisher: Splunk
Connector Version: 2.0.10
Connector Version: 2.0.11
Product Vendor: Generic
Product Name: REST Data Source
Product Version Supported (regex): ".\*"
Minimum Product Version: 6.2.1
Minimum Product Version: 6.3.0

This app implements custom REST handlers for external implementations to push ingest data such as events and artifacts into Phantom

[comment]: # " File: README.md"
[comment]: # " Copyright (c) 2016-2024 Splunk Inc."
[comment]: # " Copyright (c) 2016-2025 Splunk Inc."
[comment]: # ""
[comment]: # "Licensed under the Apache License, Version 2.0 (the 'License');"
[comment]: # "you may not use this file except in compliance with the License."
Expand Down Expand Up @@ -88,8 +88,8 @@ This app makes use of the Python libtaxii module, which is licensed under the BS
(c) 2017, The MITRE Corporation.


### Configuration Variables
The below configuration variables are required for this Connector to operate. These variables are specified when configuring a REST Data Source asset in SOAR.
### Configuration variables
This table lists the configuration variables required to operate REST Data Source. These variables are specified when configuring a REST Data Source asset in Splunk SOAR.

VARIABLE | REQUIRED | TYPE | DESCRIPTION
-------- | -------- | ---- | -----------
Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: __init__.py
#
# Copyright (c) 2016-2024 Splunk Inc.
# Copyright (c) 2016-2025 Splunk Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion manual_readme_content.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[comment]: # " File: README.md"
[comment]: # " Copyright (c) 2016-2024 Splunk Inc."
[comment]: # " Copyright (c) 2016-2025 Splunk Inc."
[comment]: # ""
[comment]: # "Licensed under the Apache License, Version 2.0 (the 'License');"
[comment]: # "you may not use this file except in compliance with the License."
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ verbose = true

[tool.isort]
line_length = 145
profile = "black"
1 change: 1 addition & 0 deletions release_notes/2.0.11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Updated dependencies to resolve security vulnerabilities [PSAAS-21305]
2 changes: 1 addition & 1 deletion rest_connector.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: rest_connector.py
#
# Copyright (c) 2016-2024 Splunk Inc.
# Copyright (c) 2016-2025 Splunk Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
10 changes: 5 additions & 5 deletions rest_ingest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"type": "generic",
"publisher": "Splunk",
"main_module": "rest_connector.py",
"app_version": "2.0.10",
"utctime_updated": "2024-09-27T09:50:31.000000Z",
"app_version": "2.0.11",
"utctime_updated": "2025-01-13T11:07:18.000000Z",
"package_name": "phantom_restingest",
"product_vendor": "Generic",
"product_name": "REST Data Source",
"min_phantom_version": "6.2.1",
"min_phantom_version": "6.3.0",
"logo": "logo_restapi.svg",
"logo_dark": "logo_restapi_dark.svg",
"license": "Copyright (c) 2016-2024 Splunk Inc.",
"license": "Copyright (c) 2016-2025 Splunk Inc.",
"fips_compliant": true,
"product_version_regex": ".*",
"python_version": "3",
Expand Down Expand Up @@ -121,4 +121,4 @@
}
]
}
}
}
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
[flake8]
max-line-length = 145
max-complexity = 28
extend-ignore = F403,E128,E126,E121,E127,E731,E201,E202,E203,E701,F405,E722,D

[isort]
line_length = 145
extend-ignore = F403,E128,E126,E121,E127,E731,E201,E202,E203,E701,F405,E722,D,W503
Binary file removed wheels/py2/jsonpath_rw-1.4.0-cp27-none-any.whl
Binary file not shown.
Binary file removed wheels/py2/weakrefmethod-1.0.3-cp27-none-any.whl
Binary file not shown.
Binary file modified wheels/py3/jsonpath_rw-1.4.0-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/parse-1.17.0-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file modified wheels/py36/lxml-5.3.0-cp36-cp36m-manylinux_2_28_x86_64.whl
Binary file not shown.
Binary file not shown.
Binary file modified wheels/py39/lxml-5.3.0-cp39-cp39-manylinux_2_28_x86_64.whl
Binary file not shown.
Loading