Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PAPP-31096, PAPP-30822: Removed requests, certifi modules #9

Merged
merged 5 commits into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.17
hooks:
- id: org-hook
- id: package-app-dependencies
Expand Down
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) 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 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.
9 changes: 1 addition & 8 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
Splunk SOAR Cisco ESA
Copyright (c) 2017-2023 Splunk Inc.

Third-party Software Attributions:

Library: requests
Version: 2.25.0
License: Apache 2.0
Kenneth Reitz
Copyright (c) 2017-2024 Splunk Inc.
614 changes: 307 additions & 307 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) 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
27 changes: 3 additions & 24 deletions ciscoesa.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"description": "This app supports investigation on the Cisco Email Security Appliance (ESA) device",
"publisher": "Splunk",
"package_name": "phantom_ciscoesa",
"license": "Copyright (c) 2017-2023 Splunk Inc.",
"license": "Copyright (c) 2017-2024 Splunk Inc.",
"main_module": "ciscoesa_connector.py",
"type": "investigative",
"app_version": "3.0.0",
"app_version": "3.0.1",
"utctime_updated": "2022-01-28T19:25:20.000000Z",
"product_vendor": "Cisco",
"product_name": "Cisco ESA",
Expand Down Expand Up @@ -2183,27 +2183,6 @@
}
],
"pip_dependencies": {
"wheel": [
{
"module": "certifi",
"input_file": "wheels/py3/certifi-2022.12.7-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": "requests",
"input_file": "wheels/shared/requests-2.25.0-py2.py3-none-any.whl"
},
{
"module": "urllib3",
"input_file": "wheels/shared/urllib3-1.26.14-py2.py3-none-any.whl"
}
]
"wheel": []
}
}
2 changes: 1 addition & 1 deletion ciscoesa_add_remove_dictionary_item.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{% block widget_content %} <!-- Main Start Block -->

<!-- File: ciscoesa_add_remove_dictionary_item.html
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 ciscoesa_connector.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: ciscoesa_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 ciscoesa_consts.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: ciscoesa_consts.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 ciscoesa_helper.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: ciscoesa_helper.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 ciscoesa_list_dictionary_items.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{% block widget_content %} <!-- Main Start Block -->

<!-- File: ciscoesa_list_dictionary_items.html
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 ciscoesa_view.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: ciscoesa_view.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/unreleased.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
**Unreleased**
* Removed certifi, requests dependencies in order to use platform packages [PAPP-31096, PAPP-30822]
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
requests==2.25.0
Binary file removed wheels/py3/certifi-2022.12.7-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.14-py2.py3-none-any.whl
Binary file not shown.
Loading