From 7be51d0e2bc3ce62a1d0e8e4272f59e740b834ca Mon Sep 17 00:00:00 2001 From: secureCodeBoxBot Date: Tue, 20 Jun 2023 09:20:35 +0000 Subject: [PATCH] Upgrading typo3scan from v1.1.2 to v1.1.3 Signed-off-by: secureCodeBoxBot --- scanners/typo3scan/Chart.yaml | 2 +- scanners/typo3scan/README.md | 2 +- scanners/typo3scan/docs/README.DockerHub-Parser.md | 2 +- scanners/typo3scan/docs/README.DockerHub-Scanner.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scanners/typo3scan/Chart.yaml b/scanners/typo3scan/Chart.yaml index ace2b55671..215f9b927d 100644 --- a/scanners/typo3scan/Chart.yaml +++ b/scanners/typo3scan/Chart.yaml @@ -8,7 +8,7 @@ description: A Helm chart for the Typo3 security scanner that integrates with th type: application # version - gets automatically set to the secureCodeBox release version when the helm charts gets published version: v3.1.0-alpha1 -appVersion: "v1.1.2" +appVersion: "v1.1.3" kubeVersion: ">=v1.11.0-0" annotations: versionApi: https://api.github.com/repos/whoot/Typo3Scan/releases/latest diff --git a/scanners/typo3scan/README.md b/scanners/typo3scan/README.md index d1d957e727..6496835293 100644 --- a/scanners/typo3scan/README.md +++ b/scanners/typo3scan/README.md @@ -3,7 +3,7 @@ title: "Typo3Scan" category: "scanner" type: "CMS" state: "released" -appVersion: "v1.1.2" +appVersion: "v1.1.3" usecase: "Automation of the process of detecting the Typo3 CMS and its installed extensions" --- diff --git a/scanners/typo3scan/docs/README.DockerHub-Parser.md b/scanners/typo3scan/docs/README.DockerHub-Parser.md index 85d1546594..9024cc0074 100644 --- a/scanners/typo3scan/docs/README.DockerHub-Parser.md +++ b/scanners/typo3scan/docs/README.DockerHub-Parser.md @@ -42,7 +42,7 @@ You can find resources to help you get started on our [documentation website](ht ## Supported Tags - `latest` (represents the latest stable release build) -- tagged releases, e.g. `v1.1.2` +- tagged releases, e.g. `v1.1.3` ## How to use this image 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/typo3scan. diff --git a/scanners/typo3scan/docs/README.DockerHub-Scanner.md b/scanners/typo3scan/docs/README.DockerHub-Scanner.md index f2269a831f..2a10be8d1f 100644 --- a/scanners/typo3scan/docs/README.DockerHub-Scanner.md +++ b/scanners/typo3scan/docs/README.DockerHub-Scanner.md @@ -42,7 +42,7 @@ You can find resources to help you get started on our [documentation website](ht ## Supported Tags - `latest` (represents the latest stable release build) -- tagged releases, e.g. `v1.1.2` +- tagged releases, e.g. `v1.1.3` ## How to use this image This `scanner` image is intended to work in combination with the corresponding `parser` image to parse the scanner `findings` to generic secureCodeBox results. For more information details please take a look at the [project page][scb-docs] or [documentation page][https://www.securecodebox.io/docs/scanners/typo3scan].