{{define "title"}}git-pkgs proxy{{end}} {{define "content"}}
Cached Artifacts
{{.Stats.CachedArtifacts}}
Total Size
{{.Stats.TotalSize}}
Packages
{{.Stats.TotalPackages}}
Versions
{{.Stats.TotalVersions}}
{{if .EnrichmentStats.HasVulns}}

Security Overview

{{.EnrichmentStats.CriticalVulns}}
Critical
{{.EnrichmentStats.HighVulns}}
High
{{.EnrichmentStats.MediumVulns}}
Medium
{{.EnrichmentStats.LowVulns}}
Low

{{.EnrichmentStats.TotalVulnerabilities}} vulnerabilities tracked across {{.EnrichmentStats.VulnSyncedPackages}} packages

{{end}}

Popular Packages

{{if .PopularPackages}} {{range .PopularPackages}}
{{template "ecosystem_badge" .Ecosystem}} {{.Name}}
{{if .License}}{{.License}}{{end}} {{if .VulnCount}}{{.VulnCount}} vulns{{end}}
{{.Hits}} cache hits {{.Size}}
{{end}} {{else}}
No packages cached yet
{{end}}

Recently Cached

{{if .RecentPackages}} {{range .RecentPackages}}
{{template "ecosystem_badge" .Ecosystem}} {{.Name}} @{{.Version}}
{{if .License}}{{.License}}{{end}} {{if .IsOutdated}}outdated{{end}} {{if .VulnCount}}{{.VulnCount}} vulns{{end}}
{{.CachedAt}} {{.Size}}
{{end}} {{else}}
No packages cached yet
{{end}}
{{end}}