View Remediation Requests

Review the audit trail of Zero-Touch Remediation events—successful remediations, skipped attempts, and per-candidate version scoring.

The Remediation Requests page is the audit trail for resolution-time remediation. Each entry records what package was requested, whether Xray remediated or skipped it, which decision logic applied, and how candidate versions scored.

AppSec teams use this view to confirm that Zero-Touch Remediation is active, verify that the right patched versions were served, and investigate cases where no compliant fix was available.

To view Remediation Requests:

  1. Log in to the JFrog Platform.

  2. Navigate to Remediation > Zero-Touch > Audit.

  3. Review the requests table. Each row includes:

ColumnDescription
PackagePackage name and ecosystem
Version requestedThe coordinate the developer or CI originally requested
CVEsCount and IDs of vulnerabilities on the requested version
SeverityHighest severity among matched CVEs
Statushealed, skipped, or pending
Healed toPatched version served (for healed events)
Decision logicLeast Vulnerable
Requested byUser or service that triggered the download
TimeTimestamp of the remediation evaluation
  1. Click a row to open the detail pane. The right pane shows:

    • Event ID — unique identifier for the remediation event.
    • Version evaluations — each candidate rebuild Xray considered, with per-version CVE counts (Critical, High, Medium, Low) and whether it was selected or rejected, with a reason.
    • For a local patch selection, candidate vendor is Local. The patched registry URL uses the artifactory://<local-repository> form, and the evaluation identifies the member local repository that held the artifact.
  2. Filter the list:

    • By status: healed, skipped, or all.
    • By search term: package name, ecosystem, or CVE ID.
  3. To clear the audit log (admin only), use the Clear all action.

Event Statuses

StatusMeaning
HealedXray selected a patched rebuild and Artifactory served it.
SkippedNo candidate reduced CVE exposure, no Catalog data was available, or Self-Heal was disabled for the repository.
PendingRemediation is in progress.

Event Grouping

Remediation events fall into three outcome groups:

  • Patched — a vulnerable package was replaced with a patched version.
  • Not healed — a violation was detected but no compliant patched version was found.
  • Not required — the request did not match an active remediation automation.

Related Topics


Did this page help you?