From d26a337bbdd0ee23fa56521373b5d097f682a871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 23:25:53 +0000 Subject: [PATCH 1/5] Bump pysigma from 0.9.8 to 0.10.9 Bumps [pysigma](https://github.com/SigmaHQ/pySigma) from 0.9.8 to 0.10.9. - [Release notes](https://github.com/SigmaHQ/pySigma/releases) - [Commits](https://github.com/SigmaHQ/pySigma/compare/v0.9.8...v0.10.9) --- updated-dependencies: - dependency-name: pysigma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 02cc153709..d4fbbcef0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ mock==4.0.3 psutil==5.9.5 pycvesearch==1.2 pydantic==1.10.8 -pysigma==0.9.8 +pysigma==0.10.9 pysigma-backend-splunk==1.0.2 pytest==7.4.2 PyYAML>=5.4.1 From 097e3922c0e6cef4a31ec1c5022808a1638af3a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 23:26:08 +0000 Subject: [PATCH 2/5] Bump jsonschema from 4.19.1 to 4.20.0 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.19.1 to 4.20.0. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.19.1...v4.20.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 02cc153709..97aa5a2c7f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ attackcti==0.3.9 docker==6.1.3 GitPython==3.1.37 Jinja2==3.1.2 -jsonschema==4.19.1 +jsonschema==4.20.0 mock==4.0.3 psutil==5.9.5 pycvesearch==1.2 From c9f300c0c7e0e60c42ffe6fa6180a9b54a08c04e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 23:26:14 +0000 Subject: [PATCH 3/5] Bump pytest from 7.4.2 to 7.4.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 7.4.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.2...7.4.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 02cc153709..23e5595745 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ pycvesearch==1.2 pydantic==1.10.8 pysigma==0.9.8 pysigma-backend-splunk==1.0.2 -pytest==7.4.2 +pytest==7.4.3 PyYAML>=5.4.1 questionary==1.10.0 requests==2.31.0 From 9e1452023cef4b691a48f2bca0ce1bc06d828d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 23:26:25 +0000 Subject: [PATCH 4/5] Bump psutil from 5.9.5 to 5.9.6 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.5 to 5.9.6. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.5...release-5.9.6) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 02cc153709..8433ce59b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ GitPython==3.1.37 Jinja2==3.1.2 jsonschema==4.19.1 mock==4.0.3 -psutil==5.9.5 +psutil==5.9.6 pycvesearch==1.2 pydantic==1.10.8 pysigma==0.9.8 From bc1824d5c155fe3d25733a76f924f770e06c8a55 Mon Sep 17 00:00:00 2001 From: Bhavin Patel Date: Wed, 6 Dec 2023 14:36:10 -0800 Subject: [PATCH 5/5] deprecated office story --- contentctl | 2 +- stories/{ => deprecated}/office_365_detections.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename stories/{ => deprecated}/office_365_detections.yml (100%) diff --git a/contentctl b/contentctl index 0e0c8794e6..2f2e84a7e4 160000 --- a/contentctl +++ b/contentctl @@ -1 +1 @@ -Subproject commit 0e0c8794e694ca9154202c6ba9adc6795549c023 +Subproject commit 2f2e84a7e4b17aad40cdd7dc8da2445f5665b3d3 diff --git a/stories/office_365_detections.yml b/stories/deprecated/office_365_detections.yml similarity index 100% rename from stories/office_365_detections.yml rename to stories/deprecated/office_365_detections.yml