Skip to content

Commit

Permalink
Fix phishing wizard deprecated content (#30494)
Browse files Browse the repository at this point in the history
* Updated a deprecated SecurityAndCompliance integration to it's newer version SecurityAndComplianceV2

* updated RN
  • Loading branch information
ssokolovich committed Oct 29, 2023
1 parent 6971abc commit f9d350b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
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

0 comments on commit f9d350b

Please sign in to comment.