Skip to content

Commit

Permalink
Merge pull request #8 from splunk-soar-connectors/next
Browse files Browse the repository at this point in the history
Merging next to main for release 1.2.0
  • Loading branch information
ishans-crest authored Feb 6, 2025
2 parents 813e7da + 10bc690 commit 2b49b27
Show file tree
Hide file tree
Showing 22 changed files with 1,193 additions and 607 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.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: ['--no-verify', '--exclude-files', '^ipqualityscore.json$']
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) 2021-2023 IPQualityScore.com
Copyright (c) 2021-2025 IPQualityScore.com

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.
7 changes: 1 addition & 6 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
Splunk SOAR IPQualityScore
Copyright (c) 2021-2023 IPQualityScore.com
Copyright (c) 2021-2025 IPQualityScore.com

Third-party Software Attributions:

Library: requests
Version: 2.25.0
License: Apache 2.0
Kenneth Reitz

Library: simplejson
Version: 3.17.2
License: Academic 2.1
Expand Down
392 changes: 251 additions & 141 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) 2021-2023 IPQualityScore.com
# Copyright (c) 2021-2025 IPQualityScore.com
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit 2b49b27

Please sign in to comment.