Skip to content

Latest commit

 

History

History
88 lines (72 loc) · 4.21 KB

File metadata and controls

88 lines (72 loc) · 4.21 KB
title Unsafe HTTPS
category target
type Website
state released
appVersion v1.0.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 "Unsafe HTTPS"?

Unsafe https Server for SSL Checking. Can be used for scanners that check for unsafe ssl certificates, as the server uses a self-signed certificate which contains both private and public key and is not authorized by a third party.

Source Code

Deployment

The unsafe-https chart can be deployed via helm:

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

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/unsafe-https" Container Image
image.tag string nil
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 443
service.type string "ClusterIP"
tolerations list []

License

License

Code of secureCodeBox is licensed under the Apache License 2.0.