Skip to content

Commit

Permalink
PAPP-30822: Updated requests modules (#13)
Browse files Browse the repository at this point in the history
* Updated requests modules

* Update README.md

* fixed static failures

* Update README.md

---------

Co-authored-by: splunk-soar-connectors-admin <admin@splunksoar>
Co-authored-by: dhwanis-crest <[email protected]>
  • Loading branch information
3 people authored Dec 28, 2023
1 parent 43301b0 commit 0d2c7c1
Show file tree
Hide file tree
Showing 17 changed files with 189 additions and 214 deletions.
4 changes: 2 additions & 2 deletions 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) 2021-2022 Splunk Inc.
Copyright (c) 2021-2023 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 All @@ -198,4 +198,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
7 changes: 1 addition & 6 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Splunk SOAR AD LDAP
Copyright (c) 2021-2022 Splunk Inc.
Copyright (c) 2021-2023 Splunk Inc.

Third-party Software Attributions:

Expand All @@ -12,8 +12,3 @@ Library: pyasn1
Version: 0.4.7
License: BSD 2
Copyright 2005-2019 Ilya Etingof <[email protected]>

Library: requests
Version: 2.25.0
License: Apache 2.0
Kenneth Reitz
354 changes: 177 additions & 177 deletions README.md

Large diffs are not rendered by default.

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) 2021-2022 Splunk Inc.
# Copyright (c) 2021-2023 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
24 changes: 2 additions & 22 deletions adldap.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"product_name": "Active Directory LDAP",
"product_version_regex": ".*",
"publisher": "Splunk",
"license": "Copyright (c) 2021-2022 Splunk Inc.",
"app_version": "2.2.0",
"license": "Copyright (c) 2021-2023 Splunk Inc.",
"app_version": "2.2.1",
"utctime_updated": "2022-01-20T22:27:39.000000Z",
"package_name": "phantom_adldap",
"main_module": "adldap_connector.py",
Expand All @@ -23,33 +23,13 @@
],
"pip_dependencies": {
"wheel": [
{
"module": "certifi",
"input_file": "wheels/py3/certifi-2022.9.24-py3-none-any.whl"
},
{
"module": "chardet",
"input_file": "wheels/shared/chardet-3.0.4-py2.py3-none-any.whl"
},
{
"module": "idna",
"input_file": "wheels/shared/idna-2.10-py2.py3-none-any.whl"
},
{
"module": "ldap3",
"input_file": "wheels/shared/ldap3-2.6.1-py2.py3-none-any.whl"
},
{
"module": "pyasn1",
"input_file": "wheels/shared/pyasn1-0.4.7-py2.py3-none-any.whl"
},
{
"module": "requests",
"input_file": "wheels/shared/requests-2.25.0-py2.py3-none-any.whl"
},
{
"module": "urllib3",
"input_file": "wheels/shared/urllib3-1.26.12-py2.py3-none-any.whl"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion adldap_connector.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: adldap_connector.py
#
# Copyright (c) 2021-2022 Splunk Inc.
# Copyright (c) 2021-2023 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 adldap_consts.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: adldap_consts.py
#
# Copyright (c) 2021-2022 Splunk Inc.
# Copyright (c) 2021-2023 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 adldap_view.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: adldap_view.py
#
# Copyright (c) 2021-2022 Splunk Inc.
# Copyright (c) 2021-2023 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 display_attributes.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% block widget_content %} <!-- Main Start Block -->

<!-- File: display_attributes.html
Copyright (c) 2021-2022 Splunk Inc.
Copyright (c) 2021-2023 Splunk Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
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) 2021-2022 Splunk Inc."
[comment]: # " Copyright (c) 2021-2023 Splunk Inc."
[comment]: # " Licensed under the Apache License, Version 2.0 (the 'License');"
[comment]: # " you may not use this file except in compliance with the License."
[comment]: # " You may obtain a copy of the License at"
Expand Down
1 change: 1 addition & 0 deletions release_notes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
**Unreleased**
* Updated requests and certifi dependencies in order to use platform packages [PAPP-30822,PAPP-31096]
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
ldap3==2.6.1
pyasn1==0.4.7
requests==2.25.0
Binary file removed wheels/py3/certifi-2022.9.24-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/shared/chardet-3.0.4-py2.py3-none-any.whl
Binary file not shown.
Binary file removed wheels/shared/idna-2.10-py2.py3-none-any.whl
Binary file not shown.
Binary file removed wheels/shared/requests-2.25.0-py2.py3-none-any.whl
Binary file not shown.
Binary file removed wheels/shared/urllib3-1.26.12-py2.py3-none-any.whl
Binary file not shown.

0 comments on commit 0d2c7c1

Please sign in to comment.