Skip to content

Commit

Permalink
[CoreXQLApiModule] MyPy In Docker (#38023)
Browse files Browse the repository at this point in the history
* fix

* RN
  • Loading branch information
shmuel44 authored Jan 8, 2025
1 parent 9d599e4 commit 058f573
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(self, base_url: str, headers: dict, timeout: int = 120, proxy: bool
self.timeout = timeout
self.is_core = is_core

def _http_request(self, method, url_suffix='', full_url=None, headers=None, json_data=None,
def _http_request(self, method, url_suffix='', full_url=None, headers=None, json_data=None, # type: ignore[override]
params=None, data=None, timeout=None, raise_on_status=False, ok_codes=None,
error_handler=None, with_metrics=False, resp_type='json', response_data_type=None):
'''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ comment: Common Core XQL Client provides generic infrastructure.
scripttarget: 0
dependson: {}
timeout: 0s
dockerimage: demisto/python3:3.10.14.99144
dockerimage: demisto/python3:3.11.11.1940698
fromversion: 5.0.0
tests:
- No tests (auto formatted)
6 changes: 6 additions & 0 deletions Packs/Core/ReleaseNotes/3_2_18.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### XQL Query Engine

Documentation and metadata improvements.
2 changes: 1 addition & 1 deletion Packs/Core/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Core - Investigation and Response",
"description": "Automates incident response",
"support": "xsoar",
"currentVersion": "3.2.17",
"currentVersion": "3.2.18",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
6 changes: 6 additions & 0 deletions Packs/CortexXDR/ReleaseNotes/6_2_5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Cortex XDR - XQL Query Engine

Documentation and metadata improvements.
2 changes: 1 addition & 1 deletion Packs/CortexXDR/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Cortex XDR by Palo Alto Networks",
"description": "Automates Cortex XDR incident response, and includes custom Cortex XDR incident views and layouts to aid analyst investigations.",
"support": "xsoar",
"currentVersion": "6.2.4",
"currentVersion": "6.2.5",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 058f573

Please sign in to comment.