Skip to content

Commit

Permalink
Merge pull request #39 from splunk-soar-connectors/next
Browse files Browse the repository at this point in the history
Merging next to main for release 2.10.2
  • Loading branch information
dhwanis-crest authored Apr 29, 2024
2 parents c86cfdd + f72f69d commit 40e9832
Show file tree
Hide file tree
Showing 24 changed files with 19 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v1.16
rev: v1.18
hooks:
- id: org-hook
- id: package-app-dependencies
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) 2017-2023 Splunk Inc.
Copyright (c) 2017-2024 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 Parser
Copyright (c) 2017-2023 Splunk Inc.
Copyright (c) 2017-2024 Splunk Inc.

Third-party Software Attributions:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Parser

Publisher: Splunk
Connector Version: 2.10.1
Connector Version: 2.10.2
Product Vendor: Splunk
Product Name: Parser
Product Version Supported (regex): ".\*"
Expand All @@ -11,7 +11,7 @@ Minimum Product Version: 5.5.0
This app extracts IOCs from various files such as PDFs, emails, or raw text

[comment]: # " File: README.md"
[comment]: # " Copyright (c) 2017-2023 Splunk Inc."
[comment]: # " Copyright (c) 2017-2024 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
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) 2017-2023 Splunk Inc.
# Copyright (c) 2017-2024 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) 2017-2023 Splunk Inc."
[comment]: # " Copyright (c) 2017-2024 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
48 changes: 6 additions & 42 deletions parser.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"product_name": "Parser",
"product_version_regex": ".*",
"publisher": "Splunk",
"app_version": "2.10.1",
"app_version": "2.10.2",
"fips_compliant": true,
"license": "Copyright (c) 2017-2023 Splunk Inc.",
"license": "Copyright (c) 2017-2024 Splunk Inc.",
"utctime_updated": "2022-03-15T18:28:49.000000Z",
"package_name": "phantom_parser",
"main_module": "parser_connector.py",
Expand All @@ -23,22 +23,10 @@
"app_wizard_version": "1.0.0",
"pip_dependencies": {
"wheel": [
{
"module": "beautifulsoup4",
"input_file": "wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl"
},
{
"module": "cffi",
"input_file": "wheels/py36/cffi-1.15.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "chardet",
"input_file": "wheels/py3/chardet-5.0.0-py3-none-any.whl"
},
{
"module": "cryptography",
"input_file": "wheels/py36/cryptography-39.0.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "defusedxml",
"input_file": "wheels/shared/defusedxml-0.7.1-py2.py3-none-any.whl"
Expand All @@ -49,11 +37,7 @@
},
{
"module": "pyOpenSSL",
"input_file": "wheels/py3/pyOpenSSL-23.0.0-py3-none-any.whl"
},
{
"module": "pycparser",
"input_file": "wheels/shared/pycparser-2.21-py2.py3-none-any.whl"
"input_file": "wheels/py3/pyOpenSSL-24.1.0-py3-none-any.whl"
},
{
"module": "python_magic",
Expand All @@ -62,10 +46,6 @@
{
"module": "simplejson",
"input_file": "wheels/py36/simplejson-3.17.2-cp36-cp36m-manylinux2010_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "soupsieve",
"input_file": "wheels/py3/soupsieve-2.3.2.post1-py3-none-any.whl"
}
]
},
Expand Down Expand Up @@ -640,21 +620,9 @@
],
"pip39_dependencies": {
"wheel": [
{
"module": "beautifulsoup4",
"input_file": "wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl"
},
{
"module": "cffi",
"input_file": "wheels/py39/cffi-1.15.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "chardet",
"input_file": "wheels/py3/chardet-5.1.0-py3-none-any.whl"
},
{
"module": "cryptography",
"input_file": "wheels/py36/cryptography-39.0.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"input_file": "wheels/py3/chardet-5.2.0-py3-none-any.whl"
},
{
"module": "defusedxml",
Expand All @@ -666,11 +634,11 @@
},
{
"module": "pyOpenSSL",
"input_file": "wheels/py3/pyOpenSSL-23.0.0-py3-none-any.whl"
"input_file": "wheels/py3/pyOpenSSL-24.1.0-py3-none-any.whl"
},
{
"module": "pycparser",
"input_file": "wheels/shared/pycparser-2.21-py2.py3-none-any.whl"
"input_file": "wheels/py3/pycparser-2.22-py3-none-any.whl"
},
{
"module": "python_magic",
Expand All @@ -679,10 +647,6 @@
{
"module": "simplejson",
"input_file": "wheels/py39/simplejson-3.17.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "soupsieve",
"input_file": "wheels/py3/soupsieve-2.4.1-py3-none-any.whl"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion parser_connector.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: parser_connector.py
#
# Copyright (c) 2017-2023 Splunk Inc.
# Copyright (c) 2017-2024 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 parser_const.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: parser_const.py
#
# Copyright (c) 2017-2023 Splunk Inc.
# Copyright (c) 2017-2024 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 parser_email.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: parser_email.py
#
# Copyright (c) 2017-2023 Splunk Inc.
# Copyright (c) 2017-2024 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 parser_methods.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: parser_methods.py
#
# Copyright (c) 2017-2023 Splunk Inc.
# Copyright (c) 2017-2024 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
1 change: 1 addition & 0 deletions release_notes/2.10.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Removed cryptography dependencies in order to use platform packages [PAPP-31088]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
beautifulsoup4==4.9.1
defusedxml==0.7.1
git+https://github.com/phantomcyber/pdfminer.six.git@20211012-fips
pyOpenSSL==23.0.0
pyOpenSSL==24.1.0
python-magic==0.4.18
simplejson==3.17.2
Binary file removed wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file removed wheels/py3/pyOpenSSL-23.0.0-py3-none-any.whl
Binary file not shown.
Binary file added wheels/py3/pyOpenSSL-24.1.0-py3-none-any.whl
Binary file not shown.
Binary file added wheels/py3/pycparser-2.22-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/soupsieve-2.3.2.post1-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/soupsieve-2.4.1-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed wheels/shared/pycparser-2.21-py2.py3-none-any.whl
Binary file not shown.

0 comments on commit 40e9832

Please sign in to comment.