You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a tag on fixing commit or its subsequent commits as the patch version.
Why is this needed?
Hello, we are a team researching the dependency management mechanism of Golang. During our analysis, we came across your project and noticed that you have fixed a vulnerability (snyk references, CVE: CVE-2023-32082, CWE: CWE-842, fix commit id: 49b59cc). However, we observed that you have not tagged the fixing commit or its subsequent commits. As a result, users are unable to obtain the patch version through Go tool ‘go list’.
We kindly request your assistance in addressing this issue. Tagging the fixing commit or its subsequent commits will greatly benefit users who rely on your project and are seeking the patched version to address the vulnerability.
We greatly appreciate your attention to this matter and collaboration in resolving it. Thank you for your time and for your valuable contributions to our research.
The text was updated successfully, but these errors were encountered:
The commit you linked is for the etcd main branch, which is equivalent to etcd v3.6.0 which is currently purely a development branch with no official releases or release candidates/alphas. To the best of my knowledge this is intentional to ensure that release-3.4 is still supported as a major cloud provider is still using this release.
For the active supported etcd release branches release-3.4 and release-3.5 the fix for this issue has been backported:
We could potentially explore creating alpha or release candidate tags for main however this might create false view that 3.6 release is near which we would want to avoid. I will leave it to maintainers to comment further on that if they wish.
What would you like to be added?
Add a tag on fixing commit or its subsequent commits as the patch version.
Why is this needed?
Hello, we are a team researching the dependency management mechanism of Golang. During our analysis, we came across your project and noticed that you have fixed a vulnerability (snyk references, CVE: CVE-2023-32082, CWE: CWE-842, fix commit id: 49b59cc). However, we observed that you have not tagged the fixing commit or its subsequent commits. As a result, users are unable to obtain the patch version through Go tool ‘go list’.
We kindly request your assistance in addressing this issue. Tagging the fixing commit or its subsequent commits will greatly benefit users who rely on your project and are seeking the patched version to address the vulnerability.
We greatly appreciate your attention to this matter and collaboration in resolving it. Thank you for your time and for your valuable contributions to our research.
The text was updated successfully, but these errors were encountered: