-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
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
[vulnerability] CVE issues #194
Comments
I will have another look later, but at first glance those vulnerabilities don't seem to apply to this library. For example, the first one talks about SSL sockets, which has nothing to do with double-conversion (unless this library is used under the hood). |
Wow, thanks for the quick reply. I am using React Native to build the mobile app, and double-conversion is part of the dependencies of React Native. We have CI&CD on a Linux server and use SonarQube to scan the vulnerabilities during the app package building. Here is more detail from the SonarQube scan result:
|
I'm pretty sure that's a mistake of SonarQube then. I just looked at the first vulnerability, and the patch has nothing to do with the double-conversion library: facebook/folly@c321eb5 Searching through the vulnerability database I only found one entry that potentially applies: https://nvd.nist.gov/vuln/detail/CVE-2016-1660 |
I have double-checked the content of the Sonarqube result. You're right, they are not related to double-conversion. |
Hi, I found there are three CVE issues on the latest version 3.2.1, Will there be a plan to fix them?
CVE-2019-11934
CVE-2008-0660
CVE-2021-24036
The text was updated successfully, but these errors were encountered: