Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit f298d1c

Browse files
authored
Merge pull request #121 from secureCodeBox/feature/helm2-support
Added Helm2 Chart version additional to helm3 for all demo apps.
2 parents 0e33d6e + 18ed2b1 commit f298d1c

File tree

5 files changed

+94
-0
lines changed

5 files changed

+94
-0
lines changed

Diff for: demo-apps/bodgeit/helm2.Chart.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
apiVersion: v1
2+
version: latest
3+
type: application
4+
appVersion: "v1.4.0"
5+
name: bodgeit
6+
description: "The BodgeIt Store is a vulnerable web app which is aimed at people who are new to pen testing"
7+
home: https://github.com/psiinon/bodgeit
8+
icon: https://scb-art.j12934.now.sh/bodgeit.png
9+
keywords:
10+
- vulnerable
11+
- webapp
12+
- demo
13+
sources:
14+
- https://github.com/secureCodeBox/helm
15+
- https://github.com/psiinon/bodgeit
16+
maintainers:
17+
- name: iteratec GmbH
18+

Diff for: demo-apps/dummy-ssh/helm2.Chart.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: v1
2+
version: latest
3+
type: application
4+
appVersion: "v1.0.0"
5+
name: dummy-ssh
6+
description: "SSH Server for scan testing."
7+
home: https://wordpress.org
8+
icon: https://www.securecodebox.io/integrationIcons/SSH.svg
9+
keywords:
10+
- vulnerable
11+
- ssh
12+
sources:
13+
- https://github.com/secureCodeBox/secureCodeBox/tree/master/demo/dummy-ssh
14+
maintainers:
15+
- name: iteratec GmbH
16+

Diff for: demo-apps/juice-shop/helm2.Chart.yaml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
apiVersion: v2
2+
version: latest
3+
appVersion: "v12.0.2"
4+
name: juice-shop
5+
description: "OWASP Juice Shop: Probably the most modern and sophisticated insecure web application"
6+
type: application
7+
home: https://owasp.org/www-project-juice-shop/
8+
icon: https://raw.githubusercontent.com/bkimminich/juice-shop/bdbcc0ea4484a2dd6b8ca243daa34c882129cdd4/frontend/src/assets/public/images/JuiceShop_Logo_400px.png
9+
keywords:
10+
- owasp
11+
- javascript
12+
- vulnerable
13+
- hacking
14+
- application-security
15+
- owasp-top-10
16+
- owasp-top-ten
17+
- pentesting
18+
- vulnapp
19+
- appsec
20+
- ctf
21+
sources:
22+
- https://github.com/secureCodeBox/helm
23+
- https://github.com/bkimminich/juice-shop
24+
maintainers:
25+
- name: iteratec GmbH
26+

Diff for: demo-apps/old-wordpress/helm2.Chart.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
apiVersion: v2
2+
version: latest
3+
appVersion: "4.0"
4+
name: old-wordpress
5+
description: "Insecure & Outdated Wordpress Instance: Never expose it to the internet!"
6+
type: application
7+
home: https://wordpress.org
8+
icon: https://s.w.org/style/images/about/WordPress-logotype-alternative.png
9+
keywords:
10+
- vulnerable
11+
- wordpress
12+
sources:
13+
- https://github.com/secureCodeBox/helm
14+
- https://github.com/secureCodeBox/secureCodeBox/tree/master/demo/old-wordpress
15+
maintainers:
16+
- name: iteratec GmbH
17+

Diff for: demo-apps/swagger-petstore/helm2.Chart.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
apiVersion: v2
2+
version: latest
3+
appVersion: "1.0.3"
4+
name: swagger-petstore
5+
description: "This is the sample petstore application"
6+
type: application
7+
home: https://github.com/swagger-api/swagger-petstore
8+
icon: https://static1.smartbear.co/swagger/media/assets/images/swagger_logo.svg
9+
keywords:
10+
- swagger
11+
- openapi
12+
sources:
13+
- https://github.com/secureCodeBox/helm
14+
- https://github.com/swagger-api/swagger-petstore
15+
maintainers:
16+
- name: iteratec GmbH
17+

0 commit comments

Comments
 (0)