| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ description: A Helm chart for the Typo3 security scanner that integrates with th | |||
| 8 | 8 | type: application | |
| 9 | 9 | # version - gets automatically set to the secureCodeBox release version when the helm charts gets published | |
| 10 | 10 | version: v3.1.0-alpha1 | |
| 11 | - appVersion: "v1.0.2" | ||
| 11 | + appVersion: "v1.1" | ||
| 12 | 12 | kubeVersion: ">=v1.11.0-0" | |
| 13 | 13 | annotations: | |
| 14 | 14 | versionApi: https://api.github.com/repos/whoot/Typo3Scan/releases/latest | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ title: "Typo3Scan" | |||
| 3 | 3 | category: "scanner" | |
| 4 | 4 | type: "CMS" | |
| 5 | 5 | state: "released" | |
| 6 | - appVersion: "v1.0.2" | ||
| 6 | + appVersion: "v1.1" | ||
| 7 | 7 | usecase: "Automation of the process of detecting the Typo3 CMS and its installed extensions" | |
| 8 | 8 | --- | |
| 9 | 9 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,7 +42,7 @@ You can find resources to help you get started on our [documentation website](ht | |||
| 42 | 42 | ||
| 43 | 43 | ## Supported Tags | |
| 44 | 44 | - `latest` (represents the latest stable release build) | |
| 45 | - - tagged releases, e.g. `v1.0.2` | ||
| 45 | + - tagged releases, e.g. `v1.1` | ||
| 46 | 46 | ||
| 47 | 47 | ## How to use this image | |
| 48 | 48 | 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. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,7 +42,7 @@ You can find resources to help you get started on our [documentation website](ht | |||
| 42 | 42 | ||
| 43 | 43 | ## Supported Tags | |
| 44 | 44 | - `latest` (represents the latest stable release build) | |
| 45 | - - tagged releases, e.g. `v1.0.2` | ||
| 45 | + - tagged releases, e.g. `v1.1` | ||
| 46 | 46 | ||
| 47 | 47 | ## How to use this image | |
| 48 | 48 | 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]. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,15 +16,15 @@ test( | |||
| 16 | 16 | 90 | |
| 17 | 17 | ); | |
| 18 | 18 | ||
| 19 | - expect(count).toBe(10); | ||
| 19 | + expect(count).toBe(15); | ||
| 20 | 20 | expect(categories).toMatchInlineSnapshot(` | |
| 21 | 21 | Object { | |
| 22 | - "Vulnerability": 10, | ||
| 22 | + "Vulnerability": 15, | ||
| 23 | 23 | } | |
| 24 | 24 | `); | |
| 25 | 25 | expect(severities).toMatchInlineSnapshot(` | |
| 26 | 26 | Object { | |
| 27 | - "high": 10, | ||
| 27 | + "high": 15, | ||
| 28 | 28 | } | |
| 29 | 29 | `); | |
| 30 | 30 | }, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments