diff --git a/Packs/AWS_WAF/Integrations/AWSWAF/AWSWAF.py b/Packs/AWS_WAF/Integrations/AWSWAF/AWSWAF.py index b6e62ce5713b..8cffece7b4c8 100644 --- a/Packs/AWS_WAF/Integrations/AWSWAF/AWSWAF.py +++ b/Packs/AWS_WAF/Integrations/AWSWAF/AWSWAF.py @@ -133,7 +133,7 @@ def build_visibility_config_object(metric_name: str, def get_tags_dict_from_args(tag_keys: list, tag_values: list) -> list: """ - Creates a list of dictionaries containing the tag key, and it's corresponding value + Creates a list of dictionaries containing the tag key, and its corresponding value Args: tag_keys: tag keys list tag_values: tag values list diff --git a/Packs/AWS_WAF/Integrations/AWSWAF/AWSWAF.yml b/Packs/AWS_WAF/Integrations/AWSWAF/AWSWAF.yml index 550d62a66ae8..538176ec8dde 100644 --- a/Packs/AWS_WAF/Integrations/AWSWAF/AWSWAF.yml +++ b/Packs/AWS_WAF/Integrations/AWSWAF/AWSWAF.yml @@ -1463,7 +1463,7 @@ script: script: '-' type: python subtype: python3 - dockerimage: demisto/boto3py3:1.0.0.50693 + dockerimage: demisto/boto3py3:1.0.0.63655 fromversion: 6.5.0 tests: - No tests (auto formatted) diff --git a/Packs/AWS_WAF/ReleaseNotes/1_0_1.md b/Packs/AWS_WAF/ReleaseNotes/1_0_1.md new file mode 100644 index 000000000000..eb9628ffd0c0 --- /dev/null +++ b/Packs/AWS_WAF/ReleaseNotes/1_0_1.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### AWS-WAF + +- Fixed grammar in a comment. +- Updated the Docker image to: *demisto/boto3py3:1.0.0.63655*. diff --git a/Packs/AWS_WAF/pack_metadata.json b/Packs/AWS_WAF/pack_metadata.json index 93d8cd3f678b..5502a3c3f598 100644 --- a/Packs/AWS_WAF/pack_metadata.json +++ b/Packs/AWS_WAF/pack_metadata.json @@ -2,7 +2,7 @@ "name": "AWS WAF", "description": "Amazon Web Services Web Application Firewall (WAF)", "support": "xsoar", - "currentVersion": "1.0.0", + "currentVersion": "1.0.1", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/AccentureCTI/Integrations/ACTIIndicatorQuery/ACTIIndicatorQuery.py b/Packs/AccentureCTI/Integrations/ACTIIndicatorQuery/ACTIIndicatorQuery.py index 1678bee50c35..c7415320301f 100644 --- a/Packs/AccentureCTI/Integrations/ACTIIndicatorQuery/ACTIIndicatorQuery.py +++ b/Packs/AccentureCTI/Integrations/ACTIIndicatorQuery/ACTIIndicatorQuery.py @@ -172,7 +172,7 @@ def _extract_analysis_info(res: dict, dbot_score_type: str, def _check_returned_results(res: dict) -> List[str]: """ - Checks which indicator value founded on iDefense database. + Checks which indicator values were found in the iDefense database. Args: res: api response Returns: list of indicator values that returned from api request diff --git a/Packs/AccentureCTI/Integrations/ACTIIndicatorQuery/ACTIIndicatorQuery.yml b/Packs/AccentureCTI/Integrations/ACTIIndicatorQuery/ACTIIndicatorQuery.yml index 930c173676d3..811c6f3fec04 100644 --- a/Packs/AccentureCTI/Integrations/ACTIIndicatorQuery/ACTIIndicatorQuery.yml +++ b/Packs/AccentureCTI/Integrations/ACTIIndicatorQuery/ACTIIndicatorQuery.yml @@ -404,7 +404,7 @@ script: description: The actual score. type: String - dockerimage: demisto/python3:3.10.11.61265 + dockerimage: demisto/python3:3.10.12.63474 feed: false isfetch: false longRunning: false diff --git a/Packs/AccentureCTI/ReleaseNotes/2_2_16.md b/Packs/AccentureCTI/ReleaseNotes/2_2_16.md new file mode 100644 index 000000000000..b16c30998305 --- /dev/null +++ b/Packs/AccentureCTI/ReleaseNotes/2_2_16.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### ACTI Indicator Query + +- Fixed grammar in a comment. +- Updated the Docker image to: *demisto/python3:3.10.12.63474*. diff --git a/Packs/AccentureCTI/pack_metadata.json b/Packs/AccentureCTI/pack_metadata.json index 8450cb832711..e82407dee9dc 100644 --- a/Packs/AccentureCTI/pack_metadata.json +++ b/Packs/AccentureCTI/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Accenture CTI v2", "description": "Accenture CTI provides intelligence regarding security threats and vulnerabilities.", "support": "partner", - "currentVersion": "2.2.15", + "currentVersion": "2.2.16", "author": "Accenture", "url": "https://www.accenture.com/us-en/services/security/cyber-defense", "email": "CTI.AcctManagement@accenture.com",