Skip to content

Commit

Permalink
Merge pull request #12 from splunk-soar-connectors/next
Browse files Browse the repository at this point in the history
Merging next to main for release 3.0.1
  • Loading branch information
phantom-jacob authored Dec 13, 2024
2 parents 30f8035 + 26630b9 commit 8345e19
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 23 deletions.
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) 2017-2022 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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# Ivanti ITSM

Publisher: Splunk Community
Connector Version: 3.0.0
Connector Version: 3.0.1
Product Vendor: Ivanti
Product Name: ITSM
Product Version Supported (regex): ".\*"
Minimum Product Version: 6.2.2
Minimum Product Version: 6.3.0

This app integrates with Ivanti ITSM to provide ingestion and several ticketing actions

### Configuration Variables
The below configuration variables are required for this Connector to operate. These variables are specified when configuring a ITSM asset in SOAR.
### Configuration variables
This table lists the configuration variables required to operate Ivanti ITSM. These variables are specified when configuring a ITSM asset in Splunk SOAR.

VARIABLE | REQUIRED | TYPE | DESCRIPTION
-------- | -------- | ---- | -----------
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) 2017-2022 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
20 changes: 6 additions & 14 deletions ivantiitsm.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,23 @@
"product_name": "ITSM",
"product_version_regex": ".*",
"publisher": "Splunk Community",
"license": "Copyright (c) 2017-2022 Splunk Inc.",
"app_version": "3.0.0",
"utctime_updated": "2022-01-18T22:40:10.000000Z",
"license": "Copyright (c) 2017-2024 Splunk Inc.",
"app_version": "3.0.1",
"utctime_updated": "2024-12-13T22:11:24.000000Z",
"package_name": "phantom_ivanti_itsm",
"main_module": "ivantiitsm_connector.py",
"min_phantom_version": "6.2.2",
"min_phantom_version": "6.3.0",
"fips_compliant": true,
"latest_tested_versions": [
"Ivanti ITSM Cloud, 2005-2021 on July 19, 2021"
],
"python_version": "3",
"app_wizard_version": "1.0.0",
"pip_dependencies": {
"wheel": [
{
"module": "suds",
"input_file": "wheels/suds-0.4-cp27-none-any.whl"
}
]
},
"pip3_dependencies": {
"wheel": [
{
"module": "suds",
"input_file": "wheels/suds_py3-1.4.4.1-py3-none-any.whl"
"module": "suds_py3",
"input_file": "wheels/py3/suds_py3-1.4.4.1-py3-none-any.whl"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion ivantiitsm_connector.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: ivantiitsm_connector.py
#
# Copyright (c) 2017-2022 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 ivantiitsm_consts.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: ivantiitsm_consts.py
#
# Copyright (c) 2017-2022 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/3.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Update dependencies [PAPP-34909]
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
suds==0.4
suds-py3==1.4.4.1
File renamed without changes.
Binary file removed wheels/suds-0.4-cp27-none-any.whl
Binary file not shown.

0 comments on commit 8345e19

Please sign in to comment.