From 19ace10918a19a55b2bda9b2cdc52afcdaf2037c Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Thu, 13 Aug 2020 19:01:22 +0000 Subject: [PATCH 1/3] Update release notes --- Packs/Code42/ReleaseNotes/2_0_2.md | 4 ++++ Packs/Code42/pack_metadata.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 Packs/Code42/ReleaseNotes/2_0_2.md diff --git a/Packs/Code42/ReleaseNotes/2_0_2.md b/Packs/Code42/ReleaseNotes/2_0_2.md new file mode 100644 index 000000000000..a4249b5790d8 --- /dev/null +++ b/Packs/Code42/ReleaseNotes/2_0_2.md @@ -0,0 +1,4 @@ + +#### Integrations +##### Code42 +- %%UPDATE_RN%% diff --git a/Packs/Code42/pack_metadata.json b/Packs/Code42/pack_metadata.json index 5e5f48804384..af319854ec69 100644 --- a/Packs/Code42/pack_metadata.json +++ b/Packs/Code42/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Code42", "description": "Use the Code42 integration to identify potential data exfiltration from insider threats while speeding investigation and response by providing fast access to file events and metadata across physical and cloud environments.", "support": "partner", - "currentVersion": "2.0.1", + "currentVersion": "2.0.2", "author": "Code42", "url": "https://support.code42.com/Administrator/Cloud/Monitoring_and_managing", "email": "", @@ -18,4 +18,4 @@ "githubUser": [ "nathanhunstad" ] -} +} \ No newline at end of file From 64f10e19fc31b00692d20a9c93dbbcbda5292575 Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Thu, 13 Aug 2020 19:05:40 +0000 Subject: [PATCH 2/3] CL --- Packs/Code42/Integrations/Code42/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Packs/Code42/Integrations/Code42/CHANGELOG.md b/Packs/Code42/Integrations/Code42/CHANGELOG.md index 44e1df80a27c..714347b8e2ba 100644 --- a/Packs/Code42/Integrations/Code42/CHANGELOG.md +++ b/Packs/Code42/Integrations/Code42/CHANGELOG.md @@ -1,4 +1,7 @@ ## [Unreleased] +- Fix bug where File Category would not map correctly when creating incidents from Code42 alerts. + +## [20.8.0] - 2020-08-04 - Internal code improvements. - Added new commands: - **code42-departingemployee-get-all** From 8704ad6b0ab09199e2b3e1052756a7fb4824a877 Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Thu, 13 Aug 2020 19:07:00 +0000 Subject: [PATCH 3/3] Copy cl entry to rn --- Packs/Code42/ReleaseNotes/2_0_2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packs/Code42/ReleaseNotes/2_0_2.md b/Packs/Code42/ReleaseNotes/2_0_2.md index a4249b5790d8..853a3b792aaa 100644 --- a/Packs/Code42/ReleaseNotes/2_0_2.md +++ b/Packs/Code42/ReleaseNotes/2_0_2.md @@ -1,4 +1,4 @@ #### Integrations ##### Code42 -- %%UPDATE_RN%% +- Fix bug where File Category would not map correctly when creating incidents from Code42 alerts.