Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gopkg: update zlint/zcrypto to latest.
There was a slight bug with adding a `zlint.lints.LintStatus` field to the CFSSL signer config object: Prior to zlint commit 9971d62 this type could only be marshaled to JSON, but not unmarshaled. As a result if you marshal a CFSSL config (with or without setting the new `LintErrLevel` field) then unmarshaling it produces an error like: ``` Failed to create CA: {"code":5200,"message":"failed to unmarshal configuration: json: cannot unmarshal string into Go struct field SigningProfile.lint_error_level of type lints.LintStatus"} ``` Updating to `github.com/zmap/zlint` >= 9971d62 resolves the problem.
- Loading branch information