From e64856f8948a21c997ad592ed65569782e0d0193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2E=20Gouv=C3=AAa?= <10741284+htrgouvea@users.noreply.github.com> Date: Sun, 9 Jun 2024 17:05:41 -0300 Subject: [PATCH 1/9] Develop (#103) * add masscan * added --keep option * added badges * update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b04ebaf..323798c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ COPY . /usr/src/spellbook WORKDIR /usr/src/spellbook RUN apt-get update && \ - apt-get install -y masscan + apt-get install -y libpcap-dev masscan RUN cpanm --installdeps . From 9fc4efa1e5ff694f3f74fc8a7a7919a5f8311957 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 18:27:18 -0300 Subject: [PATCH 2/9] Bump perl from 5.32-threaded to 5.38-threaded (#104) Bumps perl from 5.32-threaded to 5.38-threaded. --- updated-dependencies: - dependency-name: perl dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 323798c..95a1b0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM perl:5.32-threaded +FROM perl:5.38-threaded COPY . /usr/src/spellbook WORKDIR /usr/src/spellbook From 59d29bb5b7ae49af8451dc083d0def33e4f39f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:23:06 -0300 Subject: [PATCH 3/9] Bump perl from 5.38-threaded to 5.40-threaded (#105) Bumps perl from 5.38-threaded to 5.40-threaded. --- updated-dependencies: - dependency-name: perl dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 95a1b0d..4d0613c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM perl:5.38-threaded +FROM perl:5.40-threaded COPY . /usr/src/spellbook WORKDIR /usr/src/spellbook From 2334639438f7f8be1766d607d576dd57c9c967ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2E=20Gouv=C3=AAa?= <10741284+htrgouvea@users.noreply.github.com> Date: Wed, 19 Jun 2024 08:18:23 -0300 Subject: [PATCH 4/9] Rename test.yml to test-on-ubuntu.yml (#106) --- .github/workflows/{test.yml => test-on-ubuntu.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{test.yml => test-on-ubuntu.yml} (100%) diff --git a/.github/workflows/test.yml b/.github/workflows/test-on-ubuntu.yml similarity index 100% rename from .github/workflows/test.yml rename to .github/workflows/test-on-ubuntu.yml From 29ffece374c1f6e3a05290e41256e0fa457d8ff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2E=20Gouv=C3=AAa?= <10741284+htrgouvea@users.noreply.github.com> Date: Wed, 19 Jun 2024 09:01:44 -0300 Subject: [PATCH 5/9] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a06805..08ded07 100755 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@
- + - +

@@ -126,4 +126,4 @@ Your contributions and suggestions are heartily ♥ welcome. [See here the contr ### License -This work is licensed under [MIT License.](/LICENSE.md) \ No newline at end of file +This work is licensed under [MIT License.](/LICENSE.md) From f6841327104e0ad51d4d93c796913cc6c2ae6984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2E=20Gouv=C3=AAa?= <10741284+htrgouvea@users.noreply.github.com> Date: Wed, 19 Jun 2024 09:02:23 -0300 Subject: [PATCH 6/9] Update security-gate.yml --- .github/workflows/security-gate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-gate.yml b/.github/workflows/security-gate.yml index b883e0c..070a603 100644 --- a/.github/workflows/security-gate.yml +++ b/.github/workflows/security-gate.yml @@ -1,4 +1,4 @@ -name: Security Gate - Instriq +name: Security Gate on: push: From 9557847227f4849fc56ca26d4236493d33d7456b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2E=20Gouv=C3=AAa?= <10741284+htrgouvea@users.noreply.github.com> Date: Sun, 23 Jun 2024 21:37:16 -0300 Subject: [PATCH 7/9] Update cpanfile (#108) --- cpanfile | 1 + 1 file changed, 1 insertion(+) diff --git a/cpanfile b/cpanfile index b5d292b..721dc06 100644 --- a/cpanfile +++ b/cpanfile @@ -7,3 +7,4 @@ requires "Net::DNS", "1.34"; requires "WWW::Mechanize", "2.11"; requires "Net::IP"; requires "UUID::Tiny", "1.04"; +requires "Redis"; From ef9c70fe3605752a91fbe5b816c9101ea3c80239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2E=20Gouv=C3=AAa?= <10741284+htrgouvea@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:38:48 -0300 Subject: [PATCH 8/9] Update zarn.yml (#109) --- .github/workflows/zarn.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/zarn.yml b/.github/workflows/zarn.yml index ef58357..a370f52 100644 --- a/.github/workflows/zarn.yml +++ b/.github/workflows/zarn.yml @@ -5,8 +5,6 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] - schedule: - - cron: '28 23 * * 1' jobs: zarn: From c49ed928159424d3d32d4c136b822723490a51c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2E=20Gouv=C3=AAa?= <10741284+htrgouvea@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:52:17 -0300 Subject: [PATCH 9/9] Update security-gate.yml (#110) --- .github/workflows/security-gate.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security-gate.yml b/.github/workflows/security-gate.yml index 070a603..91c8cb6 100644 --- a/.github/workflows/security-gate.yml +++ b/.github/workflows/security-gate.yml @@ -1,4 +1,4 @@ -name: Security Gate +name: Security Gate - LESIS on: push: @@ -32,4 +32,7 @@ jobs: --critical $MAX_CRITICAL \ --high $MAX_HIGH \ --medium $MAX_MEDIUM \ - --low $MAX_LOW + --low $MAX_LOW \ + --dependency-alerts \ + --code-alerts \ + --secret-alerts