Skip to content
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

Fix ort violations #88

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions .ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ curations:
curations:
comment: "Proper license is defined in package repository https://pypi.org/project/identify/"
concluded_license: "MIT"
- id: "Conan::c-ares:1.18.1"
- id: "PyPI::setuptools:69.2.0"
curations:
comment: "Proper license is defined in package repository https://pypi.org/project/setuptools/"
concluded_license: "MIT"
- id: "Conan::c-ares:1.19.1"
curations:
comment: "Proper license is defined in package repository https://conan.io/center/c-ares"
concluded_license: "MIT"
Expand All @@ -30,15 +34,23 @@ curations:
curations:
comment: "Proper license is defined in package repository https://conan.io/center/googleapis?version=cci.20221108"
concluded_license: "Apache-2.0"
- id: "Conan::libcurl:7.87.0"
- id: "Conan::libcurl:8.12.0"
curations:
comment: "Proper license is defined in package repository https://conan.io/center/libcurl?version=7.87.0"
concluded_license: "curl"
- id: "Conan::openssl:1.1.1t"
- id: "Conan::openssl:1.1.1u"
curations:
comment: "Proper license is defined in package repository https://conan.io/center/openssl?version=1.1.1t"
concluded_license: "OpenSSL"
- id: "Conan::paho-mqtt-c:1.3.9"
curations:
comment: "Proper license is defined in package repository https://conan.io/center/paho-mqtt-c?version=1.3.9"
concluded_license: "EPL-2.0"
resolutions:
vulnerabilities:
- id: "CVE-2023-3817"
reason: WILL_NOT_FIX_VULNERABILITY
comment: "Checking excessively long DH keys or parameters may be very slow. Low severity, the OpenSSL SSL/TLS implementation is not affected by this issue."
- id: "CVE-2023-32001"
reason: WILL_NOT_FIX_VULNERABILITY
comment: "Vulnerability has been rejected by CVE. As of August 2023, the curl security team has retracted this issue."
Loading