mipo

Target Invalid

A scanner reported the job's targets cannot be parsed. Bad CIDR, malformed port range, or unknown field. Bad targets are a template authoring problem.

How to

Investigate

  1. Open the state detail and read the parseError + malformedField in the context JSON
  2. Find the originating scan template (Config > Scan Templates)
  3. Fix the malformed field in the template

Repair

  1. Fail the affected job — terminal. The template fix prevents future occurrences.
  2. Schedule a new scan with the corrected template.

Gotchas

  • The bad targets are not stored on the state row — only the scanner-reported parse error message. Look at the scan template directly.
  • Failing the job does not delete the bad template; fix the template separately.

API calls (1)

MethodPathDescription
POST /api/health/job-errors/:stateId/repair action=fail

Related