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

Extract Indicators From File PB: not convert docx to pdf #36573

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 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
Original file line number Diff line number Diff line change
Expand Up @@ -1314,6 +1314,22 @@ tasks:
value:
simple: CDFV2 Encrypted
ignorecase: true
- - operator: isNotEqualString
left:
value:
simple: inputs.File.Extension
iscontext: true
right:
value:
simple: docx
- - operator: isNotEqualString
left:
value:
simple: inputs.File.Extension
iscontext: true
right:
value:
simple: doc
accessor: EntryID
transformers:
- operator: uniq
Expand Down
6 changes: 6 additions & 0 deletions Packs/CommonPlaybooks/ReleaseNotes/2_6_43.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Playbooks

##### Extract Indicators From File - Generic v2

Fixed an issue where the file conversion tasks attempted to convert a doc/docx file although these files are not supposed to be converted.
2 changes: 1 addition & 1 deletion Packs/CommonPlaybooks/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Common Playbooks",
"description": "Frequently used playbooks pack.",
"support": "xsoar",
"currentVersion": "2.6.42",
"currentVersion": "2.6.43",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Loading