-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Phishing - deduplication of HTML fields to improve performance #26517
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
…ere Email.Text would take precedence over Email.HTML if we keep the old fields)
… section to be under the email delete button section
This PR was automatically updated by a GitHub Action
To stop automatic version bumps, add the |
Packs/Campaign/Playbooks/Detect_&_Manage_Phishing_Campaigns.yml
Outdated
Show resolved
Hide resolved
Packs/Campaign/Playbooks/Detect_&_Manage_Phishing_Campaigns.yml
Outdated
Show resolved
Hide resolved
Packs/Campaign/Playbooks/Detect_&_Manage_Phishing_Campaigns.yml
Outdated
Show resolved
Hide resolved
@ArikDay @AdiPeret @tomer-pan Doc review completed. |
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
…nt into phishing-dedup-html-fields
This PR was automatically updated by a GitHub Action
To stop automatic version bumps, add the |
@ShirleyDenkberg can you please review the RN again? I modified the RN to emphasize that while we do recommend to change the value of the input - it can break backward compatibility for the users if they're using custom content. |
…nt into phishing-dedup-html-fields
|
||
##### Detect & Manage Phishing Campaigns | ||
|
||
Changed the playbook to use the *Email HTML* field instead of the *Email Body HTML* by default. We recommend that users change to the value locally as well. This change should not affect the functionality of the playbook. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed the playbook to use the *Email HTML* field instead of the *Email Body HTML* by default. We recommend that users change to the value locally as well. This change should not affect the functionality of the playbook. | |
Changed the playbook to use the *Email HTML* field instead of the *Email Body HTML* by default. We recommend that users change the value locally as well. This change should not affect the functionality of the playbook. |
Status
In Progress
Related Issues
fixes: https://jira-hq.paloaltonetworks.local/browse/CRTX-81822
Description
Email Body HTML
andRendered HTML
fields.The flag should be set to False if the user experiences errors due to incident object size. Setting the flag to False will break backward compatibility if the user depends on the
Email Body HTML
orRendered HTML
fields in their playbooks.The field
Email HTML
should be used instead, and theEmail Body
field should be used for plan-text email bodies.Minimum version of Cortex XSOAR
6.5.0
Does it break backward compatibility?
No / Yes (depending on what we will decide about the flag's default value.)