Skip to content

Commit

Permalink
fix(PSAAS-21305): Update Dependencies for CVEs (#14)
Browse files Browse the repository at this point in the history
* PSAAS-21305 | dependencies updated

* Update README.md

* PSAAS-21305 | test commit

* PSAAS-21305 | wheels rebuild

* PSAAS-21305 | wheels rebuild

* PSAAS-21305 | copyrights are up to date now

* PSAAS-21305 | tests run

* PSAAS-21305 | Fossa tests run

---------

Co-authored-by: splunk-soar-connectors-admin <admin@splunksoar>
  • Loading branch information
kczernik-splunk and splunk-soar-connectors-admin authored Feb 5, 2025
1 parent f5fc845 commit a1d13a7
Show file tree
Hide file tree
Showing 22 changed files with 19 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v1.22
rev: v1.24
hooks:
- id: org-hook
- id: package-app-dependencies
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
rev: v1.5.0
hooks:
- id: detect-secrets
args:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Splunk SOAR BigFix
Copyright (c) 2017-2024 Splunk Inc.
Copyright (c) 2017-2025 Splunk Inc.

Third-party Software Attributions:

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Connector Version: 2.0.12
Product Vendor: IBM
Product Name: BigFix
Product Version Supported (regex): ".\*"
Minimum Product Version: 6.2.1
Minimum Product Version: 6.3.0

This app supports several investigative actions on IBM Big Fix

### Configuration Variables
The below configuration variables are required for this Connector to operate. These variables are specified when configuring a BigFix asset in SOAR.
### Configuration variables
This table lists the configuration variables required to operate BigFix. These variables are specified when configuring a BigFix 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
10 changes: 5 additions & 5 deletions bigfix.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"product_name": "BigFix",
"product_version_regex": ".*",
"publisher": "Splunk",
"license": "Copyright (c) 2017-2024 Splunk Inc.",
"license": "Copyright (c) 2017-2025 Splunk Inc.",
"app_version": "2.0.12",
"utctime_updated": "2024-10-02T09:51:56.000000Z",
"package_name": "phantom_bigfix",
"main_module": "bigfix_connector.py",
"python_version": "3",
"fips_compliant": true,
"min_phantom_version": "6.2.1",
"min_phantom_version": "6.3.0",
"latest_tested_versions": [
"On-prem, BigFix Enterprise Server v9.5.6"
],
Expand Down Expand Up @@ -865,16 +865,16 @@
"wheel": [
{
"module": "lxml",
"input_file": "wheels/py36/lxml-4.9.2-cp36-cp36m-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl"
"input_file": "wheels/py36/lxml-5.3.0-cp36-cp36m-manylinux_2_28_x86_64.whl"
}
]
},
"pip39_dependencies": {
"wheel": [
{
"module": "lxml",
"input_file": "wheels/py39/lxml-4.9.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl"
"input_file": "wheels/py39/lxml-5.3.0-cp39-cp39-manylinux_2_28_x86_64.whl"
}
]
}
}
}
2 changes: 1 addition & 1 deletion bigfix_connector.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: bigfix_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 bigfix_consts.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: bigfix_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
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ verbose = true

[tool.isort]
line_length = 145
profile = "black"
1 change: 1 addition & 0 deletions release_notes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
**Unreleased**
* Updated dependencies to resolve security vulnerabilities [PSAAS-21305]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lxml==4.9.2
lxml==5.3.0
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
[flake8]
max-line-length = 145
max-complexity = 28
extend-ignore = F403,E128,E126,E121,E127,E731,E201,E202,E203,E701,F405,E722,D

[isort]
line_length = 145
extend-ignore = F403,E128,E126,E121,E127,E731,E201,E202,E203,E701,F405,E722,D,W503
Binary file removed wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/soupsieve-2.3.2.post1-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/soupsieve-2.5-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed wheels/shared/xmltodict-0.12.0-py2.py3-none-any.whl
Binary file not shown.

0 comments on commit a1d13a7

Please sign in to comment.