Skip to content

Commit

Permalink
PAPP-34915 fresh commit, update setuptools and zipp libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
mnordby-splunk committed Nov 7, 2024
1 parent 48f1aa2 commit fadb451
Show file tree
Hide file tree
Showing 19 changed files with 149 additions and 209 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.16
rev: v1.23
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: ['--no-verify', '--exclude-files', '^misp.json$']
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.
134 changes: 47 additions & 87 deletions misp.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,82 +12,14 @@
"product_vendor": "MISP",
"product_name": "MISP",
"product_version_regex": ".*",
"min_phantom_version": "6.2.1",
"min_phantom_version": "6.2.2",
"fips_compliant": true,
"python_version": "3",
"latest_tested_versions": [
"On-prem, Version 2.4.140"
],
"logo": "logo_misp.svg",
"logo_dark": "logo_misp_dark.svg",
"pip_dependencies": {
"wheel": [
{
"module": "Deprecated",
"input_file": "wheels/shared/Deprecated-1.2.12-py2.py3-none-any.whl"
},
{
"module": "attrs",
"input_file": "wheels/py3/attrs-22.2.0-py3-none-any.whl"
},
{
"module": "beautifulsoup4",
"input_file": "wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl"
},
{
"module": "cachetools",
"input_file": "wheels/py3/cachetools-4.2.2-py3-none-any.whl"
},
{
"module": "charset_normalizer",
"input_file": "wheels/py3/charset_normalizer-2.0.12-py3-none-any.whl"
},
{
"module": "importlib_metadata",
"input_file": "wheels/py3/importlib_metadata-4.8.3-py3-none-any.whl"
},
{
"module": "jsonschema",
"input_file": "wheels/shared/jsonschema-3.2.0-py2.py3-none-any.whl"
},
{
"module": "pymisp",
"input_file": "wheels/py3/pymisp-2.4.138-py3-none-any.whl"
},
{
"module": "pyrsistent",
"input_file": "wheels/py36/pyrsistent-0.18.0-cp36-cp36m-manylinux1_x86_64.manylinux_2_5_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "python_dateutil",
"input_file": "wheels/shared/python_dateutil-2.8.2-py2.py3-none-any.whl"
},
{
"module": "setuptools",
"input_file": "wheels/py3/setuptools-59.6.0-py3-none-any.whl"
},
{
"module": "six",
"input_file": "wheels/shared/six-1.16.0-py2.py3-none-any.whl"
},
{
"module": "soupsieve",
"input_file": "wheels/py3/soupsieve-2.3.2.post1-py3-none-any.whl"
},
{
"module": "typing_extensions",
"input_file": "wheels/py3/typing_extensions-4.1.1-py3-none-any.whl"
},
{
"module": "wrapt",
"input_file": "wheels/py36/wrapt-1.16.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "zipp",
"input_file": "wheels/py3/zipp-3.6.0-py3-none-any.whl"
}
]
},
"configuration": {
"base_url": {
"description": "MISP instance URL (http://misp_instance.company.com/)",
Expand Down Expand Up @@ -2412,19 +2344,51 @@
},
{
"module": "attrs",
"input_file": "wheels/py3/attrs-23.1.0-py3-none-any.whl"
"input_file": "wheels/py3/attrs-24.2.0-py3-none-any.whl"
},
{
"module": "cachetools",
"input_file": "wheels/py3/cachetools-4.2.2-py3-none-any.whl"
},
{
"module": "jsonschema",
"input_file": "wheels/shared/jsonschema-3.2.0-py2.py3-none-any.whl"
},
{
"module": "beautifulsoup4",
"input_file": "wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl"
"module": "pymisp",
"input_file": "wheels/py3/pymisp-2.4.138-py3-none-any.whl"
},
{
"module": "pyrsistent",
"input_file": "wheels/py39/pyrsistent-0.20.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "setuptools",
"input_file": "wheels/py3/setuptools-75.3.0-py3-none-any.whl"
},
{
"module": "wrapt",
"input_file": "wheels/py39/wrapt-1.16.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
}
]
},
"pip_dependencies": {
"wheel": [
{
"module": "Deprecated",
"input_file": "wheels/shared/Deprecated-1.2.12-py2.py3-none-any.whl"
},
{
"module": "attrs",
"input_file": "wheels/py3/attrs-22.2.0-py3-none-any.whl"
},
{
"module": "cachetools",
"input_file": "wheels/py3/cachetools-4.2.2-py3-none-any.whl"
},
{
"module": "charset_normalizer",
"input_file": "wheels/py39/charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"module": "importlib_metadata",
"input_file": "wheels/py3/importlib_metadata-4.8.3-py3-none-any.whl"
},
{
"module": "jsonschema",
Expand All @@ -2436,28 +2400,24 @@
},
{
"module": "pyrsistent",
"input_file": "wheels/py39/pyrsistent-0.20.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "python_dateutil",
"input_file": "wheels/shared/python_dateutil-2.8.2-py2.py3-none-any.whl"
"input_file": "wheels/py36/pyrsistent-0.18.0-cp36-cp36m-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux_2_28_x86_64.whl"
},
{
"module": "setuptools",
"input_file": "wheels/py3/setuptools-69.0.2-py3-none-any.whl"
"input_file": "wheels/py3/setuptools-59.6.0-py3-none-any.whl"
},
{
"module": "six",
"input_file": "wheels/shared/six-1.16.0-py2.py3-none-any.whl"
"module": "typing_extensions",
"input_file": "wheels/py3/typing_extensions-4.1.1-py3-none-any.whl"
},
{
"module": "soupsieve",
"input_file": "wheels/py3/soupsieve-2.5-py3-none-any.whl"
"module": "wrapt",
"input_file": "wheels/py36/wrapt-1.16.0-cp36-cp36m-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux_2_28_x86_64.whl"
},
{
"module": "wrapt",
"input_file": "wheels/py39/wrapt-1.16.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"module": "zipp",
"input_file": "wheels/py3/zipp-3.6.0-py3-none-any.whl"
}
]
}
}
}
Loading

0 comments on commit fadb451

Please sign in to comment.