Skip to content

Instantly share code, notes, and snippets.

@emreozkangit
Created October 14, 2021 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emreozkangit/328737d1420e9733a462243db1e2bfca to your computer and use it in GitHub Desktop.
Save emreozkangit/328737d1420e9733a462243db1e2bfca to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: vuln
name: vuln
spec:
replicas: 1
selector:
matchLabels:
app: vuln
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: vuln
spec:
runtimeClassName: kata
containers:
- image: vulnerables/cve-2017-7494
name: cve-2017-7494
resources: {}
status: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment