Manage Products

Add and manage products for security patch analysis

{{if .FlashMessages}}
{{range .FlashMessages}}
{{.Message}}
{{end}}
{{end}}
{{if .Error}}
{{.Error}}
{{end}}
Add New Product
Existing Products
{{if .Products}}
{{range $name, $details := .Products}}
{{$name}}
{{$details.RepoURL}}
Delete
{{end}}
{{else}}

No products added yet

{{end}}