Raymond Chen
Raymond Chen
> @raymondchen625 Have you taken a look at the new `dropwizard-health` module? > > If you're on Dropwizard 2.0.x, see https://github.com/dropwizard/dropwizard-health. I have. My plan is to upgrade to 2.1...
@komljen I found [this article](https://github.community/t/does-exceeding-github-api-rate-limit-cause-bad-credentials-401-error/14479/3). Might be related to rate limit and the misleading error message. Could you check your rate limit when it happens again?
Before this task is completed, we can use this shell command to pull the list of go: `curl -LS https://exercism.io/tracks/go/exercises | grep "/tracks/go/exercises/" | awk '{print $3}' | cut -d/...
+1 to fixing this issue ([CVE-2022-28948](http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-28948)) related to package `gopkg.in/yaml.v2`. One possible solution is to use `gopkg.in/yaml.v3 v3.0.1` instead in the internal package `internal/testify`, release a new release like [this](https://github.com/jmespath/go-jmespath/releases/tag/internal%2Ftestify%2Fv1.5.1)....
Can I get another review?