Saved Reports

View and manage your saved security patch analyses

{{if .FlashMessages}}
{{range .FlashMessages}}
{{.Message}}
{{end}}
{{end}}
{{range .Reports}}
{{if (index .Meta.Params "product")}} Product {{else}} Folder {{end}} {{if .Meta.AIEnabled}} AI Enabled {{end}}
{{if eq .Meta.Status "running"}} In Progress {{else}} Completed {{end}}
{{if or (eq .Meta.Source "library_auto") (eq .Meta.Source "cve_auto")}} Periodic {{(index .Meta.Params "repo_name")}} {{ (index .Meta.Params "old_version") }} → {{ (index .Meta.Params "new_version") }} {{else if (index .Meta.Params "product")}} {{(index .Meta.Params "product")}} Analysis {{ (index .Meta.Params "old_version") }} → {{ (index .Meta.Params "new_version") }} {{else}} Folder Analysis {{(index .Meta.Params "old_folder")}} → {{(index .Meta.Params "new_folder")}} {{end}}
{{length .Results}} Files
{{.VulnCount}} Vulnerabilities
{{if (index .Meta.Params "cve_ids")}}
{{ (index .Meta.Params "cve_ids") }}
{{end}} {{if (index .Meta.Params "extension")}}
{{ (index .Meta.Params "extension") }}
{{end}}
{{end}} {{if not .Reports}}

No saved reports found

Run an analysis and save it to see it here

{{end}}