{{define "package.html"}} {{.R.Name}} — AUR Report Card {{template "head" .}}

AUR Report Card / {{.R.Name}}

{{.R.Grade}} {{.R.Version}}{{with .R.Maintainer}} · maintained by {{.}}{{end}} · {{.R.Votes}} votes · view on AUR · badge

{{with .R.Description}}

{{.}}

{{end}} {{if .R.Err}}
This package could not be scanned: {{.R.Err}}
{{else if not .R.Findings}}

No findings. The PKGBUILD pins its sources, keeps the network out of the build, and has no opaque code paths that static analysis worries about.

{{else}}
{{range .R.Findings}} {{end}}
SeverityRuleLocationFinding
{{sev .Severity}} {{.RuleID}} {{.Path}}:{{.Line}} {{.Message}}
{{end}} {{template "footer" .}}
{{end}}