Skip to content

Commit

Permalink
SOARHELP-2976 Added RHEL FIPS workaround to README, upgraded pymssql …
Browse files Browse the repository at this point in the history
…to 2.2.11
  • Loading branch information
bb-splunk committed Mar 14, 2024
1 parent c7ed173 commit 64202fb
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 14 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-2023 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 NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Splunk SOAR Microsoft SQL Server
Copyright (c) 2017-2023 Splunk Inc.
Copyright (c) 2017-2024 Splunk Inc.

Third-party Software Attributions:
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Minimum Product Version: 5.3.5
This app supports investigative actions against a Microsoft SQL Server

[comment]: # " File: README.md"
[comment]: # " Copyright (c) 2017-2023 Splunk Inc."
[comment]: # " Copyright (c) 2017-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 All @@ -37,6 +37,11 @@ Below are the default ports used by Microsoft-SQL-Server.

This app uses the pymssql module, which is licensed under the Free Software Foundation (FSF).

## Notice for usage on RHEL FIPS system

You might have to follow the instructions [here](https://access.redhat.com/solutions/7035895)
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.
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-2023 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: 7 additions & 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) 2017-2023 Splunk Inc."
[comment]: # " Copyright (c) 2017-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 All @@ -24,3 +24,9 @@ Below are the default ports used by Microsoft-SQL-Server.
## LGPL

This app uses the pymssql module, which is licensed under the Free Software Foundation (FSF).

## Notice for usage on RHEL FIPS system

You might have to follow the instructions [here](https://access.redhat.com/solutions/7035895)
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
8 changes: 4 additions & 4 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-2023 Splunk Inc.",
"license": "Copyright (c) 2017-2024 Splunk Inc.",
"app_version": "2.3.1",
"utctime_updated": "2022-02-03T21:25:38.000000Z",
"package_name": "phantom_microsoftsqlserver",
"main_module": "microsoftsqlserver_connector.py",
"min_phantom_version": "5.3.5",
"min_phantom_version": "6.1.1",
"app_wizard_version": "1.0.0",
"python_version": "3",
"fips_compliant": true,
Expand Down Expand Up @@ -894,15 +894,15 @@
"wheel": [
{
"module": "pymssql",
"input_file": "wheels/py36/pymssql-2.2.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"input_file": "wheels/py36/pymssql-2.2.11-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
}
]
},
"pip39_dependencies": {
"wheel": [
{
"module": "pymssql",
"input_file": "wheels/py39/pymssql-2.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"input_file": "wheels/py39/pymssql-2.2.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_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-2023 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 microsoftsqlserver_consts.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: microsoftsqlserver_consts.py
#
# Copyright (c) 2017-2023 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 microsoftsqlserver_view.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: microsoftsqlserver_view.py
#
# Copyright (c) 2017-2023 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: 2 additions & 0 deletions release_notes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
**Unreleased**
* Upgraded pymssql to 2.2.11
* Added RHEL FIPS issues workaround info to README
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pymssql==2.2.5
pymssql==2.2.11
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-2023 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 64202fb

Please sign in to comment.