We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gojay package has direct dependency on "github.com/golang/protobuf" with "v1.3.1" version. As there is high vulnerability CVE-2021-3121 reported in protobuf up to 1.3.1 as mentioned here https://nvd.nist.gov/vuln/detail/CVE-2021-3121.
We need to upgrade protobuf to >= 1.3.2 to fix the given CVE and release new version of gojay package.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
gojay package has direct dependency on "github.com/golang/protobuf" with "v1.3.1" version. As there is high vulnerability CVE-2021-3121 reported in protobuf up to 1.3.1 as mentioned here https://nvd.nist.gov/vuln/detail/CVE-2021-3121.
We need to upgrade protobuf to >= 1.3.2 to fix the given CVE and release new version of gojay package.
The text was updated successfully, but these errors were encountered: