Skip to content

Commit

Permalink
Merge pull request #12 from splunk-soar-connectors/bbielinski/fixing-…
Browse files Browse the repository at this point in the history
…license-period

AWSWAFV2: Updating min_phantom_version and license period
  • Loading branch information
bbielinski-splunk authored Feb 8, 2024
2 parents 1880a2e + c552e08 commit aee3ec5
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Linting
on: [push, pull_request]
jobs:
lint:
lint:
# Run per push for internal contributers. This isn't possible for forked pull requests,
# so we'll need to run on PR events for external contributers.
# String comparison below is case insensitive.
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) 2021-2023 Splunk Inc.
Copyright (c) 2021-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 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Connector Version: 2.1.8
Product Vendor: AWS
Product Name: WAF V2
Product Version Supported (regex): ".\*"
Minimum Product Version: 5.5.0
Minimum Product Version: 6.1.1

This app integrates with AWS WAF to add and delete IP addresses using API version V2

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) 2021-2023 Splunk Inc.
# Copyright (c) 2021-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
4 changes: 2 additions & 2 deletions awswafv2.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"product_name": "WAF V2",
"product_version_regex": ".*",
"publisher": "Splunk",
"license": "Copyright (c) 2021-2023 Splunk Inc.",
"license": "Copyright (c) 2021-2024 Splunk Inc.",
"app_version": "2.1.8",
"utctime_updated": "2022-01-07T20:07:08.000000Z",
"package_name": "phantom_awswafv2",
"main_module": "awswafv2_connector.py",
"min_phantom_version": "5.5.0",
"min_phantom_version": "6.1.1",
"fips_compliant": true,
"app_wizard_version": "1.0.0",
"python_version": "3",
Expand Down
2 changes: 1 addition & 1 deletion awswafv2_connector.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: awswafv2_connector.py
#
# Copyright (c) 2021-2023 Splunk Inc.
# Copyright (c) 2021-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
4 changes: 2 additions & 2 deletions awswafv2_consts.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: awswafv2_consts.py
#
# Copyright (c) 2021-2023 Splunk Inc.
# Copyright (c) 2021-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 All @@ -14,7 +14,7 @@
# and limitations under the License.
AWSWAF_VERSION_V2 = 'wafv2'
AWSWAF_ACCESS_KEY = 'access_key_id'
AWSWAF_SECRET_KEY = 'access_key_secret'
AWSWAF_SECRET_KEY = 'access_key_secret' # pragma: allowlist secret
AWSWAF_REGION = 'region'
AWSWAF_SCOPE = 'scope'
AWSWAF_SCOPE_CLOUDFRONT = 'CLOUDFRONT'
Expand Down
2 changes: 1 addition & 1 deletion exclude_files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ docker-compose.yml
Makefile
.git*
.gitlab-ci.yml
whitesource-results
whitesource-results

0 comments on commit aee3ec5

Please sign in to comment.