Skip to content

Commit

Permalink
Merge pull request #16 from splunk-soar-connectors/next
Browse files Browse the repository at this point in the history
Merging next to main for release 2.3.1
  • Loading branch information
ishans-crest authored Mar 29, 2024
2 parents 5709036 + 684da83 commit 62aab6b
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 57 deletions.
5 changes: 0 additions & 5 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ Copyright 2008-2020 Eli Bendersky
Copyright parser in Python
Copyright parser in Python

Library: requests
Version: 2.25.0
License: Apache 2.0
Kenneth Reitz

Library: six
Version: 1.16.0
License: MIT
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Microsoft SCCM

Publisher: Splunk
Connector Version: 2.3.0
Connector Version: 2.3.1
Product Vendor: Microsoft
Product Name: SCCM
Product Version Supported (regex): ".\*"
Expand Down
50 changes: 1 addition & 49 deletions microsoftsccm.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"product_version_regex": ".*",
"publisher": "Splunk",
"license": "Copyright (c) 2017-2024 Splunk Inc.",
"app_version": "2.3.0",
"app_version": "2.3.1",
"utctime_updated": "2022-02-03T13:09:24.000000Z",
"package_name": "phantom_microsoftsccm",
"main_module": "microsoftsccm_connector.py",
Expand Down Expand Up @@ -591,30 +591,14 @@
],
"pip_dependencies": {
"wheel": [
{
"module": "certifi",
"input_file": "wheels/py3/certifi-2024.2.2-py3-none-any.whl"
},
{
"module": "cffi",
"input_file": "wheels/py36/cffi-1.15.1-cp36-cp36m-manylinux1_x86_64.manylinux_2_5_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "charset_normalizer",
"input_file": "wheels/py3/charset_normalizer-2.0.12-py3-none-any.whl"
},
{
"module": "cryptography",
"input_file": "wheels/py36/cryptography-40.0.2-cp36-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"
},
{
"module": "dataclasses",
"input_file": "wheels/py3/dataclasses-0.8-py3-none-any.whl"
},
{
"module": "idna",
"input_file": "wheels/py3/idna-3.6-py3-none-any.whl"
},
{
"module": "ntlm_auth",
"input_file": "wheels/shared/ntlm_auth-1.5.0-py2.py3-none-any.whl"
Expand All @@ -635,10 +619,6 @@
"module": "pywinrm",
"input_file": "wheels/shared/pywinrm-0.4.3-py2.py3-none-any.whl"
},
{
"module": "requests",
"input_file": "wheels/shared/requests-2.27.1-py2.py3-none-any.whl"
},
{
"module": "requests_credssp",
"input_file": "wheels/shared/requests_credssp-2.0.0-py2.py3-none-any.whl"
Expand All @@ -651,10 +631,6 @@
"module": "six",
"input_file": "wheels/shared/six-1.16.0-py2.py3-none-any.whl"
},
{
"module": "urllib3",
"input_file": "wheels/shared/urllib3-1.26.18-py2.py3-none-any.whl"
},
{
"module": "xmltodict",
"input_file": "wheels/shared/xmltodict-0.13.0-py2.py3-none-any.whl"
Expand All @@ -663,26 +639,10 @@
},
"pip39_dependencies": {
"wheel": [
{
"module": "certifi",
"input_file": "wheels/py3/certifi-2024.2.2-py3-none-any.whl"
},
{
"module": "cffi",
"input_file": "wheels/py39/cffi-1.16.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"
},
{
"module": "charset_normalizer",
"input_file": "wheels/py39/charset_normalizer-3.3.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"
},
{
"module": "cryptography",
"input_file": "wheels/py39/cryptography-42.0.4-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"
},
{
"module": "idna",
"input_file": "wheels/py3/idna-3.6-py3-none-any.whl"
},
{
"module": "ntlm_auth",
"input_file": "wheels/shared/ntlm_auth-1.5.0-py2.py3-none-any.whl"
Expand All @@ -703,10 +663,6 @@
"module": "pywinrm",
"input_file": "wheels/shared/pywinrm-0.4.3-py2.py3-none-any.whl"
},
{
"module": "requests",
"input_file": "wheels/py3/requests-2.31.0-py3-none-any.whl"
},
{
"module": "requests_credssp",
"input_file": "wheels/shared/requests_credssp-2.0.0-py2.py3-none-any.whl"
Expand All @@ -719,10 +675,6 @@
"module": "six",
"input_file": "wheels/shared/six-1.16.0-py2.py3-none-any.whl"
},
{
"module": "urllib3",
"input_file": "wheels/shared/urllib3-1.26.18-py2.py3-none-any.whl"
},
{
"module": "xmltodict",
"input_file": "wheels/shared/xmltodict-0.13.0-py2.py3-none-any.whl"
Expand Down
1 change: 1 addition & 0 deletions release_notes/2.3.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Removed certifi, requests, urllib3 and cryptography dependencies in order to use platform packages [PAPP-31096, PAPP-30822, PAPP-33451, PAPP-31088]
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
ntlm_auth==1.5.0
pykerberos==1.2.4
pywinrm==0.4.3
requests==2.31.0
requests_credssp==2.0.0
requests_ntlm==1.1.0
urllib3==1.26.18
Binary file removed wheels/py3/certifi-2024.2.2-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file removed wheels/py3/idna-3.6-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/requests-2.31.0-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/requests-2.27.1-py2.py3-none-any.whl
Binary file not shown.
Binary file removed wheels/shared/urllib3-1.26.18-py2.py3-none-any.whl
Binary file not shown.

0 comments on commit 62aab6b

Please sign in to comment.