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

Fix small grammar typos in documentation #27533

Merged
merged 1 commit into from
Jun 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion Packs/AWS_WAF/Integrations/AWSWAF/AWSWAF.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Packs/AWS_WAF/Integrations/AWSWAF/AWSWAF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
7 changes: 7 additions & 0 deletions Packs/AWS_WAF/ReleaseNotes/1_0_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### AWS-WAF

- Fixed grammar in a comment.
- Updated the Docker image to: *demisto/boto3py3:1.0.0.63655*.
2 changes: 1 addition & 1 deletion Packs/AWS_WAF/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions Packs/AccentureCTI/ReleaseNotes/2_2_16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### ACTI Indicator Query

- Fixed grammar in a comment.
- Updated the Docker image to: *demisto/python3:3.10.12.63474*.
2 changes: 1 addition & 1 deletion Packs/AccentureCTI/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down