Skip to content

Commit db14316

Browse files
author
Daniel
committed
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.
1 parent 633726f commit db14316

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+996
-3801
lines changed

Gopkg.lock

Lines changed: 7 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/asaskevich/govalidator/.travis.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

vendor/github.com/asaskevich/govalidator/CONTRIBUTING.md

Lines changed: 0 additions & 63 deletions
This file was deleted.

vendor/github.com/asaskevich/govalidator/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)