Skip to content

Commit

Permalink
add curations
Browse files Browse the repository at this point in the history
  • Loading branch information
MP91 committed Oct 28, 2022
1 parent d82c5f8 commit 7bfca9b
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions .ort.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Copyright (c) 2022 Robert Bosch GmbH and Microsoft Corporation
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0.
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
# SPDX-License-Identifier: Apache-2.0

curations:
packages:
- id: "PyPI::pytest-cov:4.0.0"
curations:
comment: "Add correct license"
concluded_license: MIT
- id: "PyPI::coverage:6.5.0"
curations:
comment: "Add correct license"
concluded_license: Apache-2.0
- id: "PyPI::grpcio:1.49.1"
curations:
comment: "Add correct license"
concluded_license: Apache-2.0
- id: "PyPI::identify:2.5.6"
curations:
comment: "Add correct license"
concluded_license: MIT
- id: "PyPI::setuptools:65.5.0"
curations:
comment: "Add correct license"
concluded_license: MIT

resolutions:
vulnerabilities:
- id: "CVE-2018-20225"
reason: CANT_FIX_VULNERABILITY
comment: "Requires a change to be made by a third party that is not responsive."
- id: "CVE-2022-1941"
reason: CANT_FIX_VULNERABILITY
comment: "Requires a change to be made by a third party that is not responsive."
- id: "CVE-2022-3171"
reason: CANT_FIX_VULNERABILITY
comment: "Requires a change to be made by a third party that is not responsive."
- id: "CVE-2022-42969"
reason: CANT_FIX_VULNERABILITY
comment: "Requires a change to be made by a third party that is not responsive."
- id: "CVE-2018-20225"
reason: CANT_FIX_VULNERABILITY
comment: "Requires a change to be made by a third party that is not responsive."
- id: "CVE-2019-20907"
reason: CANT_FIX_VULNERABILITY
comment: "Requires a change to be made by a third party that is not responsive."
- id: "CVE-2019-20916"
reason: CANT_FIX_VULNERABILITY
comment: "Requires a change to be made by a third party that is not responsive."
- id: "sonatype-2012-0071"
reason: CANT_FIX_VULNERABILITY
comment: "Requires a change to be made by a third party that is not responsive."

0 comments on commit 7bfca9b

Please sign in to comment.