Eugene Kazakov

Results 7 issues of Eugene Kazakov

Use API v2 to delete tags. In particular GET /manifest by tag to obtain the correct digest to delete and then DELETE /blob by the digest. The sequence is described...

I borrowed ideas from https://github.com/kwk/docker-registry-frontend/pull/101 and made the API requests with `application/vnd.docker.distribution.manifest.v2+json` but without `v1Compatibility`. Useful description: https://github.com/docker/distribution/issues/1252#issuecomment-274944254 This PR conflicts with https://github.com/kwk/docker-registry-frontend/pull/167 and the rebase is required before merge....

Originally reported by @wikrie Revoking a Certificate The following command can be used to revoke a particular certificate. $ letsencrypt revoke --cert-path example-cert.pem

Originally reported by @wikrie create test certificates before creatin real certs https://community.letsencrypt.org/t/testing-against-the-lets-encrypt-staging-environment/6763 or this hint here: Limits on usage Let’s Encrypt will issue a limited number of certificates each week....

### Bug Report | Q | A |------------ | ------ | Version(s) | 2.10.0 #### Summary The subject is more than 78 chars and the wrapped header splits into 2...

I want to resolve [ZDI-20-1051](https://www.zerodayinitiative.com/advisories/ZDI-20-1051/) vulnerability ([additional details](https://srcincite.io/blog/2020/08/19/a-smorgashorde-of-vulnerabilities-a-comparative-analysis-of-discovery.html#horde-groupware-webmail-edition-sort-sortpref-deserialization-of-untrusted-data-remote-code-execution-vulnerability)) using json serialization when possible and the list of allowed classes in other cases.