Skip to content

Commit

Permalink
fix JSX error in OSQueryOpenSocket (#27034)
Browse files Browse the repository at this point in the history
* fix jsx error in OSQueryOpenSocket

* RN
  • Loading branch information
MosheEichler committed May 29, 2023
1 parent bfdd2d1 commit 727d304
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Packs/OSQuery/ReleaseNotes/1_0_8.md
@@ -0,0 +1,4 @@

#### Scripts
##### OSQueryOpenSockets
Maintenance and stability enhancements.
Expand Up @@ -8,7 +8,7 @@ subtype: python2
tags:
- OSQuery
deprecated: true
comment: "Deprecated. Use OSQueryBasicQuery with query='select distinct pid, family, protocol, local_address, local_port, remote_address, remote_port, path from process_open_sockets where path <> '' or remote_address <> '';' instead."
comment: "Deprecated. Use OSQueryBasicQuery with query='select distinct pid, family, protocol, local_address, local_port, remote_address, remote_port, path from process_open_sockets where path `<>` '' or remote_address `<>` '';' instead."
system: true
args:
- name: system
Expand Down
2 changes: 1 addition & 1 deletion Packs/OSQuery/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "OS Query",
"description": "Run OS query on a linux system.",
"support": "xsoar",
"currentVersion": "1.0.7",
"currentVersion": "1.0.8",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 727d304

Please sign in to comment.