Skip to content

Commit 7420b4e

Browse files
authored
Merge pull request #25 from splunk-soar-connectors/next
Merging next to main for release 3.7.2
2 parents 794da2d + 924cce0 commit 7420b4e

File tree

8 files changed

+397
-230
lines changed

8 files changed

+397
-230
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright (c) 2016-2023 Splunk Inc.
189+
Copyright (c) 2016-2024 Splunk Inc.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# HTTP
33

44
Publisher: Splunk
5-
Connector Version: 3.7.1
5+
Connector Version: 3.7.2
66
Product Vendor: Generic
77
Product Name: HTTP
88
Product Version Supported (regex): ".\*"
9-
Minimum Product Version: 6.1.1
9+
Minimum Product Version: 6.2.1
1010

1111
This App facilitates making HTTP requests as actions
1212

@@ -31,9 +31,9 @@ HTTPS) on your Phantom host(s) in order to function.
3131

3232
**Authentication is carried out in following priority order**
3333

34-
1. Basic Auth (username and password)
35-
2. OAuth (oauth token url, client id and client secret)
36-
3. Provided Auth token (auth_token_name, auth_token)
34+
1. Basic Auth (username and password)
35+
2. OAuth (oauth token url, client id and client secret)
36+
3. Provided Auth token (auth_token_name, auth_token)
3737

3838

3939
### Configuration Variables

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# File: __init__.py
22
#
3-
# Copyright (c) 2016-2023 Splunk Inc.
3+
# Copyright (c) 2016-2024 Splunk Inc.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

http.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
],
1212
"type": "information",
1313
"main_module": "http_connector.py",
14-
"app_version": "3.7.1",
15-
"utctime_updated": "2022-02-02T11:40:43.000000Z",
14+
"app_version": "3.7.2",
15+
"utctime_updated": "2024-06-18T20:43:42.000000Z",
1616
"product_vendor": "Generic",
1717
"product_name": "HTTP",
1818
"product_version_regex": ".*",
19-
"min_phantom_version": "6.1.1",
20-
"license": "Copyright (c) 2016-2023 Splunk Inc.",
19+
"min_phantom_version": "6.2.1",
20+
"license": "Copyright (c) 2016-2024 Splunk Inc.",
2121
"logo": "logo_splunk.svg",
2222
"logo_dark": "logo_splunk_dark.svg",
2323
"python_version": "3",
@@ -1456,4 +1456,4 @@
14561456
}
14571457
]
14581458
}
1459-
}
1459+
}

0 commit comments

Comments
 (0)