Skip to content

Commit 2544f9b

Browse files
Merge branch 'main' into snyk-upgrade-345708a93292d37b29b0735395d03c6c
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
2 parents 3a9c919 + 01a1d52 commit 2544f9b

23 files changed

Lines changed: 144 additions & 287 deletions

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
GO_VERSION: "1.19"
2222
PYTHON_VERSION: "3.9.16"
2323
NVM_VERSION: "0.39.3" # Does not need to be updated as often as the Node.js version or the NPM version
24-
KIND_NODE_IMAGE: "kindest/node:v1.27.0@sha256:c6b22e613523b1af67d4bc8a0c38a4c3ea3a2b8fbc5b367ae36345c9cb844518"
24+
KIND_NODE_IMAGE: "kindest/node:v1.27.3@sha256:9dd3392d79af1b084671b05bcf65b21de476256ad1dcc853d9f3b10b4ac52dde"
2525

2626
jobs:
2727
# ---- NVM Setup ----

scanners/amass/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: A Helm chart for the Amass security scanner that integrates with th
88
type: application
99
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
1010
version: v3.1.0-alpha1
11-
appVersion: "v3.23.2"
11+
appVersion: "v3.23.3"
1212
kubeVersion: ">=v1.11.0-0"
1313
annotations:
1414
versionApi: https://api.github.com/repos/OWASP/Amass/releases/latest

scanners/amass/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Amass"
33
category: "scanner"
44
type: "Network"
55
state: "released"
6-
appVersion: "v3.23.2"
6+
appVersion: "v3.23.3"
77
usecase: "Subdomain Enumeration Scanner"
88
---
99

scanners/ncrack/parser/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scanners/ncrack/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "iteratec GmbH",
99
"license": "Apache-2.0",
1010
"dependencies": {
11-
"xml2js": "^0.5.0"
11+
"xml2js": "^0.6.0"
1212
},
1313
"devDependencies": {}
1414
}

scanners/nuclei/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: A Helm chart for the nuclei security scanner that integrates with t
88
type: application
99
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
1010
version: v3.1.0-alpha1
11-
appVersion: "v2.9.6"
11+
appVersion: "v2.9.7"
1212
kubeVersion: ">=v1.11.0-0"
1313
annotations:
1414
versionApi: https://api.github.com/repos/projectdiscovery/nuclei/releases/latest

scanners/nuclei/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Nuclei"
33
category: "scanner"
44
type: "Website"
55
state: "released"
6-
appVersion: "v2.9.6"
6+
appVersion: "v2.9.7"
77
usecase: "Nuclei is a fast, template based vulnerability scanner."
88
---
99

scanners/nuclei/docs/README.DockerHub-Parser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can find resources to help you get started on our [documentation website](ht
4242

4343
## Supported Tags
4444
- `latest` (represents the latest stable release build)
45-
- tagged releases, e.g. `v2.9.6`
45+
- tagged releases, e.g. `v2.9.7`
4646

4747
## How to use this image
4848
This `parser` image is intended to work in combination with the corresponding security scanner docker image to parse the `findings` results. For more information details please take a look at the documentation page: https://www.securecodebox.io/docs/scanners/nuclei.

scanners/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scanners/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"prettier": "^2.2.1"
4343
},
4444
"dependencies": {
45-
"@types/jest": "^29.4.0",
45+
"@types/jest": "^29.5.2",
4646
"ts-jest": "^29.1.0"
4747
}
4848
}

0 commit comments

Comments
 (0)