{
  "apiVersion": "v1",
  "items": [
    {
      "apiVersion": "batch/v1",
      "kind": "CronJob",
      "metadata": {
        "creationTimestamp": "2026-07-09T21:16:47Z",
        "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-d980vfsr693hkh3lpjq0",
        "namespace": "nuclio-cve",
        "resourceVersion": "504",
        "uid": "09842a35-5c8f-4e1a-92b4-b81808b18e7c"
      },
      "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": [
                      "--silent",
                      "--header",
                      "X-Exploit\"; echo CVE_FIXED_SHOULD_NOT_RUN; id; echo \": marker",
                      "--header",
                      "X-Nuclio-Invoke-Trigger: cron",
                      "--header",
                      "X-Nuclio-Target: vulncron",
                      "--data-raw",
                      "$(id 1>&2; echo BODY_PROOF_FIXED)",
                      "--retry",
                      "10",
                      "--retry-delay",
                      "1",
                      "--retry-max-time",
                      "10",
                      "--retry-connrefused",
                      "nuclio-vulncron.nuclio-cve.svc.cluster.local:8080"
                    ],
                    "command": [
                      "curl"
                    ],
                    "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": ""
  }
}
