Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging next to main for release 2.1.9 #15

Merged
merged 25 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
f0566be
Generate README.md content based on data from app JSON and/or rename …
jdemelo Jan 7, 2022
0a6d80b
Bumped up the version of awswafv2 from 2.1.7 to 2.1.8
Jan 7, 2022
54dd488
Update pre-commit hook version
Feb 1, 2022
15f76a9
Updating start-release action trigger
Feb 4, 2022
a9e0983
Adding workflow file for release review
Jul 18, 2022
acd025d
'stop maintaining and delete release_notes.html'
Jul 22, 2022
680ee59
'create generate-doc.yml file'
Mar 3, 2023
101b415
'update generate-doc.yml file'
Mar 7, 2023
17558ab
'update generate-doc.yml file'
Mar 7, 2023
7923134
'update generate-doc.yml file with manual_readme_content.md'
Apr 22, 2023
9341e32
Remove semgrep workflow file
Jul 14, 2023
58a763b
'convert readme.html to manual_readme_content.md'
Aug 1, 2023
2219c44
Removed requests, six and indirect requirements from requirements.txt…
bb-splunk Oct 31, 2023
1880a2e
Release notes for version 2.1.8
Oct 31, 2023
63f67f1
Updating min_phantom_version and license period
bbielinski-splunk Feb 7, 2024
c552e08
Update README.md
Feb 7, 2024
aee3ec5
Merge pull request #12 from splunk-soar-connectors/bbielinski/fixing-…
bbielinski-splunk Feb 8, 2024
3406a25
Release notes for version 2.1.8
Feb 8, 2024
853a278
PSAAS-20421 | dependencies updated
kczernik-splunk Dec 10, 2024
352430f
Update README.md
Dec 10, 2024
93e110b
Merge pull request #14 from splunk-soar-connectors/kczernik/PSAAS-20421
kczernik-splunk Dec 16, 2024
e73e847
Bumped up the version of awswafv2 from 2.1.8 to 2.1.9
Dec 16, 2024
07698b3
Release notes for version 2.1.9
Dec 16, 2024
473dece
Release notes for version 2.1.9
Dec 16, 2024
996909c
Merge branch 'main' into next
mnordby-splunk Dec 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
repos:
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v1.16
rev: v1.24
hooks:
- id: org-hook
- id: package-app-dependencies
- id: readme-check
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
rev: v1.5.0
hooks:
- id: detect-secrets
args: ['--no-verify', '--exclude-files', '^awswafv2.json$']
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# AWS WAF V2

Publisher: Splunk
Connector Version: 2.1.8
Connector Version: 2.1.9
Product Vendor: AWS
Product Name: WAF V2
Product Version Supported (regex): ".\*"
Minimum Product Version: 6.1.1
Minimum Product Version: 6.3.0

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

Expand Down Expand Up @@ -47,8 +47,8 @@ actions within a playbook. For more information, please see the [AWS Identity an
documentation](https://docs.aws.amazon.com/iam/index.html) .


### Configuration Variables
The below configuration variables are required for this Connector to operate. These variables are specified when configuring a WAF V2 asset in SOAR.
### Configuration variables
This table lists the configuration variables required to operate AWS WAF V2. These variables are specified when configuring a WAF V2 asset in Splunk SOAR.

VARIABLE | REQUIRED | TYPE | DESCRIPTION
-------- | -------- | ---- | -----------
Expand Down
18 changes: 3 additions & 15 deletions awswafv2.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"product_version_regex": ".*",
"publisher": "Splunk",
"license": "Copyright (c) 2021-2024 Splunk Inc.",
"app_version": "2.1.8",
"utctime_updated": "2022-01-07T20:07:08.000000Z",
"app_version": "2.1.9",
"utctime_updated": "2024-12-16T14:09:02.000000Z",
"package_name": "phantom_awswafv2",
"main_module": "awswafv2_connector.py",
"min_phantom_version": "6.1.1",
"min_phantom_version": "6.3.0",
"fips_compliant": true,
"app_wizard_version": "1.0.0",
"python_version": "3",
Expand Down Expand Up @@ -918,21 +918,9 @@
"module": "jmespath",
"input_file": "wheels/shared/jmespath-0.10.0-py2.py3-none-any.whl"
},
{
"module": "python_dateutil",
"input_file": "wheels/shared/python_dateutil-2.8.2-py2.py3-none-any.whl"
},
{
"module": "s3transfer",
"input_file": "wheels/shared/s3transfer-0.3.7-py2.py3-none-any.whl"
},
{
"module": "six",
"input_file": "wheels/shared/six-1.16.0-py2.py3-none-any.whl"
},
{
"module": "urllib3",
"input_file": "wheels/shared/urllib3-1.26.18-py2.py3-none-any.whl"
}
]
}
Expand Down
Loading
Loading