Skip to content

Commit

Permalink
Merge branch 'next' into mposluszny/PAPP-32933
Browse files Browse the repository at this point in the history
  • Loading branch information
mposluszny-splunk committed Feb 26, 2024
2 parents 2440221 + caa2ef5 commit 2728f08
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 16 deletions.
10 changes: 0 additions & 10 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,13 @@ 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
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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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): ".\*"
Expand Down Expand Up @@ -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
eummary.total_objects | numeric | | 1
summary.total_objects_successful | numeric | | 1
1 change: 1 addition & 0 deletions release_notes/2.2.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Removed certifi and requests dependencies in order to use platform packages [PAPP-31096, PAPP-30822]
1 change: 1 addition & 0 deletions release_notes/2.2.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Updated cryptography and pegged urllib3 version
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions winrm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 2728f08

Please sign in to comment.