Package
Drift
Source drift since the previous scan
- {{range .}}
- {{.}} {{end}}
A changed artifact behind an unchanged URL, or a commit pin that moved without a version bump, is the shape a hijacked upstream release takes. A re-tagged release looks identical — which is why it is worth re-reading this one.
Findings{{if .R.Findings}}n = {{len .R.Findings}}{{end}}
{{if .R.Err}}
{{else if not .R.Findings}}
Not scanned
pkglint reads a PKGBUILD by parsing it as bash. This one did not parse, so there is nothing to grade:
{{scanErr .R.Err}}
Read it yourself before you build it. A file that cannot be scanned is not a clean one.
Nothing to report. Sources are pinned, the build stays off the network, and nothing runs at parse time.
{{else}} {{range .Files}}{{.Path}}
{{range .Findings}}
{{end}}
{{end}}
{{end}}
line {{.Line}}
{{sev .Severity}}
{{.Message}}
{{with index $.Rules .RuleID}}{{template "fixpill" .FixLevel}}{{end}}