Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

title Old Wordpress
category target
type Website
state released
appVersion 4.0
usecase Modern insecure web application

License Apache-2.0 GitHub release (latest SemVer) OWASP Lab Project Artifact HUB GitHub Repo stars Mastodon Follower

What is Old Wordpress?

Insecure & Outdated WordPress Instance: Never expose it to the internet!

Source Code

Deployment

The old-wordpress chart can be deployed via helm:

# Install HelmChart (use -n to configure another namespace)
helm upgrade --install old-wordpress oci://ghcr.io/securecodebox/helm/old-wordpress

Values

Key Type Default Description
affinity object {}
annotations object {} add annotations to the deployment, service and pods
fullnameOverride string ""
image.pullPolicy string "IfNotPresent" Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
image.repository string "docker.io/securecodebox/demo-target-old-wordpress" Container Image
image.tag string defaults to the appVersion The image tag
imagePullSecrets list [] Define imagePullSecrets when a private registry is used (see: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
labels object {} add labels to the deployment, service and pods
nameOverride string ""
nodeSelector object {}
podSecurityContext object {}
replicaCount int 1
resources object {}
securityContext object {}
service.port int 80
service.type string "ClusterIP"
tolerations list []

License

License

Code of secureCodeBox is licensed under the Apache License 2.0.