From 431b3b381f2c57d2d526caec2fa86c13092c90e8 Mon Sep 17 00:00:00 2001 From: Oliver Stolz <73951934+OliverStolzBO@users.noreply.github.com> Date: Mon, 8 Jul 2024 20:13:50 +0200 Subject: [PATCH] Update ort.yml (#29) --- .ort.yml | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/.ort.yml b/.ort.yml index f817173..219a50e 100644 --- a/.ort.yml +++ b/.ort.yml @@ -16,24 +16,18 @@ excludes: curations: license_findings: - path: "README.md" - start_lines: 270 - line_count: 1 detected_license: "LGPL-2.0-or-later" reason: "DOCUMENTATION_OF" comment: "The scanner missmatches a License declaration in the documentation." concluded_license: "MIT" - - path: "pfdl/README.md" - start_lines: 81 - line_count: 1 - detected_license: "NOASSERTION" - reason: "DOCUMENTATION_OF" - comment: "The scanner missmatches a License declaration in the documentation." - concluded_license: "MIT" + - path: ".ort.yml" + detected_license: "LGPL-2.0-or-later" + reason: "INCORRECT" + comment: "The scanner detects licenses that are declared as curations." + concluded_license: "CC0-1.0" - path: "pfdl/README.md" - start_lines: 87 - line_count: 1 detected_license: "NOASSERTION" reason: "DOCUMENTATION_OF" comment: "The scanner missmatches a License declaration in the documentation." @@ -66,19 +60,19 @@ package_configurations: - pattern: "./package-lock.json" reason: "BUILD_TOOL_OF" comment: "Autogenerated by npm, contains missleading licensing information." - - id: "NPM::cytoscape:3.27.0" + - id: "NPM::cytoscape:3.30.0" vcs: type: "Git" url: "https://github.com/cytoscape/cytoscape.js.git" - revision: "f8ffa3a95eff6fc2427beab110c23a22843681ff" + revision: "3093b5677984aef19a75cc5815f81c10ac3242b1" path_excludes: - pattern: "./test/lib/*" reason: "TEST_OF" comment: "test code is missinterpreted." - - id: "PyPI::certifi:2024.6.2" - source_artifact_url: "https://files.pythonhosted.org/packages/07/b3/e02f4f397c81077ffc52a538e0aec464016f1860c472ed33bd2a1d220cc5/certifi-2024.6.2.tar.gz" + - id: "PyPI::certifi:2024.7.4" + source_artifact_url: "https://files.pythonhosted.org/packages/c2/02/a95f2b11e207f68bc64d7aae9666fed2e2b3f307748d5123dffb72a1bbea/certifi-2024.7.4.tar.gz" path_excludes: - - pattern: "certifi-2024.6.2/certifi/cacert.pem" + - pattern: "certifi-2024.7.4/certifi/cacert.pem" reason: "OTHER" comment: "pem file is analysed for copyrights." - id: "PyPI::requests:2.32.3"