Skip to content
Closed
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
6 changes: 6 additions & 0 deletions Packs/CommonScripts/ReleaseNotes/1_22_52.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Scripts

##### ExifRead

- Updated the ExifRead script to %%UPDATE_CONTENT_ITEM_CHANGE_DESCRIPTION%%.
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/ExifRead/ExifRead.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: python
subtype: python3
tags:
- Utility
comment: Read image files metadata and provide Exif tags.
comment: Read image files metadata and provide Exif tags adi test.
enabled: true
args:
- name: EntryID
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonScripts/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Common Scripts",
"description": "Frequently used scripts pack.",
"support": "xsoar",
"currentVersion": "1.22.51",
"currentVersion": "1.22.52",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Loading