Javier Sanchez Gil
Javier Sanchez Gil
## Update - I was discussing with @fdalmaup how our current `aws_buckets` code can handle multiple `get_full_prefix` calls if we provide each of the `acl_names` we obtain. Currently, the code...
## Update I am still working on how to iterate over all ACLs to display all logs within that bucket I first tried passing get_full_prefix without any ACL to use...
## Update Finally, it was decided to handle AWS WAF V2 through the `-w` parameter, passing the ACL names as arguments to the parameter, similar to how it is done...
I was finishing up the implementation to pass a list of ACLs using the `-w` parameter : Execution with a single ACL: ```console root@wazuh-master:/# var/ossec/wodles/aws/aws-s3 --bucket aws-waf-logs-wodle-v2 --aws_profile default --only_logs_after...
## Update - The argument `waf_acls` was moved inside the `AWSWAFBucket` class along with all the methods where it was involved - I made the requested changes. - I modified...
## Update I was monitoring the error that occurred with `AWS WAF Kinesis`: ```console root@wazuh-master:/# /var/ossec/wodles/aws/aws-s3 --bucket wazuh-aws-wodle-waf --aws_profile default --only_logs_after 2019-OCT-22 --regions us-east-1 --type waf --skip_on_error -d 2 DEBUG:...
## Update The error with `Kinesis`, as shown in the previous update, has been fixed On the other hand, a bug has also been fixed, as the `Marker` appeared twice,...
## Update The `Jinja2` dependency will be updated to version `3.1.4`, the latest available as seen at https://pypi.org/project/Jinja2/#history
## Update Deps tree of `4.8.1`: ```console (venv) wazuh@javier:~/Git/wazuh$ pipdeptree aiohttp-cache==2.2.0 ├── aiohttp [required: >=3.6,=1.1.2, installed: 1.2.0] │ │ └── frozenlist [required: >=1.1.0, installed: 1.2.0] │ ├── async-timeout [required: >=4.0,=17.3.0,...
## Update Packages were generated for `AMD` (The installation was checked with the packages) : Installation ```console Successfully installed Cython-0.29.21 Flask-2.2.5 Jinja2-3.1.4 MarkupSafe-2.1.2 PyJWT-2.8.0 PyYAML-5.4.1 SQLAlchemy-2.0.23 Werkzeug-2.2.3 aiohttp-3.9.5 aiohttp-cache-2.2.0 aiohttp-cors-0.7.0...