goca icon indicating copy to clipboard operation
goca copied to clipboard

Golang Certificate Authority (CA) package

Results 12 goca issues
Sort by recently updated
recently updated
newest added

Currently, unit tests executed via `go test` require a Unix-like environment for execution. This is due to a Unix-style relative path being set as `CaTestFolder` in `goca_test.go` as well as...

enhancement
good first issue

Currently, the Makefile passes `-e gosec` to `golangci-lint`. However, this should be `-E gosec` or `--enable gosec`, as the lower-case e option is for excluding identified issues by regex. Also...