Created
October 14, 2021 19:11
-
-
Save emreozkangit/328737d1420e9733a462243db1e2bfca to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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