Skip to content

Merge pull request #21 from sparklyi/fix/issue-21-path_traversal_vuln… #140

Merge pull request #21 from sparklyi/fix/issue-21-path_traversal_vuln…

Merge pull request #21 from sparklyi/fix/issue-21-path_traversal_vuln… #140

Triggered via push February 9, 2026 07:53
Status Failure
Total duration 36s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
lint
issues found
lint: internal/handler/handler_test.go#L1
package should be `handler_test` instead of `handler` (testpackage)
lint: internal/handler/handler_test.go#L70
shadow: declaration of "err" shadows declaration at line 51 (govet)
lint: internal/handler/handler.go#L27
shadow: declaration of "err" shadows declaration at line 19 (govet)
lint: internal/handler/handler.go#L36
G306: Expect WriteFile permissions to be 0600 or less (gosec)