File tree Expand file tree Collapse file tree 8 files changed +397
-230
lines changed
Expand file tree Collapse file tree 8 files changed +397
-230
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 22# HTTP
33
44Publisher: Splunk
5- Connector Version: 3.7.1
5+ Connector Version: 3.7.2
66Product Vendor: Generic
77Product Name: HTTP
88Product Version Supported (regex): ".\* "
9- Minimum Product Version: 6.1 .1
9+ Minimum Product Version: 6.2 .1
1010
1111This 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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" ,
14561456 }
14571457 ]
14581458 }
1459- }
1459+ }
You can’t perform that action at this time.
0 commit comments