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

Merging next to main for release 2.3.4 #18

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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 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-2024 Splunk Inc.
Copyright (c) 2017-2025 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,11 +2,11 @@
# Microsoft SQL Server

Publisher: Splunk
Connector Version: 2.3.3
Connector Version: 2.3.4
Product Vendor: Microsoft
Product Name: Microsoft SQL Server
Product Version Supported (regex): ".\*"
Minimum Product Version: 6.2.1
Minimum Product Version: 6.3.0

This app supports investigative actions against a Microsoft SQL Server

Expand Down Expand Up @@ -43,8 +43,8 @@ You might have to follow the instructions [here](https://access.redhat.com/solut
and remove pymssql dependency found in <path_to_phantom>/apps/microsoftsqlserver_*/dependencies
on your instance or downgrade to an earlier version to use this connector on RHEL system with FIPS enabled

### Configuration Variables
The below configuration variables are required for this Connector to operate. These variables are specified when configuring a Microsoft SQL Server asset in SOAR.
### Configuration variables
This table lists the configuration variables required to operate Microsoft SQL Server. These variables are specified when configuring a Microsoft SQL Server 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-2024 Splunk Inc.
# Copyright (c) 2017-2025 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
18 changes: 5 additions & 13 deletions microsoftsqlserver.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"product_name": "Microsoft SQL Server",
"product_version_regex": ".*",
"publisher": "Splunk",
"license": "Copyright (c) 2017-2024 Splunk Inc.",
"app_version": "2.3.3",
"utctime_updated": "2024-10-02T12:03:10.000000Z",
"license": "Copyright (c) 2017-2025 Splunk Inc.",
"app_version": "2.3.4",
"utctime_updated": "2025-01-20T08:49:35.000000Z",
"package_name": "phantom_microsoftsqlserver",
"main_module": "microsoftsqlserver_connector.py",
"min_phantom_version": "6.2.1",
"min_phantom_version": "6.3.0",
"app_wizard_version": "1.0.0",
"python_version": "3",
"fips_compliant": true,
Expand Down Expand Up @@ -890,19 +890,11 @@
"versions": "EQ(*)"
}
],
"pip_dependencies": {
"wheel": [
{
"module": "pymssql",
"input_file": "wheels/py36/pymssql-2.2.11-cp36-cp36m-manylinux_2_28_x86_64.whl"
}
]
},
"pip39_dependencies": {
"wheel": [
{
"module": "pymssql",
"input_file": "wheels/py39/pymssql-2.2.11-cp39-cp39-manylinux_2_28_x86_64.whl"
"input_file": "wheels/py39/pymssql-2.3.2-cp39-cp39-manylinux_2_28_x86_64.whl"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion microsoftsqlserver_connector.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: microsoftsqlserver_connector.py
#
# Copyright (c) 2017-2024 Splunk Inc.
# Copyright (c) 2017-2025 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 microsoftsqlserver_consts.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: microsoftsqlserver_consts.py
#
# Copyright (c) 2017-2024 Splunk Inc.
# Copyright (c) 2017-2025 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 microsoftsqlserver_view.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: microsoftsqlserver_view.py
#
# Copyright (c) 2017-2024 Splunk Inc.
# Copyright (c) 2017-2025 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/2.3.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* PSAAS-21321 update pymssql to latest version
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pymssql==2.2.11
pymssql==2.3.2
2 changes: 1 addition & 1 deletion run_query.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{% block widget_content %} <!-- Main Start Block -->

<!-- File: run_query.html
Copyright (c) 2017-2024 Splunk Inc.
Copyright (c) 2017-2025 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 not shown.
Binary file not shown.
Binary file not shown.
Loading