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}} {{with .R.Drift}}⚠ Source drift since the previous scan:
{{end}}
{{if .R.Err}}
-
{{range .}}
- {{.}} {{end}}
This package could not be scanned:
{{else if not .R.Findings}}
{{.R.Err}}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}}| Severity | Rule | Location | Finding |
|---|---|---|---|
| {{sev .Severity}} | {{.RuleID}} {{with index $.Rules .RuleID}}{{template "fixpill" .FixLevel}}{{end}} | {{.Path}}:{{.Line}} | {{.Message}} |