Skip to content

Commit a1ecbb7

Browse files
authored
Merge pull request #1259 from secureCodeBox/dependencies/upgrading-typo3scan-to-v1.1
[SCB-Bot] Upgraded typo3scan from v1.0.2 to v1.1
2 parents c4263ef + 5e6170f commit a1ecbb7

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

scanners/typo3scan/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 Typo3 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: "v1.0.2"
11+
appVersion: "v1.1"
1212
kubeVersion: ">=v1.11.0-0"
1313
annotations:
1414
versionApi: https://api.github.com/repos/whoot/Typo3Scan/releases/latest

scanners/typo3scan/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Typo3Scan"
33
category: "scanner"
44
type: "CMS"
55
state: "released"
6-
appVersion: "v1.0.2"
6+
appVersion: "v1.1"
77
usecase: "Automation of the process of detecting the Typo3 CMS and its installed extensions"
88
---
99

scanners/typo3scan/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. `v1.0.2`
45+
- tagged releases, e.g. `v1.1`
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/typo3scan.

scanners/typo3scan/docs/README.DockerHub-Scanner.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. `v1.0.2`
45+
- tagged releases, e.g. `v1.1`
4646

4747
## How to use this image
4848
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].

scanners/typo3scan/integration-tests/typo3scan.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ test(
1616
90
1717
);
1818

19-
expect(count).toBe(10);
19+
expect(count).toBe(15);
2020
expect(categories).toMatchInlineSnapshot(`
2121
Object {
22-
"Vulnerability": 10,
22+
"Vulnerability": 15,
2323
}
2424
`);
2525
expect(severities).toMatchInlineSnapshot(`
2626
Object {
27-
"high": 10,
27+
"high": 15,
2828
}
2929
`);
3030
},

0 commit comments

Comments
 (0)