Skip to content

Commit

Permalink
Merging next to main for release 2.0.13 (#15)
Browse files Browse the repository at this point in the history
* fix(PSAAS-21305): Update Dependencies for CVEs (#14)

* 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>

* Bumped up the version of bigfix from 2.0.12 to 2.0.13

* Release notes for version 2.0.13

---------

Co-authored-by: kczernik-splunk <[email protected]>
Co-authored-by: splunk-soar-connectors-admin <admin@splunksoar>
Co-authored-by: root <root@splunksoar>
  • Loading branch information
4 people authored Feb 6, 2025
1 parent ee98a22 commit 169b535
Show file tree
Hide file tree
Showing 22 changed files with 171 additions and 137 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
4 changes: 2 additions & 2 deletions 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 All @@ -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
271 changes: 153 additions & 118 deletions README.md

Large diffs are not rendered by default.

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
12 changes: 6 additions & 6 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.",
"app_version": "2.0.12",
"utctime_updated": "2024-10-02T09:51:56.000000Z",
"license": "Copyright (c) 2017-2025 Splunk Inc.",
"app_version": "2.0.13",
"utctime_updated": "2025-02-05T10:36:45.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,15 +865,15 @@
"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"
}
]
}
Expand Down
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/2.0.13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* 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 169b535

Please sign in to comment.