Skip to content

Commit

Permalink
Merge pull request #21 from splunk-soar-connectors/next
Browse files Browse the repository at this point in the history
Merging next to main for release 3.4.1
  • Loading branch information
ishans-crest authored Mar 28, 2024
2 parents 959a64b + ff255a8 commit 3fc1008
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 13 deletions.
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
2 changes: 1 addition & 1 deletion 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) 2016-2023 Splunk Inc.
Copyright (c) 2016-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 NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Splunk SOAR IMAP
Copyright (c) 2016-2022 Splunk Inc.
Copyright (c) 2016-2024 Splunk Inc.

Third-party Software Attributions:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# IMAP

Publisher: Splunk
Connector Version: 3.4.0
Connector Version: 3.4.1
Product Vendor: Generic
Product Name: IMAP
Product Version Supported (regex): ".\*"
Expand All @@ -11,7 +11,7 @@ Minimum Product Version: 6.1.1
This app supports email ingestion and various investigative actions over IMAP

[comment]: # " File: README.md"
[comment]: # " Copyright (c) 2016-2023 Splunk Inc."
[comment]: # " Copyright (c) 2016-2024 Splunk Inc."
[comment]: # ""
[comment]: # "Licensed under the Apache License, Version 2.0 (the 'License');"
[comment]: # "you may not use this file except in compliance with the License."
Expand Down
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) 2016-2023 Splunk Inc.
# Copyright (c) 2016-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
4 changes: 2 additions & 2 deletions imap.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "email",
"publisher": "Splunk",
"main_module": "imap_connector.py",
"app_version": "3.4.0",
"app_version": "3.4.1",
"utctime_updated": "2023-05-10T22:11:21.000000Z",
"package_name": "phantom_imap",
"product_vendor": "Generic",
Expand All @@ -21,7 +21,7 @@
"python_version": "3",
"logo": "logo_splunk.svg",
"logo_dark": "logo_splunk_dark.svg",
"license": "Copyright (c) 2016-2023 Splunk Inc.",
"license": "Copyright (c) 2016-2024 Splunk Inc.",
"configuration": {
"server": {
"data_type": "string",
Expand Down
2 changes: 1 addition & 1 deletion imap_connector.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: imap_connector.py
#
# Copyright (c) 2016-2023 Splunk Inc.
# Copyright (c) 2016-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 imap_consts.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: imap_consts.py
#
# Copyright (c) 2016-2023 Splunk Inc.
# Copyright (c) 2016-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 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) 2016-2023 Splunk Inc."
[comment]: # " Copyright (c) 2016-2024 Splunk Inc."
[comment]: # ""
[comment]: # "Licensed under the Apache License, Version 2.0 (the 'License');"
[comment]: # "you may not use this file except in compliance with the License."
Expand Down
2 changes: 1 addition & 1 deletion process_email.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: process_email.py
#
# Copyright (c) 2016-2023 Splunk Inc.
# Copyright (c) 2016-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/3.4.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Removed django, sqlparse dependencies in order to use platform packages [PAPP-31082, PAPP-31087]
2 changes: 1 addition & 1 deletion request_handler.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: request_handler.py
#
# Copyright (c) 2016-2023 Splunk Inc.
# Copyright (c) 2016-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
Binary file removed wheels/py3/Django-3.2.12-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/sqlparse-0.4.2-py3-none-any.whl
Binary file not shown.

0 comments on commit 3fc1008

Please sign in to comment.