konsulto_add_evidence_to_finding
Attach an uploaded evidence file to an existing finding by placing it in a named section (e.g., poc, description) or use auto to walk through standard sections.
Instructions
Graft an already-uploaded attachment into an existing finding's body at the named section. The "auto" section walks poc → description → impact → remediation → end-of-doc. Use this when adding evidence after the finding was created (e.g. screenshots taken later, additional reproduction logs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| findingId | Yes | ||
| evidenceId | Yes | Returned by konsulto_attach_evidence. | |
| caption | No | ||
| section | No | Section name. Canonical: description, poc, impact, remediation, references. Aliases accepted: summary, recommendations, mitigation, fix, steps to reproduce, etc. Or use "auto" (default) to walk poc → description → impact → remediation → end-of-doc. |