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

Fix phishing wizard deprecated content #30494

Merged
merged 3 commits into from
Oct 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions Packs/Phishing/ReleaseNotes/3_5_30.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Wizards

##### Phishing

Updated the deprecated SecurityAndCompliance integration to it's newer version (SecurityAndComplianceV2).
8 changes: 4 additions & 4 deletions Packs/Phishing/Wizards/wizard-Phishing.json
Original file line number Diff line number Diff line change
Expand Up @@ -517,12 +517,12 @@
"description": "Configure 'Agari Phishing Defense' to block IOCs as part of the investigation."
},
{
"name": "SecurityAndCompliance",
"name": "SecurityAndComplianceV2",
"action": {
"existing": "Configure 'Security And Compliance' to manage and interact with Microsoft security and compliance content search.",
"new": "Configure 'Security And Compliance' to manage and interact with Microsoft security and compliance content search."
"existing": "Configure 'Security And Compliance v2' to manage and interact with Microsoft security and compliance content search.",
"new": "Configure 'Security And Compliance v2' to manage and interact with Microsoft security and compliance content search."
},
"description": "Configure 'Security And Compliance' to manage and interact with Microsoft security and compliance content search."
"description": "Configure 'Security And Compliance v2' to manage and interact with Microsoft security and compliance content search."
},
{
"name": "VirusTotal - Private API",
Expand Down
2 changes: 1 addition & 1 deletion Packs/Phishing/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Phishing",
"description": "Phishing emails still hooking your end users? This Content Pack can drastically reduce the time your security team spends on phishing alerts.",
"support": "xsoar",
"currentVersion": "3.5.29",
"currentVersion": "3.5.30",
"serverMinVersion": "6.0.0",
"videos": [
"https://www.youtube.com/watch?v=SY-3L348PoY"
Expand Down