Skip to content

Commit

Permalink
Gopkg: update zlint/zcrypto to latest.
Browse files Browse the repository at this point in the history
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
Daniel committed Aug 6, 2019
1 parent 633726f commit db14316
Show file tree
Hide file tree
Showing 42 changed files with 996 additions and 3,801 deletions.
19 changes: 7 additions & 12 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions vendor/github.com/asaskevich/govalidator/.travis.yml

This file was deleted.

63 changes: 0 additions & 63 deletions vendor/github.com/asaskevich/govalidator/CONTRIBUTING.md

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/github.com/asaskevich/govalidator/LICENSE

This file was deleted.

Loading

0 comments on commit db14316

Please sign in to comment.