Why were the patch versions for CVE-2020-36565 released so late? #2546
Answered
by
aldas
Silence-worker-02
asked this question in
Q&A
|
We are a research team dedicated to Golang, have discovered that CVE-2020-36565 was addressed in commit 4422e3b. However, upon analyzing the commit, we observed that the patch version (v4.2.0) was released after a lapse of over one month. We are interested in understanding the reasons behind this delay in releasing the patch version, as it could potentially impede the prompt dissemination of patches to downstream users. We seek clarification on whether the delay might be attributed to:
|
Answered by
aldas
Nov 15, 2023
Replies: 1 comment
|
There were probably already merged PRs in master branch that had minor version change worthy changes. v4.2.0 has a lot of changes https://github.com/labstack/echo/releases/tag/v4.2.0 At that time period Echo was not that actively maintained. |
0 replies
Answer selected by
aldas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There were probably already merged PRs in master branch that had minor version change worthy changes. v4.2.0 has a lot of changes https://github.com/labstack/echo/releases/tag/v4.2.0
At that time period Echo was not that actively maintained.