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
CVE is a list of records (each containing an identification number, a description, and at least one public reference) for publicly known cybersecurity vulnerabilities, which can point C/C++ libraries too (OpenSSL for instance).
As Conan Center Index supports multiple versions for a same package and customers are not forced to update their copies, it would be great warn them about security flaws on old versions as advice.
Conan is a package manager, not a security scanner, so we could add a section on conandata.yml which would print an warning about that flaw, instead of scanning errors.
Hi!
CVE is a list of records (each containing an identification number, a description, and at least one public reference) for publicly known cybersecurity vulnerabilities, which can point C/C++ libraries too (OpenSSL for instance).
As Conan Center Index supports multiple versions for a same package and customers are not forced to update their copies, it would be great warn them about security flaws on old versions as advice.
Conan is a package manager, not a security scanner, so we could add a section on conandata.yml which would print an warning about that flaw, instead of scanning errors.
For instance:
or
conan install openssl/1.1.1h@ WARN: openssl/1.1.1h@ has security vulnerabilities: - CVE-2020-1971: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1971 - ...
Related to #3263
The text was updated successfully, but these errors were encountered: