diff --git a/NOTICE b/NOTICE index 54e5ae3..fd78933 100644 --- a/NOTICE +++ b/NOTICE @@ -10,11 +10,6 @@ Copyright 2004-2017 Leonard Richardson Copyright 2004-2019 Leonard Richardson Copyright 2018 Isaac Muse -Library: ntlm-auth -Version: 1.5.0 -License: MIT -Copyright 2018 Jordan Borean, Red Hat - Library: pycparser Version: 2.21 License: BSD 3 @@ -22,11 +17,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.15.0 License: MIT diff --git a/README.md b/README.md index 9ae5571..91ecc23 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Windows Remote Management Publisher: Splunk -Connector Version: 2.2.7 +Connector Version: 2.2.9 Product Vendor: Microsoft Product Name: Windows Remote Management Product Version Supported (regex): ".\*" @@ -880,5 +880,5 @@ action_result.data | string | | action_result.status | string | | success failed action_result.message | string | | Successfully deleted files action_result.summary | string | | -summary.total_objects | numeric | | 1 -summary.total_objects_successful | numeric | | 1 \ No newline at end of file +eummary.total_objects | numeric | | 1 +summary.total_objects_successful | numeric | | 1 diff --git a/release_notes/2.2.7.md b/release_notes/2.2.7.md new file mode 100644 index 0000000..95aebe3 --- /dev/null +++ b/release_notes/2.2.7.md @@ -0,0 +1 @@ +* Removed certifi and requests dependencies in order to use platform packages [PAPP-31096, PAPP-30822] \ No newline at end of file diff --git a/release_notes/2.2.9.md b/release_notes/2.2.9.md new file mode 100644 index 0000000..8aa8a8a --- /dev/null +++ b/release_notes/2.2.9.md @@ -0,0 +1 @@ +* Updated cryptography and pegged urllib3 version \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 978b02c..ebba285 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,8 @@ beautifulsoup4==4.9.1 pykerberos==1.2.4 pywinrm==0.4.3 +# Pinned to the current platform version +requests==2.31.0 +# Needed to avoid incompatibility with platform packages caused by urllib3 >= 2.0.0 +urllib3==1.26.18 xmltodict==0.13.0 diff --git a/wheels/py39/cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl b/wheels/py39/cffi-1.16.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl similarity index 99% rename from wheels/py39/cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl rename to wheels/py39/cffi-1.16.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl index 32f53c3..592c033 100644 Binary files a/wheels/py39/cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl and b/wheels/py39/cffi-1.16.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl differ diff --git a/wheels/py39/cryptography-42.0.2-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl b/wheels/py39/cryptography-42.0.2-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl new file mode 100644 index 0000000..c3b5a9c Binary files /dev/null and b/wheels/py39/cryptography-42.0.2-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl differ diff --git a/winrm.json b/winrm.json index 1f54ea5..07b92ba 100644 --- a/winrm.json +++ b/winrm.json @@ -10,8 +10,8 @@ "product_version_regex": ".*", "publisher": "Splunk", "license": "Copyright (c) 2018-2024 Splunk Inc.", - "app_version": "2.2.7", - "utctime_updated": "2023-12-05T12:42:47.000000Z", + "app_version": "2.2.9", + "utctime_updated": "2024-02-16T10:23:24.000000Z", "package_name": "phantom_winrm", "main_module": "winrm_connector.py", "min_phantom_version": "6.1.1", @@ -3333,7 +3333,7 @@ }, { "module": "cffi", - "input_file": "wheels/py39/cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + "input_file": "wheels/py39/cffi-1.16.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" }, { "module": "charset_normalizer",