From c00feda9bbe1107a9d5478b38aa74527673c3b16 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 20:52:16 +0000 Subject: [PATCH 01/10] Bump watchdog from 2.0.2 to 2.0.3 Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/gorakhargosh/watchdog/releases) - [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst) - [Commits](https://github.com/gorakhargosh/watchdog/compare/v2.0.2...v2.0.3) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1fe340bf..f7df3f69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pymongo==3.11.3 netaddr==0.8.0 flask==1.1.2 terminable_thread==0.7.1 -watchdog==2.0.2 +watchdog==2.0.3 pyshark==0.4.3 oschmod==0.3.12 argparse==1.4.0 \ No newline at end of file From a4c2d703ee91487fa0ffb09590bee776ce3fb672 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 13:09:39 +0000 Subject: [PATCH 02/10] Bump watchdog from 2.0.3 to 2.1.0 Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 2.0.3 to 2.1.0. - [Release notes](https://github.com/gorakhargosh/watchdog/releases) - [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst) - [Commits](https://github.com/gorakhargosh/watchdog/compare/v2.0.3...v2.1.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f7df3f69..88ed4711 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pymongo==3.11.3 netaddr==0.8.0 flask==1.1.2 terminable_thread==0.7.1 -watchdog==2.0.3 +watchdog==2.1.0 pyshark==0.4.3 oschmod==0.3.12 argparse==1.4.0 \ No newline at end of file From a5f4312c45877d4281bc494b3de69c6eee74b95c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 16:44:36 +0000 Subject: [PATCH 03/10] Bump pytest from 6.2.3 to 6.2.4 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.3 to 6.2.4. - [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/6.2.3...6.2.4) Signed-off-by: dependabot-preview[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a616210d..8f1bf327 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -pytest==6.2.3 +pytest==6.2.4 codecov==2.1.11 requests==2.25.1 flake8==3.9.1 From bf8f172cbe97ea0a72de1eacb605889a2e99323b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 21:46:50 +0000 Subject: [PATCH 04/10] Bump setuptools from 56.0.0 to 56.1.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 56.0.0 to 56.1.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst) - [Commits](https://github.com/pypa/setuptools/compare/v56.0.0...v56.1.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f7df3f69..906d1571 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -setuptools==56.0.0 +setuptools==56.1.0 pymongo==3.11.3 netaddr==0.8.0 flask==1.1.2 From 698c3eb11c3d962afd9239e7c476f2b27cd0d4a6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 22:35:26 +0000 Subject: [PATCH 05/10] Bump pymongo from 3.11.3 to 3.11.4 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.11.3 to 3.11.4. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/3.11.4/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/3.11.3...3.11.4) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f7df3f69..6002d862 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ setuptools==56.0.0 -pymongo==3.11.3 +pymongo==3.11.4 netaddr==0.8.0 flask==1.1.2 terminable_thread==0.7.1 From b7bcbc54ebc2ae3ffad243951202938c126f6931 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 9 May 2021 13:03:28 +0000 Subject: [PATCH 06/10] Bump flake8 from 3.9.1 to 3.9.2 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.9.1 to 3.9.2. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/commits/master) Signed-off-by: dependabot-preview[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8f1bf327..ff7f628b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ pytest==6.2.4 codecov==2.1.11 requests==2.25.1 -flake8==3.9.1 +flake8==3.9.2 wheel==0.36.2 requests==2.25.1 \ No newline at end of file From a11ed31743709ba9fc52c2cb2768fff62f8b6541 Mon Sep 17 00:00:00 2001 From: Ali Razmjoo Date: Sun, 9 May 2021 16:09:45 +0200 Subject: [PATCH 07/10] fix error ssh/weak_password > [8/8] RUN ssh-keygen -k -f id_rsa -t rsa -N '' -f /root/.ssh/id_rsa >/dev/null && service ssh restart: #13 0.319 sshd: no hostkeys available -- exiting. --- modules/ssh/weak_password/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ssh/weak_password/Dockerfile b/modules/ssh/weak_password/Dockerfile index 007eeb67..e623fb2f 100644 --- a/modules/ssh/weak_password/Dockerfile +++ b/modules/ssh/weak_password/Dockerfile @@ -15,7 +15,7 @@ RUN sed -i 's/#Port 22/Port 22/g' /etc/ssh/sshd_config RUN sed -i 's/#PermitRootLogin yes/PermitRootLogin yes/g' /etc/ssh/sshd_config # run ssh-keygen non-interactive -RUN ssh-keygen -k -f id_rsa -t rsa -N '' -f /root/.ssh/id_rsa >/dev/null && service ssh restart +RUN ssh-keygen -k -f id_rsa -t rsa -N '' -f /root/.ssh/id_rsa >/dev/null && ssh-keygen -A && service ssh restart # start the service + wait for container ENTRYPOINT service ssh restart && tail From a7fddd9493be0a6879f4163c9984fbd4ed772439 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 9 May 2021 17:53:34 +0000 Subject: [PATCH 08/10] Bump setuptools from 56.1.0 to 56.2.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 56.1.0 to 56.2.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst) - [Commits](https://github.com/pypa/setuptools/compare/v56.1.0...v56.2.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3e35fb59..dd6470b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -setuptools==56.1.0 +setuptools==56.2.0 pymongo==3.11.4 netaddr==0.8.0 flask==1.1.2 From c608d0c82556e81651c8577d675125f12a1e1c24 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 14:02:54 +0000 Subject: [PATCH 09/10] Bump watchdog from 2.1.0 to 2.1.1 Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/gorakhargosh/watchdog/releases) - [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst) - [Commits](https://github.com/gorakhargosh/watchdog/compare/v2.1.0...v2.1.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3e35fb59..43790027 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pymongo==3.11.4 netaddr==0.8.0 flask==1.1.2 terminable_thread==0.7.1 -watchdog==2.1.0 +watchdog==2.1.1 pyshark==0.4.3 oschmod==0.3.12 argparse==1.4.0 \ No newline at end of file From 493b1696067f47f7bfb1b93bd567867fe5725e00 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 21:57:33 +0000 Subject: [PATCH 10/10] Bump flask from 1.1.2 to 2.0.0 Bumps [flask](https://github.com/pallets/flask) from 1.1.2 to 2.0.0. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/1.1.2...2.0.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3e35fb59..d1497aa8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ setuptools==56.1.0 pymongo==3.11.4 netaddr==0.8.0 -flask==1.1.2 +flask==2.0.0 terminable_thread==0.7.1 watchdog==2.1.0 pyshark==0.4.3