From 205bc89acca80510587b25b518bc9ec01de947fa Mon Sep 17 00:00:00 2001 From: Frank Viernau Date: Thu, 26 Jan 2023 09:35:27 +0100 Subject: [PATCH] refactor(OrtResult)!: Apply curations on-the-fly The `OrtResult` does not store the uncurated packages as part of the analyzer result, but only the curated packages along with the applied package curation data. This tightly couples the curations with the analyzer without need, because the analyzer does not need (to consume) any curations at all. Also, computing the respective uncurated package from each curated package is not always possible due to missing data [1]. So, curations currently cannot properly be (re-applied) without re-running the analyzer [2]. Furthermore, the current representation stores package curation data redundantly in case the curation applies to multiple packages. Given that, it makes sense to store the curations separately from the uncurated package. So, utilize the new toplevel `resolvedConfiguration` to store the package curations and change the analyzer result to contain uncurated instead of curated packages. Note that this partially implements [1] and [2]. Adjusting the logic which turns curated into uncurated packages, e.g. `toUncuratedPackage()`, is left for a future change to limit the size of this change. Apart from that [3] can be implemented by relatively easily without redundantly encoding the provider (for each curation data). [1] https://github.com/oss-review-toolkit/ort/issues/5637 [2] https://github.com/oss-review-toolkit/ort/issues/6188 [3] https://github.com/oss-review-toolkit/ort/issues/5668 Signed-off-by: Frank Viernau --- .../src/test/assets/ort-analyzer-result.yml | 325 +- advisor/src/test/kotlin/AdvisorTest.kt | 3 +- .../external/git-repo-expected-output.yml | 7613 ++++++++--------- ...-multi-project-example-expected-output.yml | 2195 +++-- ...dencies-expected-result-with-curations.yml | 486 +- ...radle-all-dependencies-expected-result.yml | 467 +- .../pnpm-workspaces-expected-output.yml | 1367 ++- .../pub-expected-output-multi-module.yml | 108 +- ...put-with-flutter-android-and-cocoapods.yml | 2412 +++--- .../sbt-http4s-template-expected-output.yml | 3303 ++++--- ...t-xyz-expected-output-subproject-conan.yml | 122 +- .../yarn2-workspaces-expected-output.yml | 186 +- .../src/funTest/kotlin/managers/PubFunTest.kt | 12 +- analyzer/src/main/kotlin/Analyzer.kt | 39 +- .../src/main/kotlin/AnalyzerResultBuilder.kt | 23 +- .../utils/PackageManagerDependencyHandler.kt | 2 +- .../test/kotlin/AnalyzerResultBuilderTest.kt | 6 +- .../funTest/assets/semver4j-ort-result.yml | 185 +- evaluator/src/test/kotlin/TestData.kt | 3 +- .../commands/CreateAnalyzerResultCommand.kt | 3 +- model/src/main/kotlin/AnalyzerResult.kt | 6 +- model/src/main/kotlin/OrtResult.kt | 55 +- .../analyzer-result-with-dependency-graph.yml | 239 +- .../assets/result-with-issues-graph-old.yml | 2199 +++-- .../test/assets/result-with-issues-graph.yml | 2199 +++-- .../test/assets/result-with-issues-scopes.yml | 2199 +++-- .../sbt-multi-project-example-graph-old.yml | 2200 +++-- .../sbt-multi-project-example-graph.yml | 2199 +++-- model/src/test/kotlin/config/ExcludesTest.kt | 4 +- model/src/test/kotlin/licenses/TestData.kt | 3 +- .../utils/DependencyGraphConverterTest.kt | 3 +- ...orter-test-deduplicate-expected-output.yml | 4 +- ...d-model-reporter-test-expected-output.json | 4 +- ...ed-model-reporter-test-expected-output.yml | 4 +- .../assets/gradle-all-dependencies-result.yml | 303 +- .../static-html-reporter-test-input.yml | 476 +- reporter/src/funTest/kotlin/TestData.kt | 141 +- .../GitLabLicenseModelReporterFunTest.kt | 29 +- .../spdx/SpdxDocumentReporterFunTest.kt | 129 +- .../FreeMarkerTemplateProcessorTest.kt | 3 +- .../reporters/opossum/OpossumReporterTest.kt | 148 +- .../src/funTest/assets/analyzer-result.yml | 261 +- ...my-expected-output-for-analyzer-result.yml | 261 +- utils/test/src/main/kotlin/OrtResultDsl.kt | 2 +- 44 files changed, 15517 insertions(+), 16414 deletions(-) diff --git a/advisor/src/test/assets/ort-analyzer-result.yml b/advisor/src/test/assets/ort-analyzer-result.yml index 62dfe1f6e8e00..fe0d03120014d 100644 --- a/advisor/src/test/assets/ort-analyzer-result.yml +++ b/advisor/src/test/assets/ort-analyzer-result.yml @@ -410,174 +410,165 @@ analyzer: \ are defined." severity: "ERROR" packages: - - metadata: - id: "Maven:junit:junit:4.12" - purl: "pkg:maven/junit/junit@4.12" - declared_licenses: - - "Eclipse Public License 1.0" - declared_licenses_processed: - spdx_expression: "EPL-1.0" - mapped: - Eclipse Public License 1.0: "EPL-1.0" - description: "JUnit is a unit testing framework for Java, created by Erich\ - \ Gamma and Kent Beck." - homepage_url: "http://junit.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar" - hash: - value: "2973d150c0dc1fefe998f834810d68f278ea58ec" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12-sources.jar" - hash: - value: "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/junit-team/junit.git" - revision: "r4.12" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/junit-team/junit.git" - revision: "r4.12" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.commons:commons-lang3:3.5" - purl: "pkg:maven/org.apache.commons/commons-lang3@3.5" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "Apache Commons Lang, a package of Java utility classes for the\n\ - \ classes that are in java.lang's hierarchy, or are considered to be so\n\ - \ standard as to justify existence in java.lang." - homepage_url: "http://commons.apache.org/proper/commons-lang/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar" - hash: - value: "6c6c702c89bfff3cd9e80b04d668c5e190d588c6" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5-sources.jar" - hash: - value: "f7d878153e86a1cdddf6b37850e00a9f8bff726f" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "http://git-wip-us.apache.org/repos/asf/commons-lang.git" - revision: "LANG_3_5" - path: "" - vcs_processed: - type: "Git" - url: "http://git-wip-us.apache.org/repos/asf/commons-lang.git" - revision: "LANG_3_5" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.commons:commons-text:1.1" - purl: "pkg:maven/org.apache.commons/commons-text@1.1" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "Apache Commons Text is a library focused on algorithms working\ - \ on strings." - homepage_url: "http://commons.apache.org/proper/commons-text/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1.jar" - hash: - value: "c336bf600f44b88af356c8a85eef4af822b06a4d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar" - hash: - value: "f0770f7f0472bf120ada47beecadce4056fbd20a" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "http://git-wip-us.apache.org/repos/asf/commons-text.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "http://git-wip-us.apache.org/repos/asf/commons-text.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.struts:struts2-assembly:2.5.14.1" - purl: "pkg:maven/org.apache.struts/struts2-assembly@2.5.14.1" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Apache Struts 2" - homepage_url: "http://struts.apache.org/struts2-assembly/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/struts/struts2-assembly/2.5.14.1/struts2-assembly-2.5.14.1-min-lib.zip" - hash: - value: "8e75a38e3b8ceb01e007c5899d8d29e7a075cb7d" - algorithm: "SHA-1" - source_artifact: - url: "" - hash: - value: "" - algorithm: "" - vcs: - type: "Git" - url: "https://gitbox.apache.org/repos/asf/struts.git" - revision: "STRUTS_2_5_14_1" - path: "" - vcs_processed: - type: "Git" - url: "https://gitbox.apache.org/repos/asf/struts.git" - revision: "STRUTS_2_5_14_1" - path: "" - is_metadata_only: true - curations: [] - - metadata: - id: "Maven:org.hamcrest:hamcrest-core:1.3" - purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3" - declared_licenses: - - "New BSD License" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - New BSD License: "BSD-3-Clause" - description: "This is the core API of hamcrest matcher framework to be used\ - \ by third-party framework providers. This includes the a foundation set\ - \ of matcher implementations for common operations." - homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" - hash: - value: "42a25dc3219429f0e5d060061f71acb49bf010a0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" - hash: - value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:hamcrest/JavaHamcrest.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/hamcrest/JavaHamcrest.git" - revision: "" - path: "" - curations: [] + - id: "Maven:junit:junit:4.12" + purl: "pkg:maven/junit/junit@4.12" + declared_licenses: + - "Eclipse Public License 1.0" + declared_licenses_processed: + spdx_expression: "EPL-1.0" + mapped: + Eclipse Public License 1.0: "EPL-1.0" + description: "JUnit is a unit testing framework for Java, created by Erich Gamma\ + \ and Kent Beck." + homepage_url: "http://junit.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar" + hash: + value: "2973d150c0dc1fefe998f834810d68f278ea58ec" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12-sources.jar" + hash: + value: "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/junit-team/junit.git" + revision: "r4.12" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/junit-team/junit.git" + revision: "r4.12" + path: "" + - id: "Maven:org.apache.commons:commons-lang3:3.5" + purl: "pkg:maven/org.apache.commons/commons-lang3@3.5" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "Apache Commons Lang, a package of Java utility classes for the\n\ + \ classes that are in java.lang's hierarchy, or are considered to be so\n\ + \ standard as to justify existence in java.lang." + homepage_url: "http://commons.apache.org/proper/commons-lang/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar" + hash: + value: "6c6c702c89bfff3cd9e80b04d668c5e190d588c6" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5-sources.jar" + hash: + value: "f7d878153e86a1cdddf6b37850e00a9f8bff726f" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "http://git-wip-us.apache.org/repos/asf/commons-lang.git" + revision: "LANG_3_5" + path: "" + vcs_processed: + type: "Git" + url: "http://git-wip-us.apache.org/repos/asf/commons-lang.git" + revision: "LANG_3_5" + path: "" + - id: "Maven:org.apache.commons:commons-text:1.1" + purl: "pkg:maven/org.apache.commons/commons-text@1.1" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "Apache Commons Text is a library focused on algorithms working\ + \ on strings." + homepage_url: "http://commons.apache.org/proper/commons-text/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1.jar" + hash: + value: "c336bf600f44b88af356c8a85eef4af822b06a4d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar" + hash: + value: "f0770f7f0472bf120ada47beecadce4056fbd20a" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "http://git-wip-us.apache.org/repos/asf/commons-text.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "http://git-wip-us.apache.org/repos/asf/commons-text.git" + revision: "" + path: "" + - id: "Maven:org.apache.struts:struts2-assembly:2.5.14.1" + purl: "pkg:maven/org.apache.struts/struts2-assembly@2.5.14.1" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Apache Struts 2" + homepage_url: "http://struts.apache.org/struts2-assembly/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/struts/struts2-assembly/2.5.14.1/struts2-assembly-2.5.14.1-min-lib.zip" + hash: + value: "8e75a38e3b8ceb01e007c5899d8d29e7a075cb7d" + algorithm: "SHA-1" + source_artifact: + url: "" + hash: + value: "" + algorithm: "" + vcs: + type: "Git" + url: "https://gitbox.apache.org/repos/asf/struts.git" + revision: "STRUTS_2_5_14_1" + path: "" + vcs_processed: + type: "Git" + url: "https://gitbox.apache.org/repos/asf/struts.git" + revision: "STRUTS_2_5_14_1" + path: "" + is_metadata_only: true + - id: "Maven:org.hamcrest:hamcrest-core:1.3" + purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3" + declared_licenses: + - "New BSD License" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + New BSD License: "BSD-3-Clause" + description: "This is the core API of hamcrest matcher framework to be used\ + \ by third-party framework providers. This includes the a foundation set of\ + \ matcher implementations for common operations." + homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" + hash: + value: "42a25dc3219429f0e5d060061f71acb49bf010a0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" + hash: + value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:hamcrest/JavaHamcrest.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/hamcrest/JavaHamcrest.git" + revision: "" + path: "" has_issues: true scanner: null advisor: null evaluator: null +resolved_configuration: {} diff --git a/advisor/src/test/kotlin/AdvisorTest.kt b/advisor/src/test/kotlin/AdvisorTest.kt index 70935f2f04850..180595ce94504 100644 --- a/advisor/src/test/kotlin/AdvisorTest.kt +++ b/advisor/src/test/kotlin/AdvisorTest.kt @@ -33,7 +33,6 @@ import io.mockk.mockk import org.ossreviewtoolkit.model.AdvisorResult import org.ossreviewtoolkit.model.AnalyzerResult import org.ossreviewtoolkit.model.AnalyzerRun -import org.ossreviewtoolkit.model.CuratedPackage import org.ossreviewtoolkit.model.Identifier import org.ossreviewtoolkit.model.OrtResult import org.ossreviewtoolkit.model.Package @@ -133,7 +132,7 @@ private fun createOrtResultWithPackages(packages: Set): OrtResult = analyzer = AnalyzerRun.EMPTY.copy( result = AnalyzerResult( projects = setOf(Project.EMPTY.copy(id = Identifier.EMPTY.copy(name = "test-project"))), - packages = packages.mapTo(mutableSetOf()) { CuratedPackage(it) } + packages = packages ) ) ) diff --git a/analyzer/src/funTest/assets/projects/external/git-repo-expected-output.yml b/analyzer/src/funTest/assets/projects/external/git-repo-expected-output.yml index 7e34a1e12c476..95538baa7c32f 100644 --- a/analyzer/src/funTest/assets/projects/external/git-repo-expected-output.yml +++ b/analyzer/src/funTest/assets/projects/external/git-repo-expected-output.yml @@ -377,7 +377,7 @@ analyzer: path: "" homepage_url: "" scopes: [] - - id: "Unmanaged:manifest.xml:manifest:" + - id: "Unmanaged:manifest.xml:manifest:31588aa8f8555474e1c3c66a359ec99e4cd4b1fa" definition_file_path: "" declared_licenses: [] declared_licenses_processed: {} @@ -389,3927 +389,3707 @@ analyzer: vcs_processed: type: "GitRepo" url: "https://github.com/oss-review-toolkit/ort-test-data-git-repo?manifest=manifest.xml" - revision: "" + revision: "31588aa8f8555474e1c3c66a359ec99e4cd4b1fa" path: "" homepage_url: "" scopes: [] packages: - - metadata: - id: "Maven:antlr:antlr:2.7.7" - purl: "pkg:maven/antlr/antlr@2.7.7" - declared_licenses: + - id: "Maven:antlr:antlr:2.7.7" + purl: "pkg:maven/antlr/antlr@2.7.7" + declared_licenses: + - "BSD License" + declared_licenses_processed: + unmapped: - "BSD License" - declared_licenses_processed: - unmapped: - - "BSD License" - description: "A framework for constructing recognizers, compilers,\n and\ - \ translators from grammatical descriptions containing\n Java, C#, C++,\ - \ or Python actions." - homepage_url: "http://www.antlr.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar" - hash: - value: "83cd2cd674a217ade95a4bb83a8a14f351f48bd0" - algorithm: "SHA-1" - source_artifact: - url: "" - hash: - value: "" - algorithm: "" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.fasterxml.jackson.core:jackson-annotations:2.9.0" - purl: "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.9.0" - authors: - - "Christopher Currie" - - "FasterXML" - - "Paul Brown" - - "Tatu Saloranta" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Core annotations used for value types, used by Jackson data\ - \ binding package." - homepage_url: "http://github.com/FasterXML/jackson" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar" - hash: - value: "07c10d545325e3a6e72e06381afe469fd40eb701" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0-sources.jar" - hash: - value: "a0ad4e203304ccab7e01266fa814115850edb8a9" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:FasterXML/jackson-annotations.git" - revision: "jackson-annotations-2.9.0" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/FasterXML/jackson-annotations.git" - revision: "jackson-annotations-2.9.0" - path: "" - curations: [] - - metadata: - id: "Maven:com.fasterxml.jackson.core:jackson-core:2.9.6" - purl: "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.9.6" - authors: - - "Christopher Currie" - - "FasterXML" - - "Paul Brown" - - "Tatu Saloranta" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Core Jackson processing abstractions (aka Streaming API), implementation\ - \ for JSON" - homepage_url: "https://github.com/FasterXML/jackson-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar" - hash: - value: "4e393793c37c77e042ccc7be5a914ae39251b365" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6-sources.jar" - hash: - value: "297b561cc2ca89e07bf4cb6445c08260b524aa4d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:FasterXML/jackson-core.git" - revision: "jackson-core-2.9.6" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/FasterXML/jackson-core.git" - revision: "jackson-core-2.9.6" - path: "" - curations: [] - - metadata: - id: "Maven:com.fasterxml.jackson.core:jackson-databind:2.9.6" - purl: "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.9.6" - authors: - - "Christopher Currie" - - "FasterXML" - - "Paul Brown" - - "Tatu Saloranta" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "General data-binding functionality for Jackson: works on core\ - \ streaming API" - homepage_url: "http://github.com/FasterXML/jackson" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar" - hash: - value: "cfa4f316351a91bfd95cb0644c6a2c95f52db1fc" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6-sources.jar" - hash: - value: "dad3a9fbbedf8781dfd138539cd82638ebad5678" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:FasterXML/jackson-databind.git" - revision: "jackson-databind-2.9.6" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/FasterXML/jackson-databind.git" - revision: "jackson-databind-2.9.6" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.andrewoma.dexx:collection:0.7" - purl: "pkg:maven/com.github.andrewoma.dexx/collection@0.7" - authors: - - "Andrew O'Malley" - declared_licenses: - - "MIT License" - declared_licenses_processed: - spdx_expression: "MIT" - mapped: - MIT License: "MIT" - description: "Persistent (immutable) collection library" - homepage_url: "https://github.com/andrewoma/dexx" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/andrewoma/dexx/collection/0.7/collection-0.7.jar" - hash: - value: "264efc08bdcd22126bd429aaea9efaf5158b2b90" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/andrewoma/dexx/collection/0.7/collection-0.7-sources.jar" - hash: - value: "2ae719e29cc8881a0e27714acf8ef56597c1fb1f" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://github.com/andrewoma/dexx.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/andrewoma/dexx.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.cliftonlabs:json-simple:2.3.1" - purl: "pkg:maven/com.github.cliftonlabs/json-simple@2.3.1" - authors: - - "Clifton Labs" - - "Yidong Fang" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Java 7+ toolkit to quickly develop RFC 4627 JSON compatible\ - \ applications." - homepage_url: "https://cliftonlabs.github.io/json-simple/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/2.3.1/json-simple-2.3.1.jar" - hash: - value: "3c85e3c6bd74262da4ae008c657b8ec2e2e35c89" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/2.3.1/json-simple-2.3.1-sources.jar" - hash: - value: "5b5b13c1b449042bd342c4ec4a103b34375a1494" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://github.com/cliftonlabs/json-simple.git" - revision: "json-simple-2.3.1" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/cliftonlabs/json-simple.git" - revision: "json-simple-2.3.1" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.jsonld-java:jsonld-java:0.12.1" - purl: "pkg:maven/com.github.jsonld-java/jsonld-java@0.12.1" - authors: - - "Peter Ansell" - - "Tristan King" - declared_licenses: - - "Revised BSD License" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - Revised BSD License: "BSD-3-Clause" - description: "Json-LD core implementation" - homepage_url: "http://github.com/jsonld-java/jsonld-java/jsonld-java/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/jsonld-java/jsonld-java/0.12.1/jsonld-java-0.12.1.jar" - hash: - value: "a47686f733038125bd327147487dec96a2fb238e" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/jsonld-java/jsonld-java/0.12.1/jsonld-java-0.12.1-sources.jar" - hash: - value: "0db9097c3b633c55017cca9d5a2d6bc4e3af203c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:jsonld-java/jsonld-java.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/jsonld-java/jsonld-java.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.spullara.mustache.java:compiler:0.7.9" - purl: "pkg:maven/com.github.spullara.mustache.java/compiler@0.7.9" - authors: - - "Sam Pullara" - declared_licenses: - - "Apache License 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License 2.0: "Apache-2.0" - description: "Implementation of mustache.js for Java" - homepage_url: "http://github.com/spullara/mustache.java" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/spullara/mustache/java/compiler/0.7.9/compiler-0.7.9.jar" - hash: - value: "ff7dba87e24f6074a84f31e2ab7c041e3e94e35b" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/spullara/mustache/java/compiler/0.7.9/compiler-0.7.9-sources.jar" - hash: - value: "1014c81c0c36ca20359e6094af3bf94ee2d6ea2e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/spullara/mustache.java.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/spullara/mustache.java.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.virtuald:curvesapi:1.04" - purl: "pkg:maven/com.github.virtuald/curvesapi@1.04" - authors: - - "Dustin Spicuzza" - - "stormdollar" - declared_licenses: + description: "A framework for constructing recognizers, compilers,\n and\ + \ translators from grammatical descriptions containing\n Java, C#, C++,\ + \ or Python actions." + homepage_url: "http://www.antlr.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar" + hash: + value: "83cd2cd674a217ade95a4bb83a8a14f351f48bd0" + algorithm: "SHA-1" + source_artifact: + url: "" + hash: + value: "" + algorithm: "" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" + - id: "Maven:com.fasterxml.jackson.core:jackson-annotations:2.9.0" + purl: "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.9.0" + authors: + - "Christopher Currie" + - "FasterXML" + - "Paul Brown" + - "Tatu Saloranta" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Core annotations used for value types, used by Jackson data binding\ + \ package." + homepage_url: "http://github.com/FasterXML/jackson" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar" + hash: + value: "07c10d545325e3a6e72e06381afe469fd40eb701" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0-sources.jar" + hash: + value: "a0ad4e203304ccab7e01266fa814115850edb8a9" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:FasterXML/jackson-annotations.git" + revision: "jackson-annotations-2.9.0" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/FasterXML/jackson-annotations.git" + revision: "jackson-annotations-2.9.0" + path: "" + - id: "Maven:com.fasterxml.jackson.core:jackson-core:2.9.6" + purl: "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.9.6" + authors: + - "Christopher Currie" + - "FasterXML" + - "Paul Brown" + - "Tatu Saloranta" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Core Jackson processing abstractions (aka Streaming API), implementation\ + \ for JSON" + homepage_url: "https://github.com/FasterXML/jackson-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar" + hash: + value: "4e393793c37c77e042ccc7be5a914ae39251b365" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6-sources.jar" + hash: + value: "297b561cc2ca89e07bf4cb6445c08260b524aa4d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:FasterXML/jackson-core.git" + revision: "jackson-core-2.9.6" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/FasterXML/jackson-core.git" + revision: "jackson-core-2.9.6" + path: "" + - id: "Maven:com.fasterxml.jackson.core:jackson-databind:2.9.6" + purl: "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.9.6" + authors: + - "Christopher Currie" + - "FasterXML" + - "Paul Brown" + - "Tatu Saloranta" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "General data-binding functionality for Jackson: works on core\ + \ streaming API" + homepage_url: "http://github.com/FasterXML/jackson" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar" + hash: + value: "cfa4f316351a91bfd95cb0644c6a2c95f52db1fc" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6-sources.jar" + hash: + value: "dad3a9fbbedf8781dfd138539cd82638ebad5678" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:FasterXML/jackson-databind.git" + revision: "jackson-databind-2.9.6" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/FasterXML/jackson-databind.git" + revision: "jackson-databind-2.9.6" + path: "" + - id: "Maven:com.github.andrewoma.dexx:collection:0.7" + purl: "pkg:maven/com.github.andrewoma.dexx/collection@0.7" + authors: + - "Andrew O'Malley" + declared_licenses: + - "MIT License" + declared_licenses_processed: + spdx_expression: "MIT" + mapped: + MIT License: "MIT" + description: "Persistent (immutable) collection library" + homepage_url: "https://github.com/andrewoma/dexx" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/andrewoma/dexx/collection/0.7/collection-0.7.jar" + hash: + value: "264efc08bdcd22126bd429aaea9efaf5158b2b90" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/andrewoma/dexx/collection/0.7/collection-0.7-sources.jar" + hash: + value: "2ae719e29cc8881a0e27714acf8ef56597c1fb1f" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://github.com/andrewoma/dexx.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/andrewoma/dexx.git" + revision: "" + path: "" + - id: "Maven:com.github.cliftonlabs:json-simple:2.3.1" + purl: "pkg:maven/com.github.cliftonlabs/json-simple@2.3.1" + authors: + - "Clifton Labs" + - "Yidong Fang" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Java 7+ toolkit to quickly develop RFC 4627 JSON compatible applications." + homepage_url: "https://cliftonlabs.github.io/json-simple/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/2.3.1/json-simple-2.3.1.jar" + hash: + value: "3c85e3c6bd74262da4ae008c657b8ec2e2e35c89" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/2.3.1/json-simple-2.3.1-sources.jar" + hash: + value: "5b5b13c1b449042bd342c4ec4a103b34375a1494" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://github.com/cliftonlabs/json-simple.git" + revision: "json-simple-2.3.1" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/cliftonlabs/json-simple.git" + revision: "json-simple-2.3.1" + path: "" + - id: "Maven:com.github.jsonld-java:jsonld-java:0.12.1" + purl: "pkg:maven/com.github.jsonld-java/jsonld-java@0.12.1" + authors: + - "Peter Ansell" + - "Tristan King" + declared_licenses: + - "Revised BSD License" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + Revised BSD License: "BSD-3-Clause" + description: "Json-LD core implementation" + homepage_url: "http://github.com/jsonld-java/jsonld-java/jsonld-java/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/jsonld-java/jsonld-java/0.12.1/jsonld-java-0.12.1.jar" + hash: + value: "a47686f733038125bd327147487dec96a2fb238e" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/jsonld-java/jsonld-java/0.12.1/jsonld-java-0.12.1-sources.jar" + hash: + value: "0db9097c3b633c55017cca9d5a2d6bc4e3af203c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:jsonld-java/jsonld-java.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/jsonld-java/jsonld-java.git" + revision: "" + path: "" + - id: "Maven:com.github.spullara.mustache.java:compiler:0.7.9" + purl: "pkg:maven/com.github.spullara.mustache.java/compiler@0.7.9" + authors: + - "Sam Pullara" + declared_licenses: + - "Apache License 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License 2.0: "Apache-2.0" + description: "Implementation of mustache.js for Java" + homepage_url: "http://github.com/spullara/mustache.java" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/spullara/mustache/java/compiler/0.7.9/compiler-0.7.9.jar" + hash: + value: "ff7dba87e24f6074a84f31e2ab7c041e3e94e35b" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/spullara/mustache/java/compiler/0.7.9/compiler-0.7.9-sources.jar" + hash: + value: "1014c81c0c36ca20359e6094af3bf94ee2d6ea2e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/spullara/mustache.java.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/spullara/mustache.java.git" + revision: "" + path: "" + - id: "Maven:com.github.virtuald:curvesapi:1.04" + purl: "pkg:maven/com.github.virtuald/curvesapi@1.04" + authors: + - "Dustin Spicuzza" + - "stormdollar" + declared_licenses: + - "BSD License" + declared_licenses_processed: + unmapped: - "BSD License" - declared_licenses_processed: - unmapped: - - "BSD License" - description: "Implementation of various mathematical curves that define themselves\ - \ over a set of control points. The API is written in Java. The curves supported\ - \ are: Bezier, B-Spline, Cardinal Spline, Catmull-Rom Spline, Lagrange,\ - \ Natural Cubic Spline, and NURBS." - homepage_url: "https://github.com/virtuald/curvesapi" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/virtuald/curvesapi/1.04/curvesapi-1.04.jar" - hash: - value: "3386abf821719bc89c7685f9eaafaf4a842f0199" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/virtuald/curvesapi/1.04/curvesapi-1.04-sources.jar" - hash: - value: "5c01708d122c6a61e90716e931b58226d8261312" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/virtuald/curvesapi.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/virtuald/curvesapi.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.google.code.gson:gson:2.8.0" - purl: "pkg:maven/com.google.code.gson/gson@2.8.0" - declared_licenses: - - "Apache 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2.0: "Apache-2.0" - description: "Gson JSON library" - homepage_url: "https://github.com/google/gson/gson" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar" - hash: - value: "c4ba5371a29ac9b2ad6129b1d39ea38750043eff" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.0/gson-2.8.0-sources.jar" - hash: - value: "baf95d8519fc1a11d388f8543cb40cd2bb9d66dc" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://github.com/google/gson.git" - revision: "gson-parent-2.8.0" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/google/gson.git" - revision: "gson-parent-2.8.0" - path: "" - curations: [] - - metadata: - id: "Maven:com.google.guava:guava:16.0.1" - purl: "pkg:maven/com.google.guava/guava@16.0.1" - authors: - - "Google" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Guava is a suite of core and expanded libraries that include\n\ - \ utility classes, google's collections, io classes, and much\n much\ - \ more.\n\n Guava has only one code dependency - javax.annotation,\n\ - \ per the JSR-305 spec." - homepage_url: "http://code.google.com/p/guava-libraries/guava" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.jar" - hash: - value: "5fa98cd1a63c99a44dd8d3b77e4762b066a5d0c5" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1-sources.jar" - hash: - value: "2477d012cd5379f9696e0d9d3ccc62ad13a09ca4" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://code.google.com/p/guava-libraries/" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://code.google.com/p/guava-libraries" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:commons-cli:commons-cli:1.4" - purl: "pkg:maven/commons-cli/commons-cli@1.4" - authors: - - "Ariane Software" - - "Indigo Stone" - - "SpiritSoft, Inc." - - "The Apache Software Foundation" - - "Thomas Neidhart" - - "Werken" - - "integral Source" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "Apache Commons CLI provides a simple API for presenting, processing\ - \ and validating a command line interface." - homepage_url: "http://commons.apache.org/proper/commons-cli/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.jar" - hash: - value: "c51c00206bb913cd8612b24abd9fa98ae89719b1" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4-sources.jar" - hash: - value: "40dfd9fdef125e19136135e68d54af6d9b0cfbb8" - algorithm: "SHA-1" - vcs: - type: "Subversion" - url: "http://svn.apache.org/repos/asf/commons/proper/cli/trunk/" - revision: "" - path: "" - vcs_processed: - type: "Subversion" - url: "http://svn.apache.org/repos/asf/commons/proper/cli" - revision: "trunk" - path: "" - curations: [] - - metadata: - id: "Maven:commons-codec:commons-codec:1.10" - purl: "pkg:maven/commons-codec/commons-codec@1.10" - authors: - - "Daniel Rall" - - "David Graham" - - "Gary Gregory" - - "Henri Yandell" - - "Jon S. Stevens" - - "Julius Davies" - - "Rodney Waldhoff" - - "Scott Sanders" - - "The Apache Software Foundation" - - "Thomas Neidhart" - - "Tim OBrien" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "The Apache Commons Codec package contains simple encoder and\ - \ decoders for\n various formats such as Base64 and Hexadecimal. In\ - \ addition to these\n widely used encoders and decoders, the codec package\ - \ also maintains a\n collection of phonetic encoding utilities." - homepage_url: "http://commons.apache.org/proper/commons-codec/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar" - hash: - value: "4b95f4897fa13f2cd904aee711aeafc0c5295cd8" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10-sources.jar" - hash: - value: "11fb3d88ae7e3b757d70237064210ceb954a5a04" - algorithm: "SHA-1" - vcs: - type: "Subversion" - url: "http://svn.apache.org/repos/asf/commons/proper/codec/trunk" - revision: "" - path: "" - vcs_processed: - type: "Subversion" - url: "http://svn.apache.org/repos/asf/commons/proper/codec" - revision: "trunk" - path: "" - curations: [] - - metadata: - id: "Maven:commons-io:commons-io:2.6" - purl: "pkg:maven/commons-io/commons-io@2.6" - authors: - - "Gary Gregory" - - "Henri Yandell" - - "Jeremias Maerki" - - "Jochen Wiedmann" - - "Jukka Zitting" - - "Kristian Rosenvold" - - "Martin Cooper" - - "Matthew Hawthorne" - - "Niall Pemberton" - - "Nicola Ken Barozzi" - - "Rob Oxspring" - - "Scott Sanders" - - "Stephen Colebourne" - - "The Apache Software Foundation" - - "dIon Gillard" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "The Apache Commons IO library contains utility classes, stream\ - \ implementations, file filters,\nfile comparators, endian transformation\ - \ classes, and much more." - homepage_url: "http://commons.apache.org/proper/commons-io/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar" - hash: - value: "815893df5f31da2ece4040fe0a12fd44b577afaf" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6-sources.jar" - hash: - value: "2566800dc841d9d2c5a0d34d807e45d4107dbbdf" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "http://git-wip-us.apache.org/repos/asf/commons-io.git" - revision: "commons-io-2.6" - path: "" - vcs_processed: - type: "Git" - url: "http://git-wip-us.apache.org/repos/asf/commons-io.git" - revision: "commons-io-2.6" - path: "" - curations: [] - - metadata: - id: "Maven:junit:junit:4.12" - purl: "pkg:maven/junit/junit@4.12" - authors: - - "David Saff" - - "JUnit" - - "Kevin Cooney" - - "Marc Philipp" - - "Stefan Birkner" - declared_licenses: - - "Eclipse Public License 1.0" - declared_licenses_processed: - spdx_expression: "EPL-1.0" - mapped: - Eclipse Public License 1.0: "EPL-1.0" - description: "JUnit is a unit testing framework for Java, created by Erich\ - \ Gamma and Kent Beck." - homepage_url: "http://junit.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar" - hash: - value: "2973d150c0dc1fefe998f834810d68f278ea58ec" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12-sources.jar" - hash: - value: "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/junit-team/junit.git" - revision: "r4.12" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/junit-team/junit.git" - revision: "r4.12" - path: "" - curations: [] - - metadata: - id: "Maven:net.sf.opencsv:opencsv:2.3" - purl: "pkg:maven/net.sf.opencsv/opencsv@2.3" - authors: - - "Glen Smith" - - "Scott Conway" - - "Sean Sullivan" - declared_licenses: - - "Apache 2" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2: "Apache-2.0" - description: "A simple library for reading and writing CSV in Java" - homepage_url: "http://opencsv.sf.net" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/net/sf/opencsv/opencsv/2.3/opencsv-2.3.jar" - hash: - value: "c23708cdb9e80a144db433e23344a788a1fd6599" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/net/sf/opencsv/opencsv/2.3/opencsv-2.3-sources.jar" - hash: - value: "235993117036d44d126f76db9ea2202ee4884682" - algorithm: "SHA-1" - vcs: - type: "Subversion" - url: "https://opencsv.svn.sourceforge.net/svnroot/opencsv/trunk" - revision: "" - path: "" - vcs_processed: - type: "Subversion" - url: "https://opencsv.svn.sourceforge.net/svnroot/opencsv" - revision: "trunk" - path: "" - curations: [] - - metadata: - id: "Maven:net.sf.saxon:saxon:8.7" - purl: "pkg:maven/net.sf.saxon/saxon@8.7" - declared_licenses: - - "Mozilla Public License Version 1.0" - declared_licenses_processed: - spdx_expression: "MPL-1.0" - mapped: - Mozilla Public License Version 1.0: "MPL-1.0" - description: "The XSLT and XQuery Processor" - homepage_url: "http://saxon.sf.net" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/net/sf/saxon/saxon/8.7/saxon-8.7.jar" - hash: - value: "68f963a06e2c384ab8d60aaa89ed0363928f6e84" - algorithm: "SHA-1" - source_artifact: - url: "" - hash: - value: "" - algorithm: "" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:net.sf.saxon:saxon-dom:8.7" - purl: "pkg:maven/net.sf.saxon/saxon-dom@8.7" - declared_licenses: - - "Mozilla Public License Version 1.0" - declared_licenses_processed: - spdx_expression: "MPL-1.0" - mapped: - Mozilla Public License Version 1.0: "MPL-1.0" - description: "Saxon support library for third-party object model DOM" - homepage_url: "http://saxon.sf.net" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar" - hash: - value: "ca5abeba98e41eca830e6ddc74385a9538c0c908" - algorithm: "SHA-1" - source_artifact: - url: "" - hash: - value: "" - algorithm: "" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:nu.validator.htmlparser:htmlparser:1.4" - purl: "pkg:maven/nu.validator.htmlparser/htmlparser@1.4" - authors: - - "Henri Sivonen" - declared_licenses: - - "The (New) BSD License" - - "The MIT License" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause OR MIT" - mapped: - The (New) BSD License: "BSD-3-Clause" - The MIT License: "MIT" - description: "The Validator.nu HTML Parser is an implementation of the HTML5\ - \ parsing algorithm in Java for applications. The parser is designed to\ - \ work as a drop-in replacement for the XML parser in applications that\ - \ already support XHTML 1.x content with an XML parser and use SAX, DOM\ - \ or XOM to interface with the parser." - homepage_url: "http://about.validator.nu/htmlparser/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/nu/validator/htmlparser/htmlparser/1.4/htmlparser-1.4.jar" - hash: - value: "70573d780fa08271499e201bbd86caa3c62f20e1" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/nu/validator/htmlparser/htmlparser/1.4/htmlparser-1.4-sources.jar" - hash: - value: "7703abdb7fba3ed993330e5d3aac163268f69e15" - algorithm: "SHA-1" - vcs: - type: "Mercurial" - url: "http://hg.mozilla.org/projects/htmlparser/" - revision: "" - path: "" - vcs_processed: - type: "Mercurial" - url: "http://hg.mozilla.org/projects/htmlparser" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.antlr:ST4:4.0.4" - purl: "pkg:maven/org.antlr/ST4@4.0.4" - authors: - - "Temporal Wave LLC" - - "USFCA" - declared_licenses: - - "BSD licence" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD licence: "BSD-3-Clause" - description: "StringTemplate is a java template engine for generating source\ - \ code,\nweb pages, emails, or any other formatted text output.\n\nStringTemplate\ - \ is particularly good at multi-targeted code generators,\nmultiple site\ - \ skins, and internationalization/localization. \n\nIt evolved over years\ - \ of effort developing jGuru.com. \n\nStringTemplate also generates the\ - \ stringtemplate website: http://www.stringtemplate.org\nand powers the\ - \ ANTLR v3 code generator. Its distinguishing characteristic \nis that unlike\ - \ other engines, it strictly enforces model-view separation.\n\nStrict separation\ - \ makes websites and code generators more flexible\nand maintainable; it\ - \ also provides an excellent defense against malicious\ntemplate authors.\n\ - \nThere are currently about 600 StringTemplate source downloads a month." - homepage_url: "http://www.stringtemplate.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/antlr/ST4/4.0.4/ST4-4.0.4.jar" - hash: - value: "467a2aa12be6d0f0f68c70eecf6714ab733027ac" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/antlr/ST4/4.0.4/ST4-4.0.4-sources.jar" - hash: - value: "e13c7f5f536ad6cabfa5de628fcb93910531a293" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.antlr:antlr:3.4" - purl: "pkg:maven/org.antlr/antlr@3.4" - declared_licenses: [] - declared_licenses_processed: {} - description: "Sonatype helps open source projects to set up Maven repositories\ - \ on https://oss.sonatype.org/" - homepage_url: "http://antlr.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/antlr/antlr/3.4/antlr-3.4.jar" - hash: - value: "7797e70e3f5cb4229695f08ff50333266cf81125" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/antlr/antlr/3.4/antlr-3.4-sources.jar" - hash: - value: "2e6a31f24631eb533d8170da9cac6849345f8fda" - algorithm: "SHA-1" - vcs: - type: "Subversion" - url: "http://svn.sonatype.org/spice/tags/oss-parent-7" - revision: "" - path: "" - vcs_processed: - type: "Subversion" - url: "http://svn.sonatype.org/spice" - revision: "tags/oss-parent-7" - path: "" - curations: [] - - metadata: - id: "Maven:org.antlr:antlr-runtime:3.4" - purl: "pkg:maven/org.antlr/antlr-runtime@3.4" - authors: - - "Temporal Wave LLC" - - "USFCA" - declared_licenses: [] - declared_licenses_processed: {} - description: "A framework for constructing recognizers, compilers, and translators\ - \ from grammatical descriptions containing Java, C#, C++, or Python actions." - homepage_url: "http://www.antlr.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar" - hash: - value: "8f011408269a8e42b8548687e137d8eeb56df4b4" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4-sources.jar" - hash: - value: "57a73190ad97f56c0cb83a6a5b6c08d5d428319b" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.antlr:stringtemplate:3.2.1" - purl: "pkg:maven/org.antlr/stringtemplate@3.2.1" - authors: - - "Temporal Wave LLC" - - "USFCA" - declared_licenses: - - "BSD licence" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD licence: "BSD-3-Clause" - description: "StringTemplate is a java template engine for generating source\ - \ code,\nweb pages, emails, or any other formatted text output.\n\nStringTemplate\ - \ is particularly good at multi-targeted code generators,\nmultiple site\ - \ skins, and internationalization/localization. \n\nIt evolved over years\ - \ of effort developing jGuru.com. \n\nStringTemplate also generates the\ - \ stringtemplate website: http://www.stringtemplate.org\nand powers the\ - \ ANTLR v3 code generator. Its distinguishing characteristic \nis that unlike\ - \ other engines, it strictly enforces model-view separation.\n\nStrict separation\ - \ makes websites and code generators more flexible\nand maintainable; it\ - \ also provides an excellent defense against malicious\ntemplate authors.\n\ - \nThere are currently about 600 StringTemplate source downloads a month." - homepage_url: "http://www.stringtemplate.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar" - hash: - value: "59ec8083721eae215c6f3caee944c410d2be34de" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1-sources.jar" - hash: - value: "105785687b0c85a7f70cddfdc3a391bcab121872" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.commons:commons-collections4:4.1" - purl: "pkg:maven/org.apache.commons/commons-collections4@4.1" - authors: - - "Adrian Nistor" - - "Arun M. Thomas" - - "Craig McClanahan" - - "Dipanjan Laha" - - "Gary D. Gregory" - - "Geir Magnusson" - - "Henri Yandell" - - "James Carman" - - "Luc Maisonobe" - - "Matt Benson" - - "Matthew Hawthorne" - - "Morgan Delagrange" - - "Phil Steitz" - - "Robert Burrell Donkin" - - "Rodney Waldhoff" - - "Stephen Colebourne" - - "The Apache Software Foundation" - - "Thomas Neidhart" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "The Apache Commons Collections package contains types that extend\ - \ and augment the Java Collections Framework." - homepage_url: "http://commons.apache.org/proper/commons-collections/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.jar" - hash: - value: "a4cf4688fe1c7e3a63aa636cc96d013af537768e" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1-sources.jar" - hash: - value: "f305f3aa45a3b208c013ef92328f8f230329f20e" - algorithm: "SHA-1" - vcs: - type: "Subversion" - url: "http://svn.apache.org/repos/asf/commons/proper/collections/trunk" - revision: "" - path: "" - vcs_processed: - type: "Subversion" - url: "http://svn.apache.org/repos/asf/commons/proper/collections" - revision: "trunk" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.commons:commons-compress:1.17" - purl: "pkg:maven/org.apache.commons/commons-compress@1.17" - authors: - - "Christian Grobmeier" - - "Damjan Jovanovic" - - "Emmanuel Bourg" - - "Gary Gregory" - - "Julius Davies" - - "Rob Tompkins" - - "Sebastian Bazley" - - "Stefan Bodewig" - - "The Apache Software Foundation" - - "Torsten Curdt" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "Apache Commons Compress software defines an API for working\ - \ with\ncompression and archive formats. These include: bzip2, gzip, pack200,\n\ - lzma, xz, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4,\n\ - Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj." - homepage_url: "https://commons.apache.org/proper/commons-compress/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.17/commons-compress-1.17.jar" - hash: - value: "474c20609032e7f815ef534cd8174d2e400d9a8d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.17/commons-compress-1.17-sources.jar" - hash: - value: "9d064d7d42ee1d04ae07ad23025b4f9616652eed" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/commons-compress.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/commons-compress.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.commons:commons-csv:1.5" - purl: "pkg:maven/org.apache.commons/commons-csv@1.5" - authors: - - "Apache" - - "Gary Gregory" - - "The Apache Software Foundation" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "The Apache Commons CSV library provides a simple interface for\ - \ reading and writing\nCSV files of various types." - homepage_url: "http://commons.apache.org/proper/commons-csv/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-csv/1.5/commons-csv-1.5.jar" - hash: - value: "e10f140af5b82167640f254fa9d88e35ad74329c" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-csv/1.5/commons-csv-1.5-sources.jar" - hash: - value: "b76c277916ffef14d63279b896b6a82252ddeb79" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "http://git-wip-us.apache.org/repos/asf/commons-csv.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "http://git-wip-us.apache.org/repos/asf/commons-csv.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.commons:commons-lang3:3.1" - purl: "pkg:maven/org.apache.commons/commons-lang3@3.1" - authors: - - "Carman Consulting, Inc." - - "CollabNet, Inc." - - "Fredrik Westermarck" - - "Gary D. Gregory" - - "Henri Yandell" - - "Joerg Schaible" - - "Matt Benson" - - "Niall Pemberton" - - "Oliver Heger" - - "Paul Benedict" - - "Phil Steitz" - - "Robert Burrell Donkin" - - "SITA ATS Ltd" - - "Steven Caswell" - - "The Apache Software Foundation" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Commons Lang, a package of Java utility classes for the\n classes\ - \ that are in java.lang's hierarchy, or are considered to be so\n standard\ - \ as to justify existence in java.lang." - homepage_url: "http://commons.apache.org/lang/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar" - hash: - value: "905075e6c80f206bbe6cf1e809d2caa69f420c76" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1-sources.jar" - hash: - value: "8d30b90ae8bda4fbac8363161c8a9b5a99e23baf" - algorithm: "SHA-1" - vcs: - type: "Subversion" - url: "http://svn.apache.org/repos/asf/commons/proper/lang/trunk" - revision: "" - path: "" - vcs_processed: - type: "Subversion" - url: "http://svn.apache.org/repos/asf/commons/proper/lang" - revision: "trunk" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.commons:commons-lang3:3.8.1" - purl: "pkg:maven/org.apache.commons/commons-lang3@3.8.1" - authors: - - "Benedikt Ritter" - - "Carman Consulting, Inc." - - "CollabNet, Inc." - - "Duncan Jones" - - "Fredrik Westermarck" - - "Gary D. Gregory" - - "Henri Yandell" - - "Joerg Schaible" - - "Loic Guibert" - - "Matt Benson" - - "Niall Pemberton" - - "Oliver Heger" - - "Paul Benedict" - - "Rob Tompkins" - - "Robert Burrell Donkin" - - "SITA ATS Ltd" - - "Steven Caswell" - - "The Apache Software Foundation" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "Apache Commons Lang, a package of Java utility classes for the\n\ - \ classes that are in java.lang's hierarchy, or are considered to be so\n\ - \ standard as to justify existence in java.lang." - homepage_url: "http://commons.apache.org/proper/commons-lang/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar" - hash: - value: "6505a72a097d9270f7a9e7bf42c4238283247755" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1-sources.jar" - hash: - value: "e9748d7783594da3735ad9724390a10e7cebc01d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "http://git-wip-us.apache.org/repos/asf/commons-lang.git" - revision: "LANG_3_8_1" - path: "" - vcs_processed: - type: "Git" - url: "http://git-wip-us.apache.org/repos/asf/commons-lang.git" - revision: "LANG_3_8_1" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.httpcomponents:httpclient:4.5.5" - purl: "pkg:maven/org.apache.httpcomponents/httpclient@4.5.5" - authors: - - "Ant Elder" - - "Asankha C. Perera" - - "Erik Abele" - - "Francois-Xavier Bonnet" - - "Gary Gregory" - - "Jonathan Moore" - - "Karl Wright" - - "Oleg Kalnichevski" - - "Ortwin Glueck" - - "Paul Fremantle" - - "Roland Weber" - - "Sam Berlin" - - "Sean C. Sullivan" - - "Sebastian Bazley" - - "The Apache Software Foundation" - - "William Speirs" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "Apache HttpComponents Client" - homepage_url: "http://hc.apache.org/httpcomponents-client" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.jar" - hash: - value: "1603dfd56ebcd583ccdf337b6c3984ac55d89e58" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5-sources.jar" - hash: - value: "9fd59f6f22326a4241f9524fdfd66a1f34824054" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git" - revision: "4.5.5" - path: "" - vcs_processed: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git" - revision: "4.5.5" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.httpcomponents:httpclient-cache:4.5.5" - purl: "pkg:maven/org.apache.httpcomponents/httpclient-cache@4.5.5" - authors: - - "Ant Elder" - - "Asankha C. Perera" - - "Erik Abele" - - "Francois-Xavier Bonnet" - - "Gary Gregory" - - "Jonathan Moore" - - "Karl Wright" - - "Oleg Kalnichevski" - - "Ortwin Glueck" - - "Paul Fremantle" - - "Roland Weber" - - "Sam Berlin" - - "Sean C. Sullivan" - - "Sebastian Bazley" - - "The Apache Software Foundation" - - "William Speirs" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "Apache HttpComponents HttpClient - Cache" - homepage_url: "http://hc.apache.org/httpcomponents-client" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient-cache/4.5.5/httpclient-cache-4.5.5.jar" - hash: - value: "8115af15235c603db957db37f24e0faa168474f7" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient-cache/4.5.5/httpclient-cache-4.5.5-sources.jar" - hash: - value: "f619aff61d2307f2f01de79ca4ffb554f695d7c3" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git" - revision: "4.5.5" - path: "" - vcs_processed: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git" - revision: "4.5.5" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.httpcomponents:httpcore:4.4.9" - purl: "pkg:maven/org.apache.httpcomponents/httpcore@4.4.9" - authors: - - "Ant Elder" - - "Asankha C. Perera" - - "Erik Abele" - - "Francois-Xavier Bonnet" - - "Gary Gregory" - - "Jonathan Moore" - - "Karl Wright" - - "Oleg Kalnichevski" - - "Ortwin Glueck" - - "Paul Fremantle" - - "Roland Weber" - - "Sam Berlin" - - "Sean C. Sullivan" - - "Sebastian Bazley" - - "The Apache Software Foundation" - - "William Speirs" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "Apache HttpComponents Core (blocking I/O)" - homepage_url: "http://hc.apache.org/httpcomponents-core-ga" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.jar" - hash: - value: "a86ce739e5a7175b4b234c290a00a5fdb80957a0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9-sources.jar" - hash: - value: "5808b4637c385d939e901eee3dc5f1121fc73a3b" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/httpcomponents-core.git" - revision: "4.4.9" - path: "" - vcs_processed: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/httpcomponents-core.git" - revision: "4.4.9" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.jena:apache-jena-libs:3.9.0" - purl: "pkg:maven/org.apache.jena/apache-jena-libs@3.9.0" - authors: - - "The Apache Software Foundation" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "A POM artifact that references all the standard Jena Libraries\ - \ with a single dependency." - homepage_url: "http://jena.apache.org/apache-jena-libs/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/apache-jena-libs/3.9.0/apache-jena-libs-3.9.0.pom" - hash: - value: "91f9355a290f35e94c30d4cef30cc5328f1d68a5" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/apache-jena-libs/3.9.0/apache-jena-libs-3.9.0.pom" - hash: - value: "91f9355a290f35e94c30d4cef30cc5328f1d68a5" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - vcs_processed: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - is_metadata_only: true - curations: [] - - metadata: - id: "Maven:org.apache.jena:jena-arq:3.9.0" - purl: "pkg:maven/org.apache.jena/jena-arq@3.9.0" - authors: - - "The Apache Software Foundation" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "ARQ is a SPARQL 1.1 query engine for Apache Jena" - homepage_url: "http://jena.apache.org/jena-arq/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-arq/3.9.0/jena-arq-3.9.0.jar" - hash: - value: "b44ea2da8bdaf61e77272070f96ee2e29a70bfe3" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-arq/3.9.0/jena-arq-3.9.0-sources.jar" - hash: - value: "51048d4801496588fab0a91ffd38b4c8d3f5d94c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - vcs_processed: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.jena:jena-base:3.9.0" - purl: "pkg:maven/org.apache.jena/jena-base@3.9.0" - authors: - - "The Apache Software Foundation" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "This module contains non-RDF library code and the common system\ - \ runtime." - homepage_url: "http://jena.apache.org/jena-base/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-base/3.9.0/jena-base-3.9.0.jar" - hash: - value: "9e4acf03fa31d4408ab6aafc492e8595de2fe731" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-base/3.9.0/jena-base-3.9.0-sources.jar" - hash: - value: "cba2a11b8d1b4636f0836e5125c6b5b62cde121e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - vcs_processed: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.jena:jena-core:3.9.0" - purl: "pkg:maven/org.apache.jena/jena-core@3.9.0" - authors: - - "The Apache Software Foundation" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Jena is a Java framework for building Semantic Web applications.\ - \ It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and\ - \ includes a rule-based inference engine." - homepage_url: "http://jena.apache.org/jena-core/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-core/3.9.0/jena-core-3.9.0.jar" - hash: - value: "2133974da091ea11638c47d9977bff6ee92e2877" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-core/3.9.0/jena-core-3.9.0-sources.jar" - hash: - value: "dd16c18b53a009b49f0028d2bc0e137a5ff6bf96" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - vcs_processed: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.jena:jena-dboe-base:3.9.0" - purl: "pkg:maven/org.apache.jena/jena-dboe-base@3.9.0" - authors: - - "The Apache Software Foundation" - declared_licenses: - - "Apache License 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License 2.0: "Apache-2.0" - description: "The Apache Software Foundation provides support for the Apache\ - \ community of open-source software projects.\n The Apache projects are\ - \ characterized by a collaborative, consensus based development process,\ - \ an open and\n pragmatic software license, and a desire to create high\ - \ quality software that leads the way in its field.\n We consider ourselves\ - \ not simply a group of projects sharing a server, but rather a community\ - \ of developers\n and users." - homepage_url: "http://jena.apache.org/jena-dboe-base/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-dboe-base/3.9.0/jena-dboe-base-3.9.0.jar" - hash: - value: "5a7ba9babdcfb8e2fcfc8acb5a6be93c0e086548" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-dboe-base/3.9.0/jena-dboe-base-3.9.0-sources.jar" - hash: - value: "1fb6ed0e206bf1bef38afdef2fae7cd6610039c0" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - vcs_processed: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.jena:jena-dboe-index:3.9.0" - purl: "pkg:maven/org.apache.jena/jena-dboe-index@3.9.0" - authors: - - "The Apache Software Foundation" - declared_licenses: - - "Apache License 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License 2.0: "Apache-2.0" - description: "The Apache Software Foundation provides support for the Apache\ - \ community of open-source software projects.\n The Apache projects are\ - \ characterized by a collaborative, consensus based development process,\ - \ an open and\n pragmatic software license, and a desire to create high\ - \ quality software that leads the way in its field.\n We consider ourselves\ - \ not simply a group of projects sharing a server, but rather a community\ - \ of developers\n and users." - homepage_url: "http://jena.apache.org/jena-dboe-index/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-dboe-index/3.9.0/jena-dboe-index-3.9.0.jar" - hash: - value: "4f9d134b1fc2caf43baad59e4decf3bb64d6dbdb" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-dboe-index/3.9.0/jena-dboe-index-3.9.0-sources.jar" - hash: - value: "b602643a7642887ba423fe99742e835f2751ea82" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - vcs_processed: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.jena:jena-dboe-trans-data:3.9.0" - purl: "pkg:maven/org.apache.jena/jena-dboe-trans-data@3.9.0" - authors: - - "The Apache Software Foundation" - declared_licenses: - - "Apache License 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License 2.0: "Apache-2.0" - description: "The Apache Software Foundation provides support for the Apache\ - \ community of open-source software projects.\n The Apache projects are\ - \ characterized by a collaborative, consensus based development process,\ - \ an open and\n pragmatic software license, and a desire to create high\ - \ quality software that leads the way in its field.\n We consider ourselves\ - \ not simply a group of projects sharing a server, but rather a community\ - \ of developers\n and users." - homepage_url: "http://jena.apache.org/jena-dboe-trans-data/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-dboe-trans-data/3.9.0/jena-dboe-trans-data-3.9.0.jar" - hash: - value: "fb6e44296842cd7c1f374c9b6cf36a4a7babd8d8" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-dboe-trans-data/3.9.0/jena-dboe-trans-data-3.9.0-sources.jar" - hash: - value: "7dc38aa7173425e941f2a0f7ba740e1f705dfe81" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - vcs_processed: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.jena:jena-dboe-transaction:3.9.0" - purl: "pkg:maven/org.apache.jena/jena-dboe-transaction@3.9.0" - authors: - - "The Apache Software Foundation" - declared_licenses: - - "Apache License 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License 2.0: "Apache-2.0" - description: "The Apache Software Foundation provides support for the Apache\ - \ community of open-source software projects.\n The Apache projects are\ - \ characterized by a collaborative, consensus based development process,\ - \ an open and\n pragmatic software license, and a desire to create high\ - \ quality software that leads the way in its field.\n We consider ourselves\ - \ not simply a group of projects sharing a server, but rather a community\ - \ of developers\n and users." - homepage_url: "http://jena.apache.org/jena-dboe-transaction/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-dboe-transaction/3.9.0/jena-dboe-transaction-3.9.0.jar" - hash: - value: "2ae13878df1bdb473b15ca40cee6dbbcaff777db" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-dboe-transaction/3.9.0/jena-dboe-transaction-3.9.0-sources.jar" - hash: - value: "a382cf6d002eb576b062fa185b31a4998be95016" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - vcs_processed: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.jena:jena-iri:3.9.0" - purl: "pkg:maven/org.apache.jena/jena-iri@3.9.0" - authors: - - "The Apache Software Foundation" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "The IRI module provides an implementation of the IRI and URI\ - \ specifications (RFC 3987 and 3986) which are used across Jena in order\ - \ to comply with relevant W3C specifications for RDF and SPARQL which require\ - \ conformance to these specifications." - homepage_url: "http://jena.apache.org/jena-iri/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-iri/3.9.0/jena-iri-3.9.0.jar" - hash: - value: "721937f1d096bba145e9f92c1166489bf6848e56" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-iri/3.9.0/jena-iri-3.9.0-sources.jar" - hash: - value: "3505cf1e1115017225e0c3bf0da94ca957864aa7" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - vcs_processed: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.jena:jena-rdfconnection:3.9.0" - purl: "pkg:maven/org.apache.jena/jena-rdfconnection@3.9.0" - authors: - - "The Apache Software Foundation" - declared_licenses: - - "Apache 2.0 License" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2.0 License: "Apache-2.0" - description: "RDF Connection" - homepage_url: "http://jena.apache.org/jena-rdfconnection/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-rdfconnection/3.9.0/jena-rdfconnection-3.9.0.jar" - hash: - value: "ecdafc24fb75d1dd73df4166672eda2931e5d491" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-rdfconnection/3.9.0/jena-rdfconnection-3.9.0-sources.jar" - hash: - value: "338fb223d2c84ec68b152f712f1bf069bf71b9ed" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - vcs_processed: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.jena:jena-shaded-guava:3.9.0" - purl: "pkg:maven/org.apache.jena/jena-shaded-guava@3.9.0" - authors: - - "The Apache Software Foundation" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "This module shades Google's Guava.\n Direct use can lead\ - \ to versioning problems \n as some systems are dependent on specific\n\ - \ versions of guava. \n This module uses the Shade plugin to \n \ - \ re-package them under the package name\n org.apache.jena.ext.com.google...." - homepage_url: "http://jena.apache.org/jena-shaded-guava/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-shaded-guava/3.9.0/jena-shaded-guava-3.9.0.jar" - hash: - value: "612c6e587e07f280771e5e27a94778414e51bd52" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-shaded-guava/3.9.0/jena-shaded-guava-3.9.0-sources.jar" - hash: - value: "701d64fb3c688ee88e3c201a38b8299ea360fb37" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - vcs_processed: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.jena:jena-tdb:3.9.0" - purl: "pkg:maven/org.apache.jena/jena-tdb@3.9.0" - authors: - - "The Apache Software Foundation" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "TDB is a storage subsystem for Jena and ARQ, it is a native\ - \ triple store providing persisent disk based storage of triples/quads." - homepage_url: "http://jena.apache.org/jena-tdb/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-tdb/3.9.0/jena-tdb-3.9.0.jar" - hash: - value: "f2e40a4fa8a8ee02aaaec5c9a5f3dc7579e68227" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-tdb/3.9.0/jena-tdb-3.9.0-sources.jar" - hash: - value: "fe2889a11367d5538ca4e17204155a984ac8c101" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - vcs_processed: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.jena:jena-tdb2:3.9.0" - purl: "pkg:maven/org.apache.jena/jena-tdb2@3.9.0" - authors: - - "The Apache Software Foundation" - declared_licenses: - - "Apache License 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License 2.0: "Apache-2.0" - description: "The Apache Software Foundation provides support for the Apache\ - \ community of open-source software projects.\n The Apache projects are\ - \ characterized by a collaborative, consensus based development process,\ - \ an open and\n pragmatic software license, and a desire to create high\ - \ quality software that leads the way in its field.\n We consider ourselves\ - \ not simply a group of projects sharing a server, but rather a community\ - \ of developers\n and users." - homepage_url: "http://jena.apache.org/jena-tdb2/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-tdb2/3.9.0/jena-tdb2-3.9.0.jar" - hash: - value: "2dd3d5f89c6a3025e18e0b50d17a7509f001528d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-tdb2/3.9.0/jena-tdb2-3.9.0-sources.jar" - hash: - value: "9aa945b5f64400870893b9399d93ac6a4942417e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - vcs_processed: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/jena.git" - revision: "jena-3.9.0-rc1" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.logging.log4j:log4j-api:2.10.0" - purl: "pkg:maven/org.apache.logging.log4j/log4j-api@2.10.0" - authors: - - "Bruce Brouwer" - - "Nextiva" - - "Nick Williams" - - "Remko Popma" - - "Rocket Software" - - "SPR Consulting" - - "Scott Deboy" - - "Spotify" - - "The Apache Software Foundation" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "The Apache Log4j API" - homepage_url: "https://logging.apache.org/log4j/2.x/log4j-api/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.10.0/log4j-api-2.10.0.jar" - hash: - value: "fec5797a55b786184a537abd39c3fa1449d752d6" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.10.0/log4j-api-2.10.0-sources.jar" - hash: - value: "fd42afa6acbfb3801accec744106ee28b9342567" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/logging-log4j2.git" - revision: "log4j-2.10-rc1" - path: "" - vcs_processed: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/logging-log4j2.git" - revision: "log4j-2.10-rc1" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.logging.log4j:log4j-core:2.10.0" - purl: "pkg:maven/org.apache.logging.log4j/log4j-core@2.10.0" - authors: - - "Bruce Brouwer" - - "Nextiva" - - "Nick Williams" - - "Remko Popma" - - "Rocket Software" - - "SPR Consulting" - - "Scott Deboy" - - "Spotify" - - "The Apache Software Foundation" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "The Apache Log4j Implementation" - homepage_url: "https://logging.apache.org/log4j/2.x/log4j-core/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.10.0/log4j-core-2.10.0.jar" - hash: - value: "c90b597163cd28ab6d9687edd53db601b6ea75a1" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.10.0/log4j-core-2.10.0-sources.jar" - hash: - value: "a2041b29bc3e761fba750c0df933cd48f76f5b3a" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/logging-log4j2.git" - revision: "log4j-2.10-rc1" - path: "" - vcs_processed: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/logging-log4j2.git" - revision: "log4j-2.10-rc1" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.logging.log4j:log4j-slf4j-impl:2.10.0" - purl: "pkg:maven/org.apache.logging.log4j/log4j-slf4j-impl@2.10.0" - authors: - - "Bruce Brouwer" - - "Nextiva" - - "Nick Williams" - - "Remko Popma" - - "Rocket Software" - - "SPR Consulting" - - "Scott Deboy" - - "Spotify" - - "The Apache Software Foundation" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "The Apache Log4j SLF4J API binding to Log4j 2 Core" - homepage_url: "https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-slf4j-impl/2.10.0/log4j-slf4j-impl-2.10.0.jar" - hash: - value: "8e4e0a30736175e31c7f714d95032c1734cfbdea" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-slf4j-impl/2.10.0/log4j-slf4j-impl-2.10.0-sources.jar" - hash: - value: "51e9adc49fcb32d961c66170c9b4b092ee809d9c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/logging-log4j2.git" - revision: "log4j-2.10-rc1" - path: "" - vcs_processed: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/logging-log4j2.git" - revision: "log4j-2.10-rc1" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.poi:poi:3.15" - purl: "pkg:maven/org.apache.poi/poi@3.15" - authors: - - "Apache Software Foundation" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Apache POI - Java API To Access Microsoft Format Files" - homepage_url: "http://poi.apache.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/poi/poi/3.15/poi-3.15.jar" - hash: - value: "965bba8899988008bb2341e300347de62aad5391" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/poi/poi/3.15/poi-3.15-sources.jar" - hash: - value: "bd552aa859b560a2ab85694f23771b6ef50698dd" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.poi:poi-ooxml:3.15" - purl: "pkg:maven/org.apache.poi/poi-ooxml@3.15" - authors: - - "Apache Software Foundation" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Apache POI - Java API To Access Microsoft Format Files" - homepage_url: "http://poi.apache.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml/3.15/poi-ooxml-3.15.jar" - hash: - value: "e2800856735b07b8edd417aee07685470216a00f" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml/3.15/poi-ooxml-3.15-sources.jar" - hash: - value: "b49e9cf942f8ba4492017a274c6c3480584909d8" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.poi:poi-ooxml-schemas:3.15" - purl: "pkg:maven/org.apache.poi/poi-ooxml-schemas@3.15" - authors: - - "Apache Software Foundation" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Apache POI - Java API To Access Microsoft Format Files" - homepage_url: "http://poi.apache.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml-schemas/3.15/poi-ooxml-schemas-3.15.jar" - hash: - value: "de4a50ca39de48a19606b35644ecadb2f733c479" - algorithm: "SHA-1" - source_artifact: - url: "" - hash: - value: "" - algorithm: "" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.thrift:libthrift:0.10.0" - purl: "pkg:maven/org.apache.thrift/libthrift@0.10.0" - authors: - - "Aditya Agarwal" - - "Andrew McGeachie" - - "Anthony Molinaro" - - "Ben Maurer" - - "Bryan Duxbury" - - "Carl Yeksigian" - - "Chris Piro" - - "David Reiss" - - "Esteve Fernandez" - - "Jake Farrell" - - "Jake Luciani" - - "James Wang" - - "Jens Geyer" - - "Kevin Clark" - - "Marc Kwiatkowski" - - "Mark Slee" - - "Roger Meier" - - "Todd Lipcon" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Thrift is a software framework for scalable cross-language services\ - \ development." - homepage_url: "http://thrift.apache.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/thrift/libthrift/0.10.0/libthrift-0.10.0.jar" - hash: - value: "3201c5a6d85d3f030bae5a520abaaf81ef7df037" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/thrift/libthrift/0.10.0/libthrift-0.10.0-sources.jar" - hash: - value: "e52aec15d774e90d2c9588571634c054e352b26b" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/thrift.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://git-wip-us.apache.org/repos/asf/thrift.git" - revision: "" - path: "" - is_metadata_only: true - curations: [] - - metadata: - id: "Maven:org.apache.xmlbeans:xmlbeans:2.6.0" - purl: "pkg:maven/org.apache.xmlbeans/xmlbeans@2.6.0" - authors: - - "Cezar Andrei" - - "Jacob Danner" - - "Radu Preotiuc" - - "Wing Yew Poon" - - "XmlBeans" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "XmlBeans main jar" - homepage_url: "http://xmlbeans.apache.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/xmlbeans/xmlbeans/2.6.0/xmlbeans-2.6.0.jar" - hash: - value: "29e80d2dd51f9dcdef8f9ffaee0d4dc1c9bbfc87" - algorithm: "SHA-1" - source_artifact: - url: "" - hash: - value: "" - algorithm: "" - vcs: - type: "Subversion" - url: "https://svn.apache.org/repos/asf/xmlbeans/" - revision: "" - path: "" - vcs_processed: - type: "Subversion" - url: "https://svn.apache.org/repos/asf/xmlbeans" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.apiguardian:apiguardian-api:1.0.0" - purl: "pkg:maven/org.apiguardian/apiguardian-api@1.0.0" - authors: - - "@API Guardian Team" - declared_licenses: - - "The Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache License, Version 2.0: "Apache-2.0" - description: "@API Guardian" - homepage_url: "https://github.com/apiguardian-team/apiguardian" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar" - hash: - value: "3ef5276905e36f4d8055fe3cb0bdcc7503ffc85d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0-sources.jar" - hash: - value: "777508fa9f3e03cafb3c1fb2eba3dca317f4b1ee" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/apiguardian-team/apiguardian.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/apiguardian-team/apiguardian.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.assertj:assertj-core:3.11.1" - purl: "pkg:maven/org.assertj/assertj-core@3.11.1" - authors: - - "AssertJ" - - "Joel Costigliola" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "Rich and fluent assertions for testing for Java" - homepage_url: "http://assertj.org/assertj-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.11.1/assertj-core-3.11.1.jar" - hash: - value: "fdac3217b804d6900fa3650f17b5cb48e620b140" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.11.1/assertj-core-3.11.1-sources.jar" - hash: - value: "55362d8f04018b1140c5a370057bf8cd4a63c3de" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:joel-costigliola/assertj-core.git" - revision: "assertj-core-3.11.1" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/joel-costigliola/assertj-core.git" - revision: "assertj-core-3.11.1" - path: "" - curations: [] - - metadata: - id: "Maven:org.hamcrest:hamcrest-core:1.3" - purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3" - authors: - - "Joe Walnes" - - "Nat Pryce" - - "Neil Dunn" - - "Steve Freeman" - - "Tom Denley" - declared_licenses: - - "New BSD License" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - New BSD License: "BSD-3-Clause" - description: "This is the core API of hamcrest matcher framework to be used\ - \ by third-party framework providers. This includes the a foundation set\ - \ of matcher implementations for common operations." - homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" - hash: - value: "42a25dc3219429f0e5d060061f71acb49bf010a0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" - hash: - value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:hamcrest/JavaHamcrest.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/hamcrest/JavaHamcrest.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.jsoup:jsoup:1.7.2" - purl: "pkg:maven/org.jsoup/jsoup@1.7.2" - authors: - - "Jonathan Hedley" - declared_licenses: - - "The MIT License" - declared_licenses_processed: - spdx_expression: "MIT" - mapped: - The MIT License: "MIT" - description: "jsoup HTML parser" - homepage_url: "http://jsoup.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar" - hash: - value: "d7e275ba05aa380ca254f72d0c0ffebaedc3adcf" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2-sources.jar" - hash: - value: "833f425e7a40d7fc88922370a072965dda8ee216" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "http://github.com/jhy/jsoup.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/jhy/jsoup.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.junit.jupiter:junit-jupiter-api:5.3.1" - purl: "pkg:maven/org.junit.jupiter/junit-jupiter-api@5.3.1" - authors: - - "Christian Stein" - - "Johannes Link" - - "Marc Philipp" - - "Matthias Merdes" - - "Sam Brannen" - - "Stefan Bechtold" - declared_licenses: - - "Eclipse Public License v2.0" - declared_licenses_processed: - spdx_expression: "EPL-2.0" - mapped: - Eclipse Public License v2.0: "EPL-2.0" - description: "Module \"junit-jupiter-api\" of JUnit 5." - homepage_url: "http://junit.org/junit5/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.3.1/junit-jupiter-api-5.3.1.jar" - hash: - value: "a7e97eac2784395cb991403f9641b042ad972941" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.3.1/junit-jupiter-api-5.3.1-sources.jar" - hash: - value: "b03f607c0822a283c972e37eaeacb00dc3a3c2e7" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/junit-team/junit5.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/junit-team/junit5.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.junit.jupiter:junit-jupiter-engine:5.3.1" - purl: "pkg:maven/org.junit.jupiter/junit-jupiter-engine@5.3.1" - authors: - - "Christian Stein" - - "Johannes Link" - - "Marc Philipp" - - "Matthias Merdes" - - "Sam Brannen" - - "Stefan Bechtold" - declared_licenses: - - "Eclipse Public License v2.0" - declared_licenses_processed: - spdx_expression: "EPL-2.0" - mapped: - Eclipse Public License v2.0: "EPL-2.0" - description: "Module \"junit-jupiter-engine\" of JUnit 5." - homepage_url: "http://junit.org/junit5/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.3.1/junit-jupiter-engine-5.3.1.jar" - hash: - value: "e2676b1786c57a80eb98f5bebd51a3d05e228c40" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.3.1/junit-jupiter-engine-5.3.1-sources.jar" - hash: - value: "c769957170b2240854d6da6c6706dcc2a281542f" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/junit-team/junit5.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/junit-team/junit5.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.junit.jupiter:junit-jupiter-params:5.3.1" - purl: "pkg:maven/org.junit.jupiter/junit-jupiter-params@5.3.1" - authors: - - "Christian Stein" - - "Johannes Link" - - "Marc Philipp" - - "Matthias Merdes" - - "Sam Brannen" - - "Stefan Bechtold" - declared_licenses: - - "Eclipse Public License v2.0" - declared_licenses_processed: - spdx_expression: "EPL-2.0" - mapped: - Eclipse Public License v2.0: "EPL-2.0" - description: "Module \"junit-jupiter-params\" of JUnit 5." - homepage_url: "http://junit.org/junit5/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.3.1/junit-jupiter-params-5.3.1.jar" - hash: - value: "9dfac3fbd6768974fc0c142304a3e90ba713b2a8" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.3.1/junit-jupiter-params-5.3.1-sources.jar" - hash: - value: "bc4eb2ef307286fcd45551d4da397518c2e15394" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/junit-team/junit5.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/junit-team/junit5.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.junit.platform:junit-platform-commons:1.3.1" - purl: "pkg:maven/org.junit.platform/junit-platform-commons@1.3.1" - authors: - - "Christian Stein" - - "Johannes Link" - - "Marc Philipp" - - "Matthias Merdes" - - "Sam Brannen" - - "Stefan Bechtold" - declared_licenses: - - "Eclipse Public License v2.0" - declared_licenses_processed: - spdx_expression: "EPL-2.0" - mapped: - Eclipse Public License v2.0: "EPL-2.0" - description: "Module \"junit-platform-commons\" of JUnit 5." - homepage_url: "http://junit.org/junit5/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.jar" - hash: - value: "67b7edddfac1935e6e6d9b58d7c7df6db59b1d39" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1-sources.jar" - hash: - value: "297bb35bca3d229c5e6edbffd22de7b5ad4cf430" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/junit-team/junit5.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/junit-team/junit5.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.junit.platform:junit-platform-engine:1.3.1" - purl: "pkg:maven/org.junit.platform/junit-platform-engine@1.3.1" - authors: - - "Christian Stein" - - "Johannes Link" - - "Marc Philipp" - - "Matthias Merdes" - - "Sam Brannen" - - "Stefan Bechtold" - declared_licenses: - - "Eclipse Public License v2.0" - declared_licenses_processed: - spdx_expression: "EPL-2.0" - mapped: - Eclipse Public License v2.0: "EPL-2.0" - description: "Module \"junit-platform-engine\" of JUnit 5." - homepage_url: "http://junit.org/junit5/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.jar" - hash: - value: "3ee68a06bbdab157dd260e2095c356481d6cd172" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1-sources.jar" - hash: - value: "effe038ffcf21f6988e78b12119ca456d7d144fd" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/junit-team/junit5.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/junit-team/junit5.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.junit.platform:junit-platform-launcher:1.3.1" - purl: "pkg:maven/org.junit.platform/junit-platform-launcher@1.3.1" - authors: - - "Christian Stein" - - "Johannes Link" - - "Marc Philipp" - - "Matthias Merdes" - - "Sam Brannen" - - "Stefan Bechtold" - declared_licenses: - - "Eclipse Public License v2.0" - declared_licenses_processed: - spdx_expression: "EPL-2.0" - mapped: - Eclipse Public License v2.0: "EPL-2.0" - description: "Module \"junit-platform-launcher\" of JUnit 5." - homepage_url: "http://junit.org/junit5/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.jar" - hash: - value: "8a07cb776e5aeb320b051183dc8ff142650ddb4e" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1-sources.jar" - hash: - value: "e144c1c4935632fa730c8a2d0c0c879b824562df" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/junit-team/junit5.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/junit-team/junit5.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.opentest4j:opentest4j:1.1.1" - purl: "pkg:maven/org.opentest4j/opentest4j@1.1.1" - authors: - - "Johannes Link" - - "Marc Philipp" - - "Matthias Merdes" - - "Sam Brannen" - - "Stefan Bechtold" - declared_licenses: - - "The Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache License, Version 2.0: "Apache-2.0" - description: "Open Test Alliance for the JVM" - homepage_url: "https://github.com/ota4j-team/opentest4j" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar" - hash: - value: "efd9f971e91074491ea55b19f67b13470cf4fcdd" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1-sources.jar" - hash: - value: "88a3a2cb15c413565462cea99f201b67bc6d2f10" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/ota4j-team/opentest4j.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/ota4j-team/opentest4j.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.slf4j:jcl-over-slf4j:1.7.25" - purl: "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.25" - authors: - - "Ceki Gulcu" - - "QOS.ch" - declared_licenses: - - "MIT License" - declared_licenses_processed: - spdx_expression: "MIT" - mapped: - MIT License: "MIT" - description: "JCL 1.2 implemented over SLF4J" - homepage_url: "http://www.slf4j.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar" - hash: - value: "f8c32b13ff142a513eeb5b6330b1588dcb2c0461" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25-sources.jar" - hash: - value: "ffd0827a7c67d5915b7dc611afbda56a1f247191" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:qos-ch/slf4j.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/qos-ch/slf4j.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.slf4j:slf4j-api:1.7.25" - purl: "pkg:maven/org.slf4j/slf4j-api@1.7.25" - authors: - - "Ceki Gulcu" - - "QOS.ch" - declared_licenses: - - "MIT License" - declared_licenses_processed: - spdx_expression: "MIT" - mapped: - MIT License: "MIT" - description: "The slf4j API" - homepage_url: "http://www.slf4j.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar" - hash: - value: "da76ca59f6a57ee3102f8f9bd9cee742973efa8a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-sources.jar" - hash: - value: "962153db4a9ea71b79d047dfd1b2a0d80d8f4739" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:qos-ch/slf4j.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/qos-ch/slf4j.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:stax:stax-api:1.0.1" - purl: "pkg:maven/stax/stax-api@1.0.1" - authors: - - "Chris Fry" - - "Indiana University" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "StAX API is the standard java XML processing API defined by\ - \ JSR-173" - homepage_url: "http://stax.codehaus.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar" - hash: - value: "49c100caf72d658aca8e58bd74a4ba90fa2b0d70" - algorithm: "SHA-1" - source_artifact: - url: "" - hash: - value: "" - algorithm: "" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] - - metadata: - id: "NPM::boolbase:1.0.0" - purl: "pkg:npm/boolbase@1.0.0" - authors: - - "Felix Boehm" - declared_licenses: - - "ISC" - declared_licenses_processed: - spdx_expression: "ISC" - description: "two functions: One that returns true, one that returns false" - homepage_url: "https://github.com/fb55/boolbase" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz" - hash: - value: "68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://github.com/fb55/boolbase" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/fb55/boolbase.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "NPM::cheerio:1.0.0-rc.1" - purl: "pkg:npm/cheerio@1.0.0-rc.1" - authors: - - "Matt Mueller" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Tiny, fast, and elegant implementation of core jQuery designed\ - \ specifically for the server" - homepage_url: "https://github.com/cheeriojs/cheerio#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.1.tgz" - hash: - value: "2af37339eab713ef6b72cde98cefa672b87641fe" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/cheeriojs/cheerio.git" - revision: "f21ffef971826d1ba64ccbdf96adbc44964d30c5" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/cheeriojs/cheerio.git" - revision: "f21ffef971826d1ba64ccbdf96adbc44964d30c5" - path: "" - curations: [] - - metadata: - id: "NPM::coffee-script:1.12.7" - purl: "pkg:npm/coffee-script@1.12.7" - authors: - - "Jeremy Ashkenas" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Unfancy JavaScript" - homepage_url: "http://coffeescript.org" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/coffee-script/-/coffee-script-1.12.7.tgz" - hash: - value: "c05dae0cb79591d05b3070a8433a98c9a89ccc53" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/jashkenas/coffeescript.git" - revision: "492111ccfb9b703b49a443c1aa68fb41dc8a2271" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/jashkenas/coffeescript.git" - revision: "492111ccfb9b703b49a443c1aa68fb41dc8a2271" - path: "" - curations: [] - - metadata: - id: "NPM::cson:4.1.0" - purl: "pkg:npm/cson@4.1.0" - authors: - - "2012+ Bevry Pty Ltd" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "CoffeeScript-Object-Notation Parser. Same as JSON but for CoffeeScript\ - \ objects." - homepage_url: "https://github.com/bevry/cson" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/cson/-/cson-4.1.0.tgz" - hash: - value: "b1075344fa9d9fe5cf88d80f21d9366296b865c7" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/bevry/cson.git" - revision: "0e913a90be66b2f29d2d75433b06ed52e83ba810" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/bevry/cson.git" - revision: "0e913a90be66b2f29d2d75433b06ed52e83ba810" - path: "" - curations: [] - - metadata: - id: "NPM::cson-parser:1.3.5" - purl: "pkg:npm/cson-parser@1.3.5" - authors: - - "Groupon" - declared_licenses: - - "BSD-3-Clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - description: "Safe parsing of CSON files" - homepage_url: "https://github.com/groupon/cson-parser" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/cson-parser/-/cson-parser-1.3.5.tgz" - hash: - value: "7ec675e039145533bf2a6a856073f1599d9c2d24" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+ssh://git@github.com/groupon/cson-parser.git" - revision: "fa37e04bc6c516eb76ef01df2d105a413c0253a0" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/groupon/cson-parser.git" - revision: "fa37e04bc6c516eb76ef01df2d105a413c0253a0" - path: "" - curations: [] - - metadata: - id: "NPM::css-select:1.2.0" - purl: "pkg:npm/css-select@1.2.0" - authors: - - "Felix Boehm" - declared_licenses: - - "BSD-like" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD-like: "BSD-3-Clause" - description: "a CSS selector compiler/engine" - homepage_url: "https://github.com/fb55/css-select#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz" - hash: - value: "2b3a110539c5355f1cd8d314623e870b121ec858" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/fb55/css-select.git" - revision: "09c405d8296bd97a660256604d8cdfb23fca47b6" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/fb55/css-select.git" - revision: "09c405d8296bd97a660256604d8cdfb23fca47b6" - path: "" - curations: [] - - metadata: - id: "NPM::css-what:2.1.3" - purl: "pkg:npm/css-what@2.1.3" - authors: - - "Felix Böhm" - declared_licenses: - - "BSD-2-Clause" - declared_licenses_processed: - spdx_expression: "BSD-2-Clause" - description: "a CSS selector parser" - homepage_url: "https://github.com/fb55/css-what#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/css-what/-/css-what-2.1.3.tgz" - hash: - value: "a6d7604573365fe74686c3f311c56513d88285f2" - algorithm: "SHA-1" - vcs: - type: "" - url: "git+https://github.com/fb55/css-what.git" - revision: "2db00ca221922c5b5131d798614aa043f2f6f80e" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/fb55/css-what.git" - revision: "2db00ca221922c5b5131d798614aa043f2f6f80e" - path: "" - curations: [] - - metadata: - id: "NPM::deep-equal:0.2.2" - purl: "pkg:npm/deep-equal@0.2.2" - authors: - - "James Halliday" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "node's assert.deepEqual algorithm" - homepage_url: "https://github.com/substack/node-deep-equal" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/deep-equal/-/deep-equal-0.2.2.tgz" - hash: - value: "84b745896f34c684e98f2ce0e42abaf43bba017d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "http://github.com/substack/node-deep-equal.git" - revision: "05cd26a25f0d7babf0c2758827b4dafec9d0582e" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/substack/node-deep-equal.git" - revision: "05cd26a25f0d7babf0c2758827b4dafec9d0582e" - path: "" - curations: [] - - metadata: - id: "NPM::defined:0.0.0" - purl: "pkg:npm/defined@0.0.0" - authors: - - "James Halliday" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "return the first argument that is `!== undefined`" - homepage_url: "https://github.com/substack/defined" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/defined/-/defined-0.0.0.tgz" - hash: - value: "f35eea7d705e933baf13b2f03b3f83d921403b3e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/substack/defined.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/substack/defined.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "NPM::dom-serializer:0.1.1" - purl: "pkg:npm/dom-serializer@0.1.1" - authors: - - "Felix Boehm" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "render dom nodes to string" - homepage_url: "https://github.com/cheeriojs/dom-renderer#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.1.tgz" - hash: - value: "1ec4059e284babed36eec2941d4a970a189ce7c0" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/cheeriojs/dom-renderer.git" - revision: "1b9eb87c621a184b97467b03600b50d08e5a5086" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/cheeriojs/dom-renderer.git" - revision: "1b9eb87c621a184b97467b03600b50d08e5a5086" - path: "" - curations: [] - - metadata: - id: "NPM::domelementtype:1.3.1" - purl: "pkg:npm/domelementtype@1.3.1" - authors: - - "Felix Boehm" - declared_licenses: - - "BSD-2-Clause" - declared_licenses_processed: - spdx_expression: "BSD-2-Clause" - description: "all the types of nodes in htmlparser2's dom" - homepage_url: "https://github.com/fb55/domelementtype#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz" - hash: - value: "d048c44b37b0d10a7f2a3d5fee3f4333d790481f" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/fb55/domelementtype.git" - revision: "19b2491101a4de3679b59db8eb7fdd9aa0fbc60b" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/fb55/domelementtype.git" - revision: "19b2491101a4de3679b59db8eb7fdd9aa0fbc60b" - path: "" - curations: [] - - metadata: - id: "NPM::domhandler:2.4.2" - purl: "pkg:npm/domhandler@2.4.2" - authors: - - "Felix Boehm" - declared_licenses: - - "BSD-2-Clause" - declared_licenses_processed: - spdx_expression: "BSD-2-Clause" - description: "handler for htmlparser2 that turns pages into a dom" - homepage_url: "https://github.com/fb55/DomHandler#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz" - hash: - value: "8805097e933d65e85546f726d60f5eb88b44f803" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/fb55/DomHandler.git" - revision: "045bd8d634dca30192fbd23fee0c530adc9c6f52" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/fb55/DomHandler.git" - revision: "045bd8d634dca30192fbd23fee0c530adc9c6f52" - path: "" - curations: [] - - metadata: - id: "NPM::domutils:1.5.1" - purl: "pkg:npm/domutils@1.5.1" - authors: - - "Felix Boehm" - declared_licenses: [] - declared_licenses_processed: {} - description: "utilities for working with htmlparser2's dom" - homepage_url: "https://github.com/FB55/domutils" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz" - hash: - value: "dcd8488a26f563d61079e48c9f7b7e32373682cf" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/FB55/domutils.git" - revision: "7d4bd16cd36ffce62362ef91616806ea27e30d95" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/FB55/domutils.git" - revision: "7d4bd16cd36ffce62362ef91616806ea27e30d95" - path: "" - curations: [] - - metadata: - id: "NPM::eachr:3.2.0" - purl: "pkg:npm/eachr@3.2.0" - authors: - - "2011+ Bevry Pty Ltd" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Give eachr an item to iterate (array, object or map) and an\ - \ iterator, then in return eachr gives iterator the value and key of each\ - \ item, and will stop if the iterator returned false." - homepage_url: "https://github.com/bevry/eachr" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/eachr/-/eachr-3.2.0.tgz" - hash: - value: "2c35e43ea086516f7997cf80b7aa64d55a4a4484" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+ssh://git@github.com/bevry/eachr.git" - revision: "57ef794d001c16fd906b2558137e8ea51c1f6330" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/bevry/eachr.git" - revision: "57ef794d001c16fd906b2558137e8ea51c1f6330" - path: "" - curations: [] - - metadata: - id: "NPM::editions:1.3.4" - purl: "pkg:npm/editions@1.3.4" - authors: - - "2016+ Bevry Pty Ltd" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Publish multiple editions for your JavaScript packages consistently\ - \ and easily (e.g. source edition, esnext edition, es2015 edition)" - homepage_url: "https://github.com/bevry/editions" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/editions/-/editions-1.3.4.tgz" - hash: - value: "3662cb592347c3168eb8e498a0ff73271d67f50b" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/bevry/editions.git" - revision: "5580800dc3935e988b7aa2cf8d571f3e9fa2d8f9" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/bevry/editions.git" - revision: "5580800dc3935e988b7aa2cf8d571f3e9fa2d8f9" - path: "" - curations: [] - - metadata: - id: "NPM::editions:2.1.3" - purl: "pkg:npm/editions@2.1.3" - authors: - - "2016+ Bevry Pty Ltd" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Publish multiple editions for your JavaScript packages consistently\ - \ and easily (e.g. source edition, esnext edition, es2015 edition)" - homepage_url: "https://github.com/bevry/editions" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/editions/-/editions-2.1.3.tgz" - hash: - value: "727ccf3ec2c7b12dcc652c71000f16c4824d6f7d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/bevry/editions.git" - revision: "84f536320f7eff6385e867d9f5c1de0dfb92fa88" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/bevry/editions.git" - revision: "84f536320f7eff6385e867d9f5c1de0dfb92fa88" - path: "" - curations: [] - - metadata: - id: "NPM::entities:1.1.2" - purl: "pkg:npm/entities@1.1.2" - authors: - - "Felix Boehm" - declared_licenses: - - "BSD-2-Clause" - declared_licenses_processed: - spdx_expression: "BSD-2-Clause" - description: "Encode & decode XML/HTML entities with ease" - homepage_url: "https://github.com/fb55/entities#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz" - hash: - value: "bdfa735299664dfafd34529ed4f8522a275fea56" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/fb55/entities.git" - revision: "54a5717d85d886c4aafa2ac5ff83d8d3d730337c" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/fb55/entities.git" - revision: "54a5717d85d886c4aafa2ac5ff83d8d3d730337c" - path: "" - curations: [] - - metadata: - id: "NPM::errlop:1.1.1" - purl: "pkg:npm/errlop@1.1.1" - authors: - - "2018+ Benjamin Lupton" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "An extended Error class that envelops a parent error, such that\ - \ the stack trace contains the causation" - homepage_url: "https://github.com/bevry/errlop" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/errlop/-/errlop-1.1.1.tgz" - hash: - value: "d9ae4c76c3e64956c5d79e6e035d6343bfd62250" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/bevry/errlop.git" - revision: "ca13727bd3a227cd937d104b3217d1cd778cc99b" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/bevry/errlop.git" - revision: "ca13727bd3a227cd937d104b3217d1cd778cc99b" - path: "" - curations: [] - - metadata: - id: "NPM::extract-opts:3.3.1" - purl: "pkg:npm/extract-opts@3.3.1" - authors: - - "2013+ Bevry Pty Ltd" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Extract the options and callback from a function's arguments\ - \ easily" - homepage_url: "https://github.com/bevry/extract-opts" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/extract-opts/-/extract-opts-3.3.1.tgz" - hash: - value: "5abbedc98c0d5202e3278727f9192d7e086c6be1" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+ssh://git@github.com/bevry/extract-opts.git" - revision: "87e349bbf92a6f95d1ecc8b064a1631def105dc8" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/bevry/extract-opts.git" - revision: "87e349bbf92a6f95d1ecc8b064a1631def105dc8" - path: "" - curations: [] - - metadata: - id: "NPM::glob:3.2.11" - purl: "pkg:npm/glob@3.2.11" - authors: - - "Isaac Z. Schlueter" - declared_licenses: - - "BSD" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD: "BSD-3-Clause" - description: "a little globber" - homepage_url: "https://github.com/isaacs/node-glob" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/glob/-/glob-3.2.11.tgz" - hash: - value: "4a973f635b9190f715d10987d5c00fd2815ebe3d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/isaacs/node-glob.git" - revision: "73f57e99510582b2024b762305970ebcf9b70aa2" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/isaacs/node-glob.git" - revision: "73f57e99510582b2024b762305970ebcf9b70aa2" - path: "" - curations: [] - - metadata: - id: "NPM::graceful-fs:4.1.15" - purl: "pkg:npm/graceful-fs@4.1.15" - declared_licenses: - - "ISC" - declared_licenses_processed: - spdx_expression: "ISC" - description: "A drop-in replacement for fs, making various improvements." - homepage_url: "https://github.com/isaacs/node-graceful-fs#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz" - hash: - value: "ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/isaacs/node-graceful-fs.git" - revision: "26456e3deb4a5e85363e92f9015bcefd3b6b13ba" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/isaacs/node-graceful-fs.git" - revision: "26456e3deb4a5e85363e92f9015bcefd3b6b13ba" - path: "" - curations: [] - - metadata: - id: "NPM::htmlparser2:3.10.1" - purl: "pkg:npm/htmlparser2@3.10.1" - authors: - - "Felix Boehm" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Fast & forgiving HTML/XML/RSS parser" - homepage_url: "https://github.com/fb55/htmlparser2#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz" - hash: - value: "bd679dc3f59897b6a34bb10749c855bb53a9392f" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/fb55/htmlparser2.git" - revision: "537bf2aeb56910d84d2c5aedb839dec678188a43" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/fb55/htmlparser2.git" - revision: "537bf2aeb56910d84d2c5aedb839dec678188a43" - path: "" - curations: [] - - metadata: - id: "NPM::inherits:2.0.3" - purl: "pkg:npm/inherits@2.0.3" - declared_licenses: - - "ISC" - declared_licenses_processed: - spdx_expression: "ISC" - description: "Browser-friendly inheritance fully compatible with standard\ - \ node.js inherits()" - homepage_url: "https://github.com/isaacs/inherits#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz" - hash: - value: "633c2c83e3da42a502f52466022480f4208261de" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/isaacs/inherits.git" - revision: "e05d0fb27c61a3ec687214f0476386b765364d5f" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/isaacs/inherits.git" - revision: "e05d0fb27c61a3ec687214f0476386b765364d5f" - path: "" - curations: [] - - metadata: - id: "NPM::lodash:4.17.11" - purl: "pkg:npm/lodash@4.17.11" - authors: - - "John-David Dalton" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Lodash modular utilities." - homepage_url: "https://lodash.com/" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz" - hash: - value: "b39ea6229ef607ecd89e2c8df12536891cac9b8d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/lodash/lodash.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/lodash/lodash.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "NPM::lru-cache:2.7.3" - purl: "pkg:npm/lru-cache@2.7.3" - authors: - - "Isaac Z. Schlueter" - declared_licenses: - - "ISC" - declared_licenses_processed: - spdx_expression: "ISC" - description: "A cache object that deletes the least-recently-used items." - homepage_url: "https://github.com/isaacs/node-lru-cache#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz" - hash: - value: "6d4524e8b955f95d4f5b58851ce21dd72fb4e952" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/isaacs/node-lru-cache.git" - revision: "292048199f6d28b77fbe584279a1898e25e4c714" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/isaacs/node-lru-cache.git" - revision: "292048199f6d28b77fbe584279a1898e25e4c714" - path: "" - curations: [] - - metadata: - id: "NPM::minimatch:0.3.0" - purl: "pkg:npm/minimatch@0.3.0" - authors: - - "Isaac Z. Schlueter" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "a glob matcher in javascript" - homepage_url: "https://github.com/isaacs/minimatch" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz" - hash: - value: "275d8edaac4f1bb3326472089e7949c8394699dd" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/isaacs/minimatch.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/isaacs/minimatch.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "NPM::nth-check:1.0.2" - purl: "pkg:npm/nth-check@1.0.2" - authors: - - "Felix Boehm" - declared_licenses: - - "BSD-2-Clause" - declared_licenses_processed: - spdx_expression: "BSD-2-Clause" - description: "performant nth-check parser & compiler" - homepage_url: "https://github.com/fb55/nth-check" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz" - hash: - value: "b2bd295c37e3dd58a3bf0700376663ba4d9cf05c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/fb55/nth-check.git" - revision: "03a02587bbd126fafc3d2331ffef6ea5cb2f9b66" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/fb55/nth-check.git" - revision: "03a02587bbd126fafc3d2331ffef6ea5cb2f9b66" - path: "" - curations: [] - - metadata: - id: "NPM::object-inspect:0.4.0" - purl: "pkg:npm/object-inspect@0.4.0" - authors: - - "James Halliday" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "string representations of objects in node and the browser" - homepage_url: "https://github.com/substack/object-inspect" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/object-inspect/-/object-inspect-0.4.0.tgz" - hash: - value: "f5157c116c1455b243b06ee97703392c5ad89fec" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/substack/object-inspect.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/substack/object-inspect.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "NPM::parse5:3.0.3" - purl: "pkg:npm/parse5@3.0.3" - authors: - - "Ivan Nikulin" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "HTML parsing/serialization toolset for Node.js. WHATWG HTML\ - \ Living Standard (aka HTML5)-compliant." - homepage_url: "https://github.com/inikulin/parse5" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/parse5/-/parse5-3.0.3.tgz" - hash: - value: "042f792ffdd36851551cf4e9e066b3874ab45b5c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/inikulin/parse5.git" - revision: "723d782abee65aaab9c50f92e73ac2029ae853df" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/inikulin/parse5.git" - revision: "723d782abee65aaab9c50f92e73ac2029ae853df" - path: "" - curations: [] - - metadata: - id: "NPM::readable-stream:3.2.0" - purl: "pkg:npm/readable-stream@3.2.0" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Streams3, a user-land copy of the stream library from Node.js" - homepage_url: "https://github.com/nodejs/readable-stream#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/readable-stream/-/readable-stream-3.2.0.tgz" - hash: - value: "de17f229864c120a9f56945756e4f32c4045245d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/nodejs/readable-stream.git" - revision: "5b90ed2c1141fc41cb1f612eb88846473369298d" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/nodejs/readable-stream.git" - revision: "5b90ed2c1141fc41cb1f612eb88846473369298d" - path: "" - curations: [] - - metadata: - id: "NPM::requirefresh:2.2.0" - purl: "pkg:npm/requirefresh@2.2.0" - authors: - - "2013+ Bevry Pty Ltd" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Require a file without adding it into the require cache" - homepage_url: "https://github.com/bevry/requirefresh" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/requirefresh/-/requirefresh-2.2.0.tgz" - hash: - value: "68298ae66af9da3d6843375adf8351dd29d73789" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/bevry/requirefresh.git" - revision: "f389cbc33b5891468bde8db479bc0f129b0fcc57" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/bevry/requirefresh.git" - revision: "f389cbc33b5891468bde8db479bc0f129b0fcc57" - path: "" - curations: [] - - metadata: - id: "NPM::resumer:0.0.0" - purl: "pkg:npm/resumer@0.0.0" - authors: - - "James Halliday" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "a through stream that starts paused and resumes on the next\ - \ tick" - homepage_url: "https://github.com/substack/resumer" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/resumer/-/resumer-0.0.0.tgz" - hash: - value: "f1e8f461e4064ba39e82af3cdc2a8c893d076759" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/substack/resumer.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/substack/resumer.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "NPM::safe-buffer:5.1.2" - purl: "pkg:npm/safe-buffer@5.1.2" - authors: - - "Feross Aboukhadijeh" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Safer Node.js Buffer API" - homepage_url: "https://github.com/feross/safe-buffer" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" - hash: - value: "991ec69d296e0313747d59bdfd2b745c35f8828d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/feross/safe-buffer.git" - revision: "649435cc8e2d1f3ecdc7caf323f1cb1187307a16" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/feross/safe-buffer.git" - revision: "649435cc8e2d1f3ecdc7caf323f1cb1187307a16" - path: "" - curations: [] - - metadata: - id: "NPM::safefs:4.1.0" - purl: "pkg:npm/safefs@4.1.0" - authors: - - "2013+ Bevry Pty Ltd" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Stop getting EMFILE errors! Open only as many files as the operating\ - \ system supports." - homepage_url: "https://github.com/bevry/safefs" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/safefs/-/safefs-4.1.0.tgz" - hash: - value: "f82aeb4bdd7ae51f653eb20f6728b3058c8d6445" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+ssh://git@github.com/bevry/safefs.git" - revision: "51d15eaa03e53aaedd3002dc67814355073e8a55" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/bevry/safefs.git" - revision: "51d15eaa03e53aaedd3002dc67814355073e8a55" - path: "" - curations: [] - - metadata: - id: "NPM::semver:5.6.0" - purl: "pkg:npm/semver@5.6.0" - declared_licenses: - - "ISC" - declared_licenses_processed: - spdx_expression: "ISC" - description: "The semantic version parser used by npm." - homepage_url: "https://github.com/npm/node-semver#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/semver/-/semver-5.6.0.tgz" - hash: - value: "7e74256fbaa49c75aa7c7a205cc22799cac80004" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/npm/node-semver.git" - revision: "46727afbe21b8d14641a0d1c4c7ee58bd053f922" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/npm/node-semver.git" - revision: "46727afbe21b8d14641a0d1c4c7ee58bd053f922" - path: "" - curations: [] - - metadata: - id: "NPM::sigmund:1.0.1" - purl: "pkg:npm/sigmund@1.0.1" - authors: - - "Isaac Z. Schlueter" - declared_licenses: - - "ISC" - declared_licenses_processed: - spdx_expression: "ISC" - description: "Quick and dirty signatures for Objects." - homepage_url: "https://github.com/isaacs/sigmund#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz" - hash: - value: "3ff21f198cad2175f9f3b781853fd94d0d19b590" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/isaacs/sigmund.git" - revision: "527f97aa5bb253d927348698c0cd3bb267d098c6" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/isaacs/sigmund.git" - revision: "527f97aa5bb253d927348698c0cd3bb267d098c6" - path: "" - curations: [] - - metadata: - id: "NPM::string_decoder:1.2.0" - purl: "pkg:npm/string_decoder@1.2.0" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "The string_decoder module from Node core" - homepage_url: "https://github.com/nodejs/string_decoder" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/string_decoder/-/string_decoder-1.2.0.tgz" - hash: - value: "fe86e738b19544afe70469243b2a1ee9240eae8d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/nodejs/string_decoder.git" - revision: "6e0a9286ed4497badebd4ec6a9a7a4d37793aae8" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/nodejs/string_decoder.git" - revision: "6e0a9286ed4497badebd4ec6a9a7a4d37793aae8" - path: "" - curations: [] - - metadata: - id: "NPM::tape:2.13.4" - purl: "pkg:npm/tape@2.13.4" - authors: - - "James Halliday" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "tap-producing test harness for node and browsers" - homepage_url: "https://github.com/substack/tape" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/tape/-/tape-2.13.4.tgz" - hash: - value: "5a4d272a029eab4a9926bf4a6d606a77343ec490" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/substack/tape.git" - revision: "17894caf61fbaa908bfc625a1119c16ab316afb6" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/substack/tape.git" - revision: "17894caf61fbaa908bfc625a1119c16ab316afb6" - path: "" - curations: [] - - metadata: - id: "NPM::through:2.3.8" - purl: "pkg:npm/through@2.3.8" - authors: - - "Dominic Tarr" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "simplified stream construction" - homepage_url: "https://github.com/dominictarr/through" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/through/-/through-2.3.8.tgz" - hash: - value: "0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/dominictarr/through.git" - revision: "2c5a6f9a0cc54da759b6e10964f2081c358e49dc" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/dominictarr/through.git" - revision: "2c5a6f9a0cc54da759b6e10964f2081c358e49dc" - path: "" - curations: [] - - metadata: - id: "NPM::typechecker:4.7.0" - purl: "pkg:npm/typechecker@4.7.0" - authors: - - "2013+ Bevry Pty Ltd" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Utilities to get and check variable types (isString, isPlainObject,\ - \ isRegExp, etc)" - homepage_url: "https://github.com/bevry/typechecker" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/typechecker/-/typechecker-4.7.0.tgz" - hash: - value: "5249f427358f45b7250c4924fd4d01ed9ba435e9" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/bevry/typechecker.git" - revision: "69008d42927749d7e21cfe9816e478dd8d15ab88" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/bevry/typechecker.git" - revision: "69008d42927749d7e21cfe9816e478dd8d15ab88" - path: "" - curations: [] - - metadata: - id: "NPM::util-deprecate:1.0.2" - purl: "pkg:npm/util-deprecate@1.0.2" - authors: - - "Nathan Rajlich" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "The Node.js `util.deprecate()` function with browser support" - homepage_url: "https://github.com/TooTallNate/util-deprecate" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" - hash: - value: "450d4dc9fa70de732762fbd2d4a28981419a0ccf" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/TooTallNate/util-deprecate.git" - revision: "475fb6857cd23fafff20c1be846c1350abf8e6d4" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/TooTallNate/util-deprecate.git" - revision: "475fb6857cd23fafff20c1be846c1350abf8e6d4" - path: "" - curations: [] - - metadata: - id: "NPM:@types:node:11.9.6" - purl: "pkg:npm/%40types/node@11.9.6" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "TypeScript definitions for Node.js" - homepage_url: "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/@types/node/-/node-11.9.6.tgz" - hash: - value: "c632bbcc780a1349673a6e2e9b9dfa8c369d3c74" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://github.com/DefinitelyTyped/DefinitelyTyped.git" - revision: "" - path: "types/node" - vcs_processed: - type: "Git" - url: "https://github.com/DefinitelyTyped/DefinitelyTyped.git" - revision: "" - path: "types/node" - curations: [] + description: "Implementation of various mathematical curves that define themselves\ + \ over a set of control points. The API is written in Java. The curves supported\ + \ are: Bezier, B-Spline, Cardinal Spline, Catmull-Rom Spline, Lagrange, Natural\ + \ Cubic Spline, and NURBS." + homepage_url: "https://github.com/virtuald/curvesapi" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/virtuald/curvesapi/1.04/curvesapi-1.04.jar" + hash: + value: "3386abf821719bc89c7685f9eaafaf4a842f0199" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/virtuald/curvesapi/1.04/curvesapi-1.04-sources.jar" + hash: + value: "5c01708d122c6a61e90716e931b58226d8261312" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/virtuald/curvesapi.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/virtuald/curvesapi.git" + revision: "" + path: "" + - id: "Maven:com.google.code.gson:gson:2.8.0" + purl: "pkg:maven/com.google.code.gson/gson@2.8.0" + declared_licenses: + - "Apache 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2.0: "Apache-2.0" + description: "Gson JSON library" + homepage_url: "https://github.com/google/gson/gson" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar" + hash: + value: "c4ba5371a29ac9b2ad6129b1d39ea38750043eff" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.0/gson-2.8.0-sources.jar" + hash: + value: "baf95d8519fc1a11d388f8543cb40cd2bb9d66dc" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://github.com/google/gson.git" + revision: "gson-parent-2.8.0" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/google/gson.git" + revision: "gson-parent-2.8.0" + path: "" + - id: "Maven:com.google.guava:guava:16.0.1" + purl: "pkg:maven/com.google.guava/guava@16.0.1" + authors: + - "Google" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Guava is a suite of core and expanded libraries that include\n\ + \ utility classes, google's collections, io classes, and much\n much\ + \ more.\n\n Guava has only one code dependency - javax.annotation,\n \ + \ per the JSR-305 spec." + homepage_url: "http://code.google.com/p/guava-libraries/guava" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.jar" + hash: + value: "5fa98cd1a63c99a44dd8d3b77e4762b066a5d0c5" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1-sources.jar" + hash: + value: "2477d012cd5379f9696e0d9d3ccc62ad13a09ca4" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://code.google.com/p/guava-libraries/" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://code.google.com/p/guava-libraries" + revision: "" + path: "" + - id: "Maven:commons-cli:commons-cli:1.4" + purl: "pkg:maven/commons-cli/commons-cli@1.4" + authors: + - "Ariane Software" + - "Indigo Stone" + - "SpiritSoft, Inc." + - "The Apache Software Foundation" + - "Thomas Neidhart" + - "Werken" + - "integral Source" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "Apache Commons CLI provides a simple API for presenting, processing\ + \ and validating a command line interface." + homepage_url: "http://commons.apache.org/proper/commons-cli/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.jar" + hash: + value: "c51c00206bb913cd8612b24abd9fa98ae89719b1" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4-sources.jar" + hash: + value: "40dfd9fdef125e19136135e68d54af6d9b0cfbb8" + algorithm: "SHA-1" + vcs: + type: "Subversion" + url: "http://svn.apache.org/repos/asf/commons/proper/cli/trunk/" + revision: "" + path: "" + vcs_processed: + type: "Subversion" + url: "http://svn.apache.org/repos/asf/commons/proper/cli" + revision: "trunk" + path: "" + - id: "Maven:commons-codec:commons-codec:1.10" + purl: "pkg:maven/commons-codec/commons-codec@1.10" + authors: + - "Daniel Rall" + - "David Graham" + - "Gary Gregory" + - "Henri Yandell" + - "Jon S. Stevens" + - "Julius Davies" + - "Rodney Waldhoff" + - "Scott Sanders" + - "The Apache Software Foundation" + - "Thomas Neidhart" + - "Tim OBrien" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "The Apache Commons Codec package contains simple encoder and decoders\ + \ for\n various formats such as Base64 and Hexadecimal. In addition to\ + \ these\n widely used encoders and decoders, the codec package also maintains\ + \ a\n collection of phonetic encoding utilities." + homepage_url: "http://commons.apache.org/proper/commons-codec/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar" + hash: + value: "4b95f4897fa13f2cd904aee711aeafc0c5295cd8" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10-sources.jar" + hash: + value: "11fb3d88ae7e3b757d70237064210ceb954a5a04" + algorithm: "SHA-1" + vcs: + type: "Subversion" + url: "http://svn.apache.org/repos/asf/commons/proper/codec/trunk" + revision: "" + path: "" + vcs_processed: + type: "Subversion" + url: "http://svn.apache.org/repos/asf/commons/proper/codec" + revision: "trunk" + path: "" + - id: "Maven:commons-io:commons-io:2.6" + purl: "pkg:maven/commons-io/commons-io@2.6" + authors: + - "Gary Gregory" + - "Henri Yandell" + - "Jeremias Maerki" + - "Jochen Wiedmann" + - "Jukka Zitting" + - "Kristian Rosenvold" + - "Martin Cooper" + - "Matthew Hawthorne" + - "Niall Pemberton" + - "Nicola Ken Barozzi" + - "Rob Oxspring" + - "Scott Sanders" + - "Stephen Colebourne" + - "The Apache Software Foundation" + - "dIon Gillard" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "The Apache Commons IO library contains utility classes, stream\ + \ implementations, file filters,\nfile comparators, endian transformation\ + \ classes, and much more." + homepage_url: "http://commons.apache.org/proper/commons-io/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar" + hash: + value: "815893df5f31da2ece4040fe0a12fd44b577afaf" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6-sources.jar" + hash: + value: "2566800dc841d9d2c5a0d34d807e45d4107dbbdf" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "http://git-wip-us.apache.org/repos/asf/commons-io.git" + revision: "commons-io-2.6" + path: "" + vcs_processed: + type: "Git" + url: "http://git-wip-us.apache.org/repos/asf/commons-io.git" + revision: "commons-io-2.6" + path: "" + - id: "Maven:junit:junit:4.12" + purl: "pkg:maven/junit/junit@4.12" + authors: + - "David Saff" + - "JUnit" + - "Kevin Cooney" + - "Marc Philipp" + - "Stefan Birkner" + declared_licenses: + - "Eclipse Public License 1.0" + declared_licenses_processed: + spdx_expression: "EPL-1.0" + mapped: + Eclipse Public License 1.0: "EPL-1.0" + description: "JUnit is a unit testing framework for Java, created by Erich Gamma\ + \ and Kent Beck." + homepage_url: "http://junit.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar" + hash: + value: "2973d150c0dc1fefe998f834810d68f278ea58ec" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12-sources.jar" + hash: + value: "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/junit-team/junit.git" + revision: "r4.12" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/junit-team/junit.git" + revision: "r4.12" + path: "" + - id: "Maven:net.sf.opencsv:opencsv:2.3" + purl: "pkg:maven/net.sf.opencsv/opencsv@2.3" + authors: + - "Glen Smith" + - "Scott Conway" + - "Sean Sullivan" + declared_licenses: + - "Apache 2" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2: "Apache-2.0" + description: "A simple library for reading and writing CSV in Java" + homepage_url: "http://opencsv.sf.net" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/net/sf/opencsv/opencsv/2.3/opencsv-2.3.jar" + hash: + value: "c23708cdb9e80a144db433e23344a788a1fd6599" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/net/sf/opencsv/opencsv/2.3/opencsv-2.3-sources.jar" + hash: + value: "235993117036d44d126f76db9ea2202ee4884682" + algorithm: "SHA-1" + vcs: + type: "Subversion" + url: "https://opencsv.svn.sourceforge.net/svnroot/opencsv/trunk" + revision: "" + path: "" + vcs_processed: + type: "Subversion" + url: "https://opencsv.svn.sourceforge.net/svnroot/opencsv" + revision: "trunk" + path: "" + - id: "Maven:net.sf.saxon:saxon:8.7" + purl: "pkg:maven/net.sf.saxon/saxon@8.7" + declared_licenses: + - "Mozilla Public License Version 1.0" + declared_licenses_processed: + spdx_expression: "MPL-1.0" + mapped: + Mozilla Public License Version 1.0: "MPL-1.0" + description: "The XSLT and XQuery Processor" + homepage_url: "http://saxon.sf.net" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/net/sf/saxon/saxon/8.7/saxon-8.7.jar" + hash: + value: "68f963a06e2c384ab8d60aaa89ed0363928f6e84" + algorithm: "SHA-1" + source_artifact: + url: "" + hash: + value: "" + algorithm: "" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" + - id: "Maven:net.sf.saxon:saxon-dom:8.7" + purl: "pkg:maven/net.sf.saxon/saxon-dom@8.7" + declared_licenses: + - "Mozilla Public License Version 1.0" + declared_licenses_processed: + spdx_expression: "MPL-1.0" + mapped: + Mozilla Public License Version 1.0: "MPL-1.0" + description: "Saxon support library for third-party object model DOM" + homepage_url: "http://saxon.sf.net" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar" + hash: + value: "ca5abeba98e41eca830e6ddc74385a9538c0c908" + algorithm: "SHA-1" + source_artifact: + url: "" + hash: + value: "" + algorithm: "" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" + - id: "Maven:nu.validator.htmlparser:htmlparser:1.4" + purl: "pkg:maven/nu.validator.htmlparser/htmlparser@1.4" + authors: + - "Henri Sivonen" + declared_licenses: + - "The (New) BSD License" + - "The MIT License" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause OR MIT" + mapped: + The (New) BSD License: "BSD-3-Clause" + The MIT License: "MIT" + description: "The Validator.nu HTML Parser is an implementation of the HTML5\ + \ parsing algorithm in Java for applications. The parser is designed to work\ + \ as a drop-in replacement for the XML parser in applications that already\ + \ support XHTML 1.x content with an XML parser and use SAX, DOM or XOM to\ + \ interface with the parser." + homepage_url: "http://about.validator.nu/htmlparser/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/nu/validator/htmlparser/htmlparser/1.4/htmlparser-1.4.jar" + hash: + value: "70573d780fa08271499e201bbd86caa3c62f20e1" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/nu/validator/htmlparser/htmlparser/1.4/htmlparser-1.4-sources.jar" + hash: + value: "7703abdb7fba3ed993330e5d3aac163268f69e15" + algorithm: "SHA-1" + vcs: + type: "Mercurial" + url: "http://hg.mozilla.org/projects/htmlparser/" + revision: "" + path: "" + vcs_processed: + type: "Mercurial" + url: "http://hg.mozilla.org/projects/htmlparser" + revision: "" + path: "" + - id: "Maven:org.antlr:ST4:4.0.4" + purl: "pkg:maven/org.antlr/ST4@4.0.4" + authors: + - "Temporal Wave LLC" + - "USFCA" + declared_licenses: + - "BSD licence" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD licence: "BSD-3-Clause" + description: "StringTemplate is a java template engine for generating source\ + \ code,\nweb pages, emails, or any other formatted text output.\n\nStringTemplate\ + \ is particularly good at multi-targeted code generators,\nmultiple site skins,\ + \ and internationalization/localization. \n\nIt evolved over years of effort\ + \ developing jGuru.com. \n\nStringTemplate also generates the stringtemplate\ + \ website: http://www.stringtemplate.org\nand powers the ANTLR v3 code generator.\ + \ Its distinguishing characteristic \nis that unlike other engines, it strictly\ + \ enforces model-view separation.\n\nStrict separation makes websites and\ + \ code generators more flexible\nand maintainable; it also provides an excellent\ + \ defense against malicious\ntemplate authors.\n\nThere are currently about\ + \ 600 StringTemplate source downloads a month." + homepage_url: "http://www.stringtemplate.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/antlr/ST4/4.0.4/ST4-4.0.4.jar" + hash: + value: "467a2aa12be6d0f0f68c70eecf6714ab733027ac" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/antlr/ST4/4.0.4/ST4-4.0.4-sources.jar" + hash: + value: "e13c7f5f536ad6cabfa5de628fcb93910531a293" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" + - id: "Maven:org.antlr:antlr:3.4" + purl: "pkg:maven/org.antlr/antlr@3.4" + declared_licenses: [] + declared_licenses_processed: {} + description: "Sonatype helps open source projects to set up Maven repositories\ + \ on https://oss.sonatype.org/" + homepage_url: "http://antlr.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/antlr/antlr/3.4/antlr-3.4.jar" + hash: + value: "7797e70e3f5cb4229695f08ff50333266cf81125" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/antlr/antlr/3.4/antlr-3.4-sources.jar" + hash: + value: "2e6a31f24631eb533d8170da9cac6849345f8fda" + algorithm: "SHA-1" + vcs: + type: "Subversion" + url: "http://svn.sonatype.org/spice/tags/oss-parent-7" + revision: "" + path: "" + vcs_processed: + type: "Subversion" + url: "http://svn.sonatype.org/spice" + revision: "tags/oss-parent-7" + path: "" + - id: "Maven:org.antlr:antlr-runtime:3.4" + purl: "pkg:maven/org.antlr/antlr-runtime@3.4" + authors: + - "Temporal Wave LLC" + - "USFCA" + declared_licenses: [] + declared_licenses_processed: {} + description: "A framework for constructing recognizers, compilers, and translators\ + \ from grammatical descriptions containing Java, C#, C++, or Python actions." + homepage_url: "http://www.antlr.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar" + hash: + value: "8f011408269a8e42b8548687e137d8eeb56df4b4" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4-sources.jar" + hash: + value: "57a73190ad97f56c0cb83a6a5b6c08d5d428319b" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" + - id: "Maven:org.antlr:stringtemplate:3.2.1" + purl: "pkg:maven/org.antlr/stringtemplate@3.2.1" + authors: + - "Temporal Wave LLC" + - "USFCA" + declared_licenses: + - "BSD licence" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD licence: "BSD-3-Clause" + description: "StringTemplate is a java template engine for generating source\ + \ code,\nweb pages, emails, or any other formatted text output.\n\nStringTemplate\ + \ is particularly good at multi-targeted code generators,\nmultiple site skins,\ + \ and internationalization/localization. \n\nIt evolved over years of effort\ + \ developing jGuru.com. \n\nStringTemplate also generates the stringtemplate\ + \ website: http://www.stringtemplate.org\nand powers the ANTLR v3 code generator.\ + \ Its distinguishing characteristic \nis that unlike other engines, it strictly\ + \ enforces model-view separation.\n\nStrict separation makes websites and\ + \ code generators more flexible\nand maintainable; it also provides an excellent\ + \ defense against malicious\ntemplate authors.\n\nThere are currently about\ + \ 600 StringTemplate source downloads a month." + homepage_url: "http://www.stringtemplate.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar" + hash: + value: "59ec8083721eae215c6f3caee944c410d2be34de" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1-sources.jar" + hash: + value: "105785687b0c85a7f70cddfdc3a391bcab121872" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" + - id: "Maven:org.apache.commons:commons-collections4:4.1" + purl: "pkg:maven/org.apache.commons/commons-collections4@4.1" + authors: + - "Adrian Nistor" + - "Arun M. Thomas" + - "Craig McClanahan" + - "Dipanjan Laha" + - "Gary D. Gregory" + - "Geir Magnusson" + - "Henri Yandell" + - "James Carman" + - "Luc Maisonobe" + - "Matt Benson" + - "Matthew Hawthorne" + - "Morgan Delagrange" + - "Phil Steitz" + - "Robert Burrell Donkin" + - "Rodney Waldhoff" + - "Stephen Colebourne" + - "The Apache Software Foundation" + - "Thomas Neidhart" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "The Apache Commons Collections package contains types that extend\ + \ and augment the Java Collections Framework." + homepage_url: "http://commons.apache.org/proper/commons-collections/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.jar" + hash: + value: "a4cf4688fe1c7e3a63aa636cc96d013af537768e" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1-sources.jar" + hash: + value: "f305f3aa45a3b208c013ef92328f8f230329f20e" + algorithm: "SHA-1" + vcs: + type: "Subversion" + url: "http://svn.apache.org/repos/asf/commons/proper/collections/trunk" + revision: "" + path: "" + vcs_processed: + type: "Subversion" + url: "http://svn.apache.org/repos/asf/commons/proper/collections" + revision: "trunk" + path: "" + - id: "Maven:org.apache.commons:commons-compress:1.17" + purl: "pkg:maven/org.apache.commons/commons-compress@1.17" + authors: + - "Christian Grobmeier" + - "Damjan Jovanovic" + - "Emmanuel Bourg" + - "Gary Gregory" + - "Julius Davies" + - "Rob Tompkins" + - "Sebastian Bazley" + - "Stefan Bodewig" + - "The Apache Software Foundation" + - "Torsten Curdt" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "Apache Commons Compress software defines an API for working with\n\ + compression and archive formats. These include: bzip2, gzip, pack200,\nlzma,\ + \ xz, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4,\nBrotli,\ + \ Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj." + homepage_url: "https://commons.apache.org/proper/commons-compress/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.17/commons-compress-1.17.jar" + hash: + value: "474c20609032e7f815ef534cd8174d2e400d9a8d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.17/commons-compress-1.17-sources.jar" + hash: + value: "9d064d7d42ee1d04ae07ad23025b4f9616652eed" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/commons-compress.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/commons-compress.git" + revision: "" + path: "" + - id: "Maven:org.apache.commons:commons-csv:1.5" + purl: "pkg:maven/org.apache.commons/commons-csv@1.5" + authors: + - "Apache" + - "Gary Gregory" + - "The Apache Software Foundation" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "The Apache Commons CSV library provides a simple interface for\ + \ reading and writing\nCSV files of various types." + homepage_url: "http://commons.apache.org/proper/commons-csv/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-csv/1.5/commons-csv-1.5.jar" + hash: + value: "e10f140af5b82167640f254fa9d88e35ad74329c" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-csv/1.5/commons-csv-1.5-sources.jar" + hash: + value: "b76c277916ffef14d63279b896b6a82252ddeb79" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "http://git-wip-us.apache.org/repos/asf/commons-csv.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "http://git-wip-us.apache.org/repos/asf/commons-csv.git" + revision: "" + path: "" + - id: "Maven:org.apache.commons:commons-lang3:3.1" + purl: "pkg:maven/org.apache.commons/commons-lang3@3.1" + authors: + - "Carman Consulting, Inc." + - "CollabNet, Inc." + - "Fredrik Westermarck" + - "Gary D. Gregory" + - "Henri Yandell" + - "Joerg Schaible" + - "Matt Benson" + - "Niall Pemberton" + - "Oliver Heger" + - "Paul Benedict" + - "Phil Steitz" + - "Robert Burrell Donkin" + - "SITA ATS Ltd" + - "Steven Caswell" + - "The Apache Software Foundation" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Commons Lang, a package of Java utility classes for the\n classes\ + \ that are in java.lang's hierarchy, or are considered to be so\n standard\ + \ as to justify existence in java.lang." + homepage_url: "http://commons.apache.org/lang/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar" + hash: + value: "905075e6c80f206bbe6cf1e809d2caa69f420c76" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1-sources.jar" + hash: + value: "8d30b90ae8bda4fbac8363161c8a9b5a99e23baf" + algorithm: "SHA-1" + vcs: + type: "Subversion" + url: "http://svn.apache.org/repos/asf/commons/proper/lang/trunk" + revision: "" + path: "" + vcs_processed: + type: "Subversion" + url: "http://svn.apache.org/repos/asf/commons/proper/lang" + revision: "trunk" + path: "" + - id: "Maven:org.apache.commons:commons-lang3:3.8.1" + purl: "pkg:maven/org.apache.commons/commons-lang3@3.8.1" + authors: + - "Benedikt Ritter" + - "Carman Consulting, Inc." + - "CollabNet, Inc." + - "Duncan Jones" + - "Fredrik Westermarck" + - "Gary D. Gregory" + - "Henri Yandell" + - "Joerg Schaible" + - "Loic Guibert" + - "Matt Benson" + - "Niall Pemberton" + - "Oliver Heger" + - "Paul Benedict" + - "Rob Tompkins" + - "Robert Burrell Donkin" + - "SITA ATS Ltd" + - "Steven Caswell" + - "The Apache Software Foundation" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "Apache Commons Lang, a package of Java utility classes for the\n\ + \ classes that are in java.lang's hierarchy, or are considered to be so\n\ + \ standard as to justify existence in java.lang." + homepage_url: "http://commons.apache.org/proper/commons-lang/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar" + hash: + value: "6505a72a097d9270f7a9e7bf42c4238283247755" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1-sources.jar" + hash: + value: "e9748d7783594da3735ad9724390a10e7cebc01d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "http://git-wip-us.apache.org/repos/asf/commons-lang.git" + revision: "LANG_3_8_1" + path: "" + vcs_processed: + type: "Git" + url: "http://git-wip-us.apache.org/repos/asf/commons-lang.git" + revision: "LANG_3_8_1" + path: "" + - id: "Maven:org.apache.httpcomponents:httpclient:4.5.5" + purl: "pkg:maven/org.apache.httpcomponents/httpclient@4.5.5" + authors: + - "Ant Elder" + - "Asankha C. Perera" + - "Erik Abele" + - "Francois-Xavier Bonnet" + - "Gary Gregory" + - "Jonathan Moore" + - "Karl Wright" + - "Oleg Kalnichevski" + - "Ortwin Glueck" + - "Paul Fremantle" + - "Roland Weber" + - "Sam Berlin" + - "Sean C. Sullivan" + - "Sebastian Bazley" + - "The Apache Software Foundation" + - "William Speirs" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "Apache HttpComponents Client" + homepage_url: "http://hc.apache.org/httpcomponents-client" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.jar" + hash: + value: "1603dfd56ebcd583ccdf337b6c3984ac55d89e58" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5-sources.jar" + hash: + value: "9fd59f6f22326a4241f9524fdfd66a1f34824054" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git" + revision: "4.5.5" + path: "" + vcs_processed: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git" + revision: "4.5.5" + path: "" + - id: "Maven:org.apache.httpcomponents:httpclient-cache:4.5.5" + purl: "pkg:maven/org.apache.httpcomponents/httpclient-cache@4.5.5" + authors: + - "Ant Elder" + - "Asankha C. Perera" + - "Erik Abele" + - "Francois-Xavier Bonnet" + - "Gary Gregory" + - "Jonathan Moore" + - "Karl Wright" + - "Oleg Kalnichevski" + - "Ortwin Glueck" + - "Paul Fremantle" + - "Roland Weber" + - "Sam Berlin" + - "Sean C. Sullivan" + - "Sebastian Bazley" + - "The Apache Software Foundation" + - "William Speirs" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "Apache HttpComponents HttpClient - Cache" + homepage_url: "http://hc.apache.org/httpcomponents-client" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient-cache/4.5.5/httpclient-cache-4.5.5.jar" + hash: + value: "8115af15235c603db957db37f24e0faa168474f7" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient-cache/4.5.5/httpclient-cache-4.5.5-sources.jar" + hash: + value: "f619aff61d2307f2f01de79ca4ffb554f695d7c3" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git" + revision: "4.5.5" + path: "" + vcs_processed: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git" + revision: "4.5.5" + path: "" + - id: "Maven:org.apache.httpcomponents:httpcore:4.4.9" + purl: "pkg:maven/org.apache.httpcomponents/httpcore@4.4.9" + authors: + - "Ant Elder" + - "Asankha C. Perera" + - "Erik Abele" + - "Francois-Xavier Bonnet" + - "Gary Gregory" + - "Jonathan Moore" + - "Karl Wright" + - "Oleg Kalnichevski" + - "Ortwin Glueck" + - "Paul Fremantle" + - "Roland Weber" + - "Sam Berlin" + - "Sean C. Sullivan" + - "Sebastian Bazley" + - "The Apache Software Foundation" + - "William Speirs" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "Apache HttpComponents Core (blocking I/O)" + homepage_url: "http://hc.apache.org/httpcomponents-core-ga" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.jar" + hash: + value: "a86ce739e5a7175b4b234c290a00a5fdb80957a0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9-sources.jar" + hash: + value: "5808b4637c385d939e901eee3dc5f1121fc73a3b" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/httpcomponents-core.git" + revision: "4.4.9" + path: "" + vcs_processed: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/httpcomponents-core.git" + revision: "4.4.9" + path: "" + - id: "Maven:org.apache.jena:apache-jena-libs:3.9.0" + purl: "pkg:maven/org.apache.jena/apache-jena-libs@3.9.0" + authors: + - "The Apache Software Foundation" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "A POM artifact that references all the standard Jena Libraries\ + \ with a single dependency." + homepage_url: "http://jena.apache.org/apache-jena-libs/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/apache-jena-libs/3.9.0/apache-jena-libs-3.9.0.pom" + hash: + value: "91f9355a290f35e94c30d4cef30cc5328f1d68a5" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/apache-jena-libs/3.9.0/apache-jena-libs-3.9.0.pom" + hash: + value: "91f9355a290f35e94c30d4cef30cc5328f1d68a5" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + vcs_processed: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + is_metadata_only: true + - id: "Maven:org.apache.jena:jena-arq:3.9.0" + purl: "pkg:maven/org.apache.jena/jena-arq@3.9.0" + authors: + - "The Apache Software Foundation" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "ARQ is a SPARQL 1.1 query engine for Apache Jena" + homepage_url: "http://jena.apache.org/jena-arq/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-arq/3.9.0/jena-arq-3.9.0.jar" + hash: + value: "b44ea2da8bdaf61e77272070f96ee2e29a70bfe3" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-arq/3.9.0/jena-arq-3.9.0-sources.jar" + hash: + value: "51048d4801496588fab0a91ffd38b4c8d3f5d94c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + vcs_processed: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + - id: "Maven:org.apache.jena:jena-base:3.9.0" + purl: "pkg:maven/org.apache.jena/jena-base@3.9.0" + authors: + - "The Apache Software Foundation" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "This module contains non-RDF library code and the common system\ + \ runtime." + homepage_url: "http://jena.apache.org/jena-base/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-base/3.9.0/jena-base-3.9.0.jar" + hash: + value: "9e4acf03fa31d4408ab6aafc492e8595de2fe731" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-base/3.9.0/jena-base-3.9.0-sources.jar" + hash: + value: "cba2a11b8d1b4636f0836e5125c6b5b62cde121e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + vcs_processed: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + - id: "Maven:org.apache.jena:jena-core:3.9.0" + purl: "pkg:maven/org.apache.jena/jena-core@3.9.0" + authors: + - "The Apache Software Foundation" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Jena is a Java framework for building Semantic Web applications.\ + \ It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and\ + \ includes a rule-based inference engine." + homepage_url: "http://jena.apache.org/jena-core/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-core/3.9.0/jena-core-3.9.0.jar" + hash: + value: "2133974da091ea11638c47d9977bff6ee92e2877" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-core/3.9.0/jena-core-3.9.0-sources.jar" + hash: + value: "dd16c18b53a009b49f0028d2bc0e137a5ff6bf96" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + vcs_processed: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + - id: "Maven:org.apache.jena:jena-dboe-base:3.9.0" + purl: "pkg:maven/org.apache.jena/jena-dboe-base@3.9.0" + authors: + - "The Apache Software Foundation" + declared_licenses: + - "Apache License 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License 2.0: "Apache-2.0" + description: "The Apache Software Foundation provides support for the Apache\ + \ community of open-source software projects.\n The Apache projects are\ + \ characterized by a collaborative, consensus based development process, an\ + \ open and\n pragmatic software license, and a desire to create high quality\ + \ software that leads the way in its field.\n We consider ourselves not\ + \ simply a group of projects sharing a server, but rather a community of developers\n\ + \ and users." + homepage_url: "http://jena.apache.org/jena-dboe-base/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-dboe-base/3.9.0/jena-dboe-base-3.9.0.jar" + hash: + value: "5a7ba9babdcfb8e2fcfc8acb5a6be93c0e086548" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-dboe-base/3.9.0/jena-dboe-base-3.9.0-sources.jar" + hash: + value: "1fb6ed0e206bf1bef38afdef2fae7cd6610039c0" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + vcs_processed: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + - id: "Maven:org.apache.jena:jena-dboe-index:3.9.0" + purl: "pkg:maven/org.apache.jena/jena-dboe-index@3.9.0" + authors: + - "The Apache Software Foundation" + declared_licenses: + - "Apache License 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License 2.0: "Apache-2.0" + description: "The Apache Software Foundation provides support for the Apache\ + \ community of open-source software projects.\n The Apache projects are\ + \ characterized by a collaborative, consensus based development process, an\ + \ open and\n pragmatic software license, and a desire to create high quality\ + \ software that leads the way in its field.\n We consider ourselves not\ + \ simply a group of projects sharing a server, but rather a community of developers\n\ + \ and users." + homepage_url: "http://jena.apache.org/jena-dboe-index/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-dboe-index/3.9.0/jena-dboe-index-3.9.0.jar" + hash: + value: "4f9d134b1fc2caf43baad59e4decf3bb64d6dbdb" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-dboe-index/3.9.0/jena-dboe-index-3.9.0-sources.jar" + hash: + value: "b602643a7642887ba423fe99742e835f2751ea82" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + vcs_processed: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + - id: "Maven:org.apache.jena:jena-dboe-trans-data:3.9.0" + purl: "pkg:maven/org.apache.jena/jena-dboe-trans-data@3.9.0" + authors: + - "The Apache Software Foundation" + declared_licenses: + - "Apache License 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License 2.0: "Apache-2.0" + description: "The Apache Software Foundation provides support for the Apache\ + \ community of open-source software projects.\n The Apache projects are\ + \ characterized by a collaborative, consensus based development process, an\ + \ open and\n pragmatic software license, and a desire to create high quality\ + \ software that leads the way in its field.\n We consider ourselves not\ + \ simply a group of projects sharing a server, but rather a community of developers\n\ + \ and users." + homepage_url: "http://jena.apache.org/jena-dboe-trans-data/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-dboe-trans-data/3.9.0/jena-dboe-trans-data-3.9.0.jar" + hash: + value: "fb6e44296842cd7c1f374c9b6cf36a4a7babd8d8" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-dboe-trans-data/3.9.0/jena-dboe-trans-data-3.9.0-sources.jar" + hash: + value: "7dc38aa7173425e941f2a0f7ba740e1f705dfe81" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + vcs_processed: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + - id: "Maven:org.apache.jena:jena-dboe-transaction:3.9.0" + purl: "pkg:maven/org.apache.jena/jena-dboe-transaction@3.9.0" + authors: + - "The Apache Software Foundation" + declared_licenses: + - "Apache License 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License 2.0: "Apache-2.0" + description: "The Apache Software Foundation provides support for the Apache\ + \ community of open-source software projects.\n The Apache projects are\ + \ characterized by a collaborative, consensus based development process, an\ + \ open and\n pragmatic software license, and a desire to create high quality\ + \ software that leads the way in its field.\n We consider ourselves not\ + \ simply a group of projects sharing a server, but rather a community of developers\n\ + \ and users." + homepage_url: "http://jena.apache.org/jena-dboe-transaction/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-dboe-transaction/3.9.0/jena-dboe-transaction-3.9.0.jar" + hash: + value: "2ae13878df1bdb473b15ca40cee6dbbcaff777db" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-dboe-transaction/3.9.0/jena-dboe-transaction-3.9.0-sources.jar" + hash: + value: "a382cf6d002eb576b062fa185b31a4998be95016" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + vcs_processed: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + - id: "Maven:org.apache.jena:jena-iri:3.9.0" + purl: "pkg:maven/org.apache.jena/jena-iri@3.9.0" + authors: + - "The Apache Software Foundation" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "The IRI module provides an implementation of the IRI and URI specifications\ + \ (RFC 3987 and 3986) which are used across Jena in order to comply with relevant\ + \ W3C specifications for RDF and SPARQL which require conformance to these\ + \ specifications." + homepage_url: "http://jena.apache.org/jena-iri/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-iri/3.9.0/jena-iri-3.9.0.jar" + hash: + value: "721937f1d096bba145e9f92c1166489bf6848e56" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-iri/3.9.0/jena-iri-3.9.0-sources.jar" + hash: + value: "3505cf1e1115017225e0c3bf0da94ca957864aa7" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + vcs_processed: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + - id: "Maven:org.apache.jena:jena-rdfconnection:3.9.0" + purl: "pkg:maven/org.apache.jena/jena-rdfconnection@3.9.0" + authors: + - "The Apache Software Foundation" + declared_licenses: + - "Apache 2.0 License" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2.0 License: "Apache-2.0" + description: "RDF Connection" + homepage_url: "http://jena.apache.org/jena-rdfconnection/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-rdfconnection/3.9.0/jena-rdfconnection-3.9.0.jar" + hash: + value: "ecdafc24fb75d1dd73df4166672eda2931e5d491" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-rdfconnection/3.9.0/jena-rdfconnection-3.9.0-sources.jar" + hash: + value: "338fb223d2c84ec68b152f712f1bf069bf71b9ed" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + vcs_processed: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + - id: "Maven:org.apache.jena:jena-shaded-guava:3.9.0" + purl: "pkg:maven/org.apache.jena/jena-shaded-guava@3.9.0" + authors: + - "The Apache Software Foundation" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "This module shades Google's Guava.\n Direct use can lead to\ + \ versioning problems \n as some systems are dependent on specific\n \ + \ versions of guava. \n This module uses the Shade plugin to \n re-package\ + \ them under the package name\n org.apache.jena.ext.com.google...." + homepage_url: "http://jena.apache.org/jena-shaded-guava/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-shaded-guava/3.9.0/jena-shaded-guava-3.9.0.jar" + hash: + value: "612c6e587e07f280771e5e27a94778414e51bd52" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-shaded-guava/3.9.0/jena-shaded-guava-3.9.0-sources.jar" + hash: + value: "701d64fb3c688ee88e3c201a38b8299ea360fb37" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + vcs_processed: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + - id: "Maven:org.apache.jena:jena-tdb:3.9.0" + purl: "pkg:maven/org.apache.jena/jena-tdb@3.9.0" + authors: + - "The Apache Software Foundation" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "TDB is a storage subsystem for Jena and ARQ, it is a native triple\ + \ store providing persisent disk based storage of triples/quads." + homepage_url: "http://jena.apache.org/jena-tdb/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-tdb/3.9.0/jena-tdb-3.9.0.jar" + hash: + value: "f2e40a4fa8a8ee02aaaec5c9a5f3dc7579e68227" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-tdb/3.9.0/jena-tdb-3.9.0-sources.jar" + hash: + value: "fe2889a11367d5538ca4e17204155a984ac8c101" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + vcs_processed: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + - id: "Maven:org.apache.jena:jena-tdb2:3.9.0" + purl: "pkg:maven/org.apache.jena/jena-tdb2@3.9.0" + authors: + - "The Apache Software Foundation" + declared_licenses: + - "Apache License 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License 2.0: "Apache-2.0" + description: "The Apache Software Foundation provides support for the Apache\ + \ community of open-source software projects.\n The Apache projects are\ + \ characterized by a collaborative, consensus based development process, an\ + \ open and\n pragmatic software license, and a desire to create high quality\ + \ software that leads the way in its field.\n We consider ourselves not\ + \ simply a group of projects sharing a server, but rather a community of developers\n\ + \ and users." + homepage_url: "http://jena.apache.org/jena-tdb2/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-tdb2/3.9.0/jena-tdb2-3.9.0.jar" + hash: + value: "2dd3d5f89c6a3025e18e0b50d17a7509f001528d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/jena/jena-tdb2/3.9.0/jena-tdb2-3.9.0-sources.jar" + hash: + value: "9aa945b5f64400870893b9399d93ac6a4942417e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + vcs_processed: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/jena.git" + revision: "jena-3.9.0-rc1" + path: "" + - id: "Maven:org.apache.logging.log4j:log4j-api:2.10.0" + purl: "pkg:maven/org.apache.logging.log4j/log4j-api@2.10.0" + authors: + - "Bruce Brouwer" + - "Nextiva" + - "Nick Williams" + - "Remko Popma" + - "Rocket Software" + - "SPR Consulting" + - "Scott Deboy" + - "Spotify" + - "The Apache Software Foundation" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "The Apache Log4j API" + homepage_url: "https://logging.apache.org/log4j/2.x/log4j-api/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.10.0/log4j-api-2.10.0.jar" + hash: + value: "fec5797a55b786184a537abd39c3fa1449d752d6" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.10.0/log4j-api-2.10.0-sources.jar" + hash: + value: "fd42afa6acbfb3801accec744106ee28b9342567" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/logging-log4j2.git" + revision: "log4j-2.10-rc1" + path: "" + vcs_processed: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/logging-log4j2.git" + revision: "log4j-2.10-rc1" + path: "" + - id: "Maven:org.apache.logging.log4j:log4j-core:2.10.0" + purl: "pkg:maven/org.apache.logging.log4j/log4j-core@2.10.0" + authors: + - "Bruce Brouwer" + - "Nextiva" + - "Nick Williams" + - "Remko Popma" + - "Rocket Software" + - "SPR Consulting" + - "Scott Deboy" + - "Spotify" + - "The Apache Software Foundation" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "The Apache Log4j Implementation" + homepage_url: "https://logging.apache.org/log4j/2.x/log4j-core/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.10.0/log4j-core-2.10.0.jar" + hash: + value: "c90b597163cd28ab6d9687edd53db601b6ea75a1" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.10.0/log4j-core-2.10.0-sources.jar" + hash: + value: "a2041b29bc3e761fba750c0df933cd48f76f5b3a" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/logging-log4j2.git" + revision: "log4j-2.10-rc1" + path: "" + vcs_processed: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/logging-log4j2.git" + revision: "log4j-2.10-rc1" + path: "" + - id: "Maven:org.apache.logging.log4j:log4j-slf4j-impl:2.10.0" + purl: "pkg:maven/org.apache.logging.log4j/log4j-slf4j-impl@2.10.0" + authors: + - "Bruce Brouwer" + - "Nextiva" + - "Nick Williams" + - "Remko Popma" + - "Rocket Software" + - "SPR Consulting" + - "Scott Deboy" + - "Spotify" + - "The Apache Software Foundation" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "The Apache Log4j SLF4J API binding to Log4j 2 Core" + homepage_url: "https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-slf4j-impl/2.10.0/log4j-slf4j-impl-2.10.0.jar" + hash: + value: "8e4e0a30736175e31c7f714d95032c1734cfbdea" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-slf4j-impl/2.10.0/log4j-slf4j-impl-2.10.0-sources.jar" + hash: + value: "51e9adc49fcb32d961c66170c9b4b092ee809d9c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/logging-log4j2.git" + revision: "log4j-2.10-rc1" + path: "" + vcs_processed: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/logging-log4j2.git" + revision: "log4j-2.10-rc1" + path: "" + - id: "Maven:org.apache.poi:poi:3.15" + purl: "pkg:maven/org.apache.poi/poi@3.15" + authors: + - "Apache Software Foundation" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Apache POI - Java API To Access Microsoft Format Files" + homepage_url: "http://poi.apache.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/poi/poi/3.15/poi-3.15.jar" + hash: + value: "965bba8899988008bb2341e300347de62aad5391" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/poi/poi/3.15/poi-3.15-sources.jar" + hash: + value: "bd552aa859b560a2ab85694f23771b6ef50698dd" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" + - id: "Maven:org.apache.poi:poi-ooxml:3.15" + purl: "pkg:maven/org.apache.poi/poi-ooxml@3.15" + authors: + - "Apache Software Foundation" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Apache POI - Java API To Access Microsoft Format Files" + homepage_url: "http://poi.apache.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml/3.15/poi-ooxml-3.15.jar" + hash: + value: "e2800856735b07b8edd417aee07685470216a00f" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml/3.15/poi-ooxml-3.15-sources.jar" + hash: + value: "b49e9cf942f8ba4492017a274c6c3480584909d8" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" + - id: "Maven:org.apache.poi:poi-ooxml-schemas:3.15" + purl: "pkg:maven/org.apache.poi/poi-ooxml-schemas@3.15" + authors: + - "Apache Software Foundation" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Apache POI - Java API To Access Microsoft Format Files" + homepage_url: "http://poi.apache.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml-schemas/3.15/poi-ooxml-schemas-3.15.jar" + hash: + value: "de4a50ca39de48a19606b35644ecadb2f733c479" + algorithm: "SHA-1" + source_artifact: + url: "" + hash: + value: "" + algorithm: "" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" + - id: "Maven:org.apache.thrift:libthrift:0.10.0" + purl: "pkg:maven/org.apache.thrift/libthrift@0.10.0" + authors: + - "Aditya Agarwal" + - "Andrew McGeachie" + - "Anthony Molinaro" + - "Ben Maurer" + - "Bryan Duxbury" + - "Carl Yeksigian" + - "Chris Piro" + - "David Reiss" + - "Esteve Fernandez" + - "Jake Farrell" + - "Jake Luciani" + - "James Wang" + - "Jens Geyer" + - "Kevin Clark" + - "Marc Kwiatkowski" + - "Mark Slee" + - "Roger Meier" + - "Todd Lipcon" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Thrift is a software framework for scalable cross-language services\ + \ development." + homepage_url: "http://thrift.apache.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/thrift/libthrift/0.10.0/libthrift-0.10.0.jar" + hash: + value: "3201c5a6d85d3f030bae5a520abaaf81ef7df037" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/thrift/libthrift/0.10.0/libthrift-0.10.0-sources.jar" + hash: + value: "e52aec15d774e90d2c9588571634c054e352b26b" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/thrift.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://git-wip-us.apache.org/repos/asf/thrift.git" + revision: "" + path: "" + is_metadata_only: true + - id: "Maven:org.apache.xmlbeans:xmlbeans:2.6.0" + purl: "pkg:maven/org.apache.xmlbeans/xmlbeans@2.6.0" + authors: + - "Cezar Andrei" + - "Jacob Danner" + - "Radu Preotiuc" + - "Wing Yew Poon" + - "XmlBeans" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "XmlBeans main jar" + homepage_url: "http://xmlbeans.apache.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/xmlbeans/xmlbeans/2.6.0/xmlbeans-2.6.0.jar" + hash: + value: "29e80d2dd51f9dcdef8f9ffaee0d4dc1c9bbfc87" + algorithm: "SHA-1" + source_artifact: + url: "" + hash: + value: "" + algorithm: "" + vcs: + type: "Subversion" + url: "https://svn.apache.org/repos/asf/xmlbeans/" + revision: "" + path: "" + vcs_processed: + type: "Subversion" + url: "https://svn.apache.org/repos/asf/xmlbeans" + revision: "" + path: "" + - id: "Maven:org.apiguardian:apiguardian-api:1.0.0" + purl: "pkg:maven/org.apiguardian/apiguardian-api@1.0.0" + authors: + - "@API Guardian Team" + declared_licenses: + - "The Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache License, Version 2.0: "Apache-2.0" + description: "@API Guardian" + homepage_url: "https://github.com/apiguardian-team/apiguardian" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar" + hash: + value: "3ef5276905e36f4d8055fe3cb0bdcc7503ffc85d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0-sources.jar" + hash: + value: "777508fa9f3e03cafb3c1fb2eba3dca317f4b1ee" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/apiguardian-team/apiguardian.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/apiguardian-team/apiguardian.git" + revision: "" + path: "" + - id: "Maven:org.assertj:assertj-core:3.11.1" + purl: "pkg:maven/org.assertj/assertj-core@3.11.1" + authors: + - "AssertJ" + - "Joel Costigliola" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "Rich and fluent assertions for testing for Java" + homepage_url: "http://assertj.org/assertj-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.11.1/assertj-core-3.11.1.jar" + hash: + value: "fdac3217b804d6900fa3650f17b5cb48e620b140" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.11.1/assertj-core-3.11.1-sources.jar" + hash: + value: "55362d8f04018b1140c5a370057bf8cd4a63c3de" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:joel-costigliola/assertj-core.git" + revision: "assertj-core-3.11.1" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/joel-costigliola/assertj-core.git" + revision: "assertj-core-3.11.1" + path: "" + - id: "Maven:org.hamcrest:hamcrest-core:1.3" + purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3" + authors: + - "Joe Walnes" + - "Nat Pryce" + - "Neil Dunn" + - "Steve Freeman" + - "Tom Denley" + declared_licenses: + - "New BSD License" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + New BSD License: "BSD-3-Clause" + description: "This is the core API of hamcrest matcher framework to be used\ + \ by third-party framework providers. This includes the a foundation set of\ + \ matcher implementations for common operations." + homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" + hash: + value: "42a25dc3219429f0e5d060061f71acb49bf010a0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" + hash: + value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:hamcrest/JavaHamcrest.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/hamcrest/JavaHamcrest.git" + revision: "" + path: "" + - id: "Maven:org.jsoup:jsoup:1.7.2" + purl: "pkg:maven/org.jsoup/jsoup@1.7.2" + authors: + - "Jonathan Hedley" + declared_licenses: + - "The MIT License" + declared_licenses_processed: + spdx_expression: "MIT" + mapped: + The MIT License: "MIT" + description: "jsoup HTML parser" + homepage_url: "http://jsoup.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar" + hash: + value: "d7e275ba05aa380ca254f72d0c0ffebaedc3adcf" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2-sources.jar" + hash: + value: "833f425e7a40d7fc88922370a072965dda8ee216" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "http://github.com/jhy/jsoup.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/jhy/jsoup.git" + revision: "" + path: "" + - id: "Maven:org.junit.jupiter:junit-jupiter-api:5.3.1" + purl: "pkg:maven/org.junit.jupiter/junit-jupiter-api@5.3.1" + authors: + - "Christian Stein" + - "Johannes Link" + - "Marc Philipp" + - "Matthias Merdes" + - "Sam Brannen" + - "Stefan Bechtold" + declared_licenses: + - "Eclipse Public License v2.0" + declared_licenses_processed: + spdx_expression: "EPL-2.0" + mapped: + Eclipse Public License v2.0: "EPL-2.0" + description: "Module \"junit-jupiter-api\" of JUnit 5." + homepage_url: "http://junit.org/junit5/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.3.1/junit-jupiter-api-5.3.1.jar" + hash: + value: "a7e97eac2784395cb991403f9641b042ad972941" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.3.1/junit-jupiter-api-5.3.1-sources.jar" + hash: + value: "b03f607c0822a283c972e37eaeacb00dc3a3c2e7" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/junit-team/junit5.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/junit-team/junit5.git" + revision: "" + path: "" + - id: "Maven:org.junit.jupiter:junit-jupiter-engine:5.3.1" + purl: "pkg:maven/org.junit.jupiter/junit-jupiter-engine@5.3.1" + authors: + - "Christian Stein" + - "Johannes Link" + - "Marc Philipp" + - "Matthias Merdes" + - "Sam Brannen" + - "Stefan Bechtold" + declared_licenses: + - "Eclipse Public License v2.0" + declared_licenses_processed: + spdx_expression: "EPL-2.0" + mapped: + Eclipse Public License v2.0: "EPL-2.0" + description: "Module \"junit-jupiter-engine\" of JUnit 5." + homepage_url: "http://junit.org/junit5/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.3.1/junit-jupiter-engine-5.3.1.jar" + hash: + value: "e2676b1786c57a80eb98f5bebd51a3d05e228c40" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.3.1/junit-jupiter-engine-5.3.1-sources.jar" + hash: + value: "c769957170b2240854d6da6c6706dcc2a281542f" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/junit-team/junit5.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/junit-team/junit5.git" + revision: "" + path: "" + - id: "Maven:org.junit.jupiter:junit-jupiter-params:5.3.1" + purl: "pkg:maven/org.junit.jupiter/junit-jupiter-params@5.3.1" + authors: + - "Christian Stein" + - "Johannes Link" + - "Marc Philipp" + - "Matthias Merdes" + - "Sam Brannen" + - "Stefan Bechtold" + declared_licenses: + - "Eclipse Public License v2.0" + declared_licenses_processed: + spdx_expression: "EPL-2.0" + mapped: + Eclipse Public License v2.0: "EPL-2.0" + description: "Module \"junit-jupiter-params\" of JUnit 5." + homepage_url: "http://junit.org/junit5/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.3.1/junit-jupiter-params-5.3.1.jar" + hash: + value: "9dfac3fbd6768974fc0c142304a3e90ba713b2a8" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.3.1/junit-jupiter-params-5.3.1-sources.jar" + hash: + value: "bc4eb2ef307286fcd45551d4da397518c2e15394" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/junit-team/junit5.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/junit-team/junit5.git" + revision: "" + path: "" + - id: "Maven:org.junit.platform:junit-platform-commons:1.3.1" + purl: "pkg:maven/org.junit.platform/junit-platform-commons@1.3.1" + authors: + - "Christian Stein" + - "Johannes Link" + - "Marc Philipp" + - "Matthias Merdes" + - "Sam Brannen" + - "Stefan Bechtold" + declared_licenses: + - "Eclipse Public License v2.0" + declared_licenses_processed: + spdx_expression: "EPL-2.0" + mapped: + Eclipse Public License v2.0: "EPL-2.0" + description: "Module \"junit-platform-commons\" of JUnit 5." + homepage_url: "http://junit.org/junit5/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.jar" + hash: + value: "67b7edddfac1935e6e6d9b58d7c7df6db59b1d39" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1-sources.jar" + hash: + value: "297bb35bca3d229c5e6edbffd22de7b5ad4cf430" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/junit-team/junit5.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/junit-team/junit5.git" + revision: "" + path: "" + - id: "Maven:org.junit.platform:junit-platform-engine:1.3.1" + purl: "pkg:maven/org.junit.platform/junit-platform-engine@1.3.1" + authors: + - "Christian Stein" + - "Johannes Link" + - "Marc Philipp" + - "Matthias Merdes" + - "Sam Brannen" + - "Stefan Bechtold" + declared_licenses: + - "Eclipse Public License v2.0" + declared_licenses_processed: + spdx_expression: "EPL-2.0" + mapped: + Eclipse Public License v2.0: "EPL-2.0" + description: "Module \"junit-platform-engine\" of JUnit 5." + homepage_url: "http://junit.org/junit5/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.jar" + hash: + value: "3ee68a06bbdab157dd260e2095c356481d6cd172" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1-sources.jar" + hash: + value: "effe038ffcf21f6988e78b12119ca456d7d144fd" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/junit-team/junit5.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/junit-team/junit5.git" + revision: "" + path: "" + - id: "Maven:org.junit.platform:junit-platform-launcher:1.3.1" + purl: "pkg:maven/org.junit.platform/junit-platform-launcher@1.3.1" + authors: + - "Christian Stein" + - "Johannes Link" + - "Marc Philipp" + - "Matthias Merdes" + - "Sam Brannen" + - "Stefan Bechtold" + declared_licenses: + - "Eclipse Public License v2.0" + declared_licenses_processed: + spdx_expression: "EPL-2.0" + mapped: + Eclipse Public License v2.0: "EPL-2.0" + description: "Module \"junit-platform-launcher\" of JUnit 5." + homepage_url: "http://junit.org/junit5/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.jar" + hash: + value: "8a07cb776e5aeb320b051183dc8ff142650ddb4e" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1-sources.jar" + hash: + value: "e144c1c4935632fa730c8a2d0c0c879b824562df" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/junit-team/junit5.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/junit-team/junit5.git" + revision: "" + path: "" + - id: "Maven:org.opentest4j:opentest4j:1.1.1" + purl: "pkg:maven/org.opentest4j/opentest4j@1.1.1" + authors: + - "Johannes Link" + - "Marc Philipp" + - "Matthias Merdes" + - "Sam Brannen" + - "Stefan Bechtold" + declared_licenses: + - "The Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache License, Version 2.0: "Apache-2.0" + description: "Open Test Alliance for the JVM" + homepage_url: "https://github.com/ota4j-team/opentest4j" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar" + hash: + value: "efd9f971e91074491ea55b19f67b13470cf4fcdd" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1-sources.jar" + hash: + value: "88a3a2cb15c413565462cea99f201b67bc6d2f10" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/ota4j-team/opentest4j.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/ota4j-team/opentest4j.git" + revision: "" + path: "" + - id: "Maven:org.slf4j:jcl-over-slf4j:1.7.25" + purl: "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.25" + authors: + - "Ceki Gulcu" + - "QOS.ch" + declared_licenses: + - "MIT License" + declared_licenses_processed: + spdx_expression: "MIT" + mapped: + MIT License: "MIT" + description: "JCL 1.2 implemented over SLF4J" + homepage_url: "http://www.slf4j.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar" + hash: + value: "f8c32b13ff142a513eeb5b6330b1588dcb2c0461" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25-sources.jar" + hash: + value: "ffd0827a7c67d5915b7dc611afbda56a1f247191" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:qos-ch/slf4j.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/qos-ch/slf4j.git" + revision: "" + path: "" + - id: "Maven:org.slf4j:slf4j-api:1.7.25" + purl: "pkg:maven/org.slf4j/slf4j-api@1.7.25" + authors: + - "Ceki Gulcu" + - "QOS.ch" + declared_licenses: + - "MIT License" + declared_licenses_processed: + spdx_expression: "MIT" + mapped: + MIT License: "MIT" + description: "The slf4j API" + homepage_url: "http://www.slf4j.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar" + hash: + value: "da76ca59f6a57ee3102f8f9bd9cee742973efa8a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-sources.jar" + hash: + value: "962153db4a9ea71b79d047dfd1b2a0d80d8f4739" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:qos-ch/slf4j.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/qos-ch/slf4j.git" + revision: "" + path: "" + - id: "Maven:stax:stax-api:1.0.1" + purl: "pkg:maven/stax/stax-api@1.0.1" + authors: + - "Chris Fry" + - "Indiana University" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "StAX API is the standard java XML processing API defined by JSR-173" + homepage_url: "http://stax.codehaus.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar" + hash: + value: "49c100caf72d658aca8e58bd74a4ba90fa2b0d70" + algorithm: "SHA-1" + source_artifact: + url: "" + hash: + value: "" + algorithm: "" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" + - id: "NPM::boolbase:1.0.0" + purl: "pkg:npm/boolbase@1.0.0" + authors: + - "Felix Boehm" + declared_licenses: + - "ISC" + declared_licenses_processed: + spdx_expression: "ISC" + description: "two functions: One that returns true, one that returns false" + homepage_url: "https://github.com/fb55/boolbase" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz" + hash: + value: "68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://github.com/fb55/boolbase" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/fb55/boolbase.git" + revision: "" + path: "" + - id: "NPM::cheerio:1.0.0-rc.1" + purl: "pkg:npm/cheerio@1.0.0-rc.1" + authors: + - "Matt Mueller" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Tiny, fast, and elegant implementation of core jQuery designed\ + \ specifically for the server" + homepage_url: "https://github.com/cheeriojs/cheerio#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.1.tgz" + hash: + value: "2af37339eab713ef6b72cde98cefa672b87641fe" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/cheeriojs/cheerio.git" + revision: "f21ffef971826d1ba64ccbdf96adbc44964d30c5" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/cheeriojs/cheerio.git" + revision: "f21ffef971826d1ba64ccbdf96adbc44964d30c5" + path: "" + - id: "NPM::coffee-script:1.12.7" + purl: "pkg:npm/coffee-script@1.12.7" + authors: + - "Jeremy Ashkenas" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Unfancy JavaScript" + homepage_url: "http://coffeescript.org" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/coffee-script/-/coffee-script-1.12.7.tgz" + hash: + value: "c05dae0cb79591d05b3070a8433a98c9a89ccc53" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/jashkenas/coffeescript.git" + revision: "492111ccfb9b703b49a443c1aa68fb41dc8a2271" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/jashkenas/coffeescript.git" + revision: "492111ccfb9b703b49a443c1aa68fb41dc8a2271" + path: "" + - id: "NPM::cson:4.1.0" + purl: "pkg:npm/cson@4.1.0" + authors: + - "2012+ Bevry Pty Ltd" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "CoffeeScript-Object-Notation Parser. Same as JSON but for CoffeeScript\ + \ objects." + homepage_url: "https://github.com/bevry/cson" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/cson/-/cson-4.1.0.tgz" + hash: + value: "b1075344fa9d9fe5cf88d80f21d9366296b865c7" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/bevry/cson.git" + revision: "0e913a90be66b2f29d2d75433b06ed52e83ba810" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/bevry/cson.git" + revision: "0e913a90be66b2f29d2d75433b06ed52e83ba810" + path: "" + - id: "NPM::cson-parser:1.3.5" + purl: "pkg:npm/cson-parser@1.3.5" + authors: + - "Groupon" + declared_licenses: + - "BSD-3-Clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + description: "Safe parsing of CSON files" + homepage_url: "https://github.com/groupon/cson-parser" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/cson-parser/-/cson-parser-1.3.5.tgz" + hash: + value: "7ec675e039145533bf2a6a856073f1599d9c2d24" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+ssh://git@github.com/groupon/cson-parser.git" + revision: "fa37e04bc6c516eb76ef01df2d105a413c0253a0" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/groupon/cson-parser.git" + revision: "fa37e04bc6c516eb76ef01df2d105a413c0253a0" + path: "" + - id: "NPM::css-select:1.2.0" + purl: "pkg:npm/css-select@1.2.0" + authors: + - "Felix Boehm" + declared_licenses: + - "BSD-like" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD-like: "BSD-3-Clause" + description: "a CSS selector compiler/engine" + homepage_url: "https://github.com/fb55/css-select#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz" + hash: + value: "2b3a110539c5355f1cd8d314623e870b121ec858" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/fb55/css-select.git" + revision: "09c405d8296bd97a660256604d8cdfb23fca47b6" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/fb55/css-select.git" + revision: "09c405d8296bd97a660256604d8cdfb23fca47b6" + path: "" + - id: "NPM::css-what:2.1.3" + purl: "pkg:npm/css-what@2.1.3" + authors: + - "Felix Böhm" + declared_licenses: + - "BSD-2-Clause" + declared_licenses_processed: + spdx_expression: "BSD-2-Clause" + description: "a CSS selector parser" + homepage_url: "https://github.com/fb55/css-what#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/css-what/-/css-what-2.1.3.tgz" + hash: + value: "a6d7604573365fe74686c3f311c56513d88285f2" + algorithm: "SHA-1" + vcs: + type: "" + url: "git+https://github.com/fb55/css-what.git" + revision: "2db00ca221922c5b5131d798614aa043f2f6f80e" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/fb55/css-what.git" + revision: "2db00ca221922c5b5131d798614aa043f2f6f80e" + path: "" + - id: "NPM::deep-equal:0.2.2" + purl: "pkg:npm/deep-equal@0.2.2" + authors: + - "James Halliday" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "node's assert.deepEqual algorithm" + homepage_url: "https://github.com/substack/node-deep-equal" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/deep-equal/-/deep-equal-0.2.2.tgz" + hash: + value: "84b745896f34c684e98f2ce0e42abaf43bba017d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "http://github.com/substack/node-deep-equal.git" + revision: "05cd26a25f0d7babf0c2758827b4dafec9d0582e" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/substack/node-deep-equal.git" + revision: "05cd26a25f0d7babf0c2758827b4dafec9d0582e" + path: "" + - id: "NPM::defined:0.0.0" + purl: "pkg:npm/defined@0.0.0" + authors: + - "James Halliday" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "return the first argument that is `!== undefined`" + homepage_url: "https://github.com/substack/defined" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/defined/-/defined-0.0.0.tgz" + hash: + value: "f35eea7d705e933baf13b2f03b3f83d921403b3e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/substack/defined.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/substack/defined.git" + revision: "" + path: "" + - id: "NPM::dom-serializer:0.1.1" + purl: "pkg:npm/dom-serializer@0.1.1" + authors: + - "Felix Boehm" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "render dom nodes to string" + homepage_url: "https://github.com/cheeriojs/dom-renderer#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.1.tgz" + hash: + value: "1ec4059e284babed36eec2941d4a970a189ce7c0" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/cheeriojs/dom-renderer.git" + revision: "1b9eb87c621a184b97467b03600b50d08e5a5086" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/cheeriojs/dom-renderer.git" + revision: "1b9eb87c621a184b97467b03600b50d08e5a5086" + path: "" + - id: "NPM::domelementtype:1.3.1" + purl: "pkg:npm/domelementtype@1.3.1" + authors: + - "Felix Boehm" + declared_licenses: + - "BSD-2-Clause" + declared_licenses_processed: + spdx_expression: "BSD-2-Clause" + description: "all the types of nodes in htmlparser2's dom" + homepage_url: "https://github.com/fb55/domelementtype#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz" + hash: + value: "d048c44b37b0d10a7f2a3d5fee3f4333d790481f" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/fb55/domelementtype.git" + revision: "19b2491101a4de3679b59db8eb7fdd9aa0fbc60b" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/fb55/domelementtype.git" + revision: "19b2491101a4de3679b59db8eb7fdd9aa0fbc60b" + path: "" + - id: "NPM::domhandler:2.4.2" + purl: "pkg:npm/domhandler@2.4.2" + authors: + - "Felix Boehm" + declared_licenses: + - "BSD-2-Clause" + declared_licenses_processed: + spdx_expression: "BSD-2-Clause" + description: "handler for htmlparser2 that turns pages into a dom" + homepage_url: "https://github.com/fb55/DomHandler#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz" + hash: + value: "8805097e933d65e85546f726d60f5eb88b44f803" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/fb55/DomHandler.git" + revision: "045bd8d634dca30192fbd23fee0c530adc9c6f52" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/fb55/DomHandler.git" + revision: "045bd8d634dca30192fbd23fee0c530adc9c6f52" + path: "" + - id: "NPM::domutils:1.5.1" + purl: "pkg:npm/domutils@1.5.1" + authors: + - "Felix Boehm" + declared_licenses: [] + declared_licenses_processed: {} + description: "utilities for working with htmlparser2's dom" + homepage_url: "https://github.com/FB55/domutils" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz" + hash: + value: "dcd8488a26f563d61079e48c9f7b7e32373682cf" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/FB55/domutils.git" + revision: "7d4bd16cd36ffce62362ef91616806ea27e30d95" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/FB55/domutils.git" + revision: "7d4bd16cd36ffce62362ef91616806ea27e30d95" + path: "" + - id: "NPM::eachr:3.2.0" + purl: "pkg:npm/eachr@3.2.0" + authors: + - "2011+ Bevry Pty Ltd" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Give eachr an item to iterate (array, object or map) and an iterator,\ + \ then in return eachr gives iterator the value and key of each item, and\ + \ will stop if the iterator returned false." + homepage_url: "https://github.com/bevry/eachr" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/eachr/-/eachr-3.2.0.tgz" + hash: + value: "2c35e43ea086516f7997cf80b7aa64d55a4a4484" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+ssh://git@github.com/bevry/eachr.git" + revision: "57ef794d001c16fd906b2558137e8ea51c1f6330" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/bevry/eachr.git" + revision: "57ef794d001c16fd906b2558137e8ea51c1f6330" + path: "" + - id: "NPM::editions:1.3.4" + purl: "pkg:npm/editions@1.3.4" + authors: + - "2016+ Bevry Pty Ltd" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Publish multiple editions for your JavaScript packages consistently\ + \ and easily (e.g. source edition, esnext edition, es2015 edition)" + homepage_url: "https://github.com/bevry/editions" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/editions/-/editions-1.3.4.tgz" + hash: + value: "3662cb592347c3168eb8e498a0ff73271d67f50b" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/bevry/editions.git" + revision: "5580800dc3935e988b7aa2cf8d571f3e9fa2d8f9" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/bevry/editions.git" + revision: "5580800dc3935e988b7aa2cf8d571f3e9fa2d8f9" + path: "" + - id: "NPM::editions:2.1.3" + purl: "pkg:npm/editions@2.1.3" + authors: + - "2016+ Bevry Pty Ltd" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Publish multiple editions for your JavaScript packages consistently\ + \ and easily (e.g. source edition, esnext edition, es2015 edition)" + homepage_url: "https://github.com/bevry/editions" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/editions/-/editions-2.1.3.tgz" + hash: + value: "727ccf3ec2c7b12dcc652c71000f16c4824d6f7d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/bevry/editions.git" + revision: "84f536320f7eff6385e867d9f5c1de0dfb92fa88" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/bevry/editions.git" + revision: "84f536320f7eff6385e867d9f5c1de0dfb92fa88" + path: "" + - id: "NPM::entities:1.1.2" + purl: "pkg:npm/entities@1.1.2" + authors: + - "Felix Boehm" + declared_licenses: + - "BSD-2-Clause" + declared_licenses_processed: + spdx_expression: "BSD-2-Clause" + description: "Encode & decode XML/HTML entities with ease" + homepage_url: "https://github.com/fb55/entities#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz" + hash: + value: "bdfa735299664dfafd34529ed4f8522a275fea56" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/fb55/entities.git" + revision: "54a5717d85d886c4aafa2ac5ff83d8d3d730337c" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/fb55/entities.git" + revision: "54a5717d85d886c4aafa2ac5ff83d8d3d730337c" + path: "" + - id: "NPM::errlop:1.1.1" + purl: "pkg:npm/errlop@1.1.1" + authors: + - "2018+ Benjamin Lupton" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "An extended Error class that envelops a parent error, such that\ + \ the stack trace contains the causation" + homepage_url: "https://github.com/bevry/errlop" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/errlop/-/errlop-1.1.1.tgz" + hash: + value: "d9ae4c76c3e64956c5d79e6e035d6343bfd62250" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/bevry/errlop.git" + revision: "ca13727bd3a227cd937d104b3217d1cd778cc99b" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/bevry/errlop.git" + revision: "ca13727bd3a227cd937d104b3217d1cd778cc99b" + path: "" + - id: "NPM::extract-opts:3.3.1" + purl: "pkg:npm/extract-opts@3.3.1" + authors: + - "2013+ Bevry Pty Ltd" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Extract the options and callback from a function's arguments easily" + homepage_url: "https://github.com/bevry/extract-opts" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/extract-opts/-/extract-opts-3.3.1.tgz" + hash: + value: "5abbedc98c0d5202e3278727f9192d7e086c6be1" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+ssh://git@github.com/bevry/extract-opts.git" + revision: "87e349bbf92a6f95d1ecc8b064a1631def105dc8" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/bevry/extract-opts.git" + revision: "87e349bbf92a6f95d1ecc8b064a1631def105dc8" + path: "" + - id: "NPM::glob:3.2.11" + purl: "pkg:npm/glob@3.2.11" + authors: + - "Isaac Z. Schlueter" + declared_licenses: + - "BSD" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD: "BSD-3-Clause" + description: "a little globber" + homepage_url: "https://github.com/isaacs/node-glob" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/glob/-/glob-3.2.11.tgz" + hash: + value: "4a973f635b9190f715d10987d5c00fd2815ebe3d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/isaacs/node-glob.git" + revision: "73f57e99510582b2024b762305970ebcf9b70aa2" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/isaacs/node-glob.git" + revision: "73f57e99510582b2024b762305970ebcf9b70aa2" + path: "" + - id: "NPM::graceful-fs:4.1.15" + purl: "pkg:npm/graceful-fs@4.1.15" + declared_licenses: + - "ISC" + declared_licenses_processed: + spdx_expression: "ISC" + description: "A drop-in replacement for fs, making various improvements." + homepage_url: "https://github.com/isaacs/node-graceful-fs#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz" + hash: + value: "ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/isaacs/node-graceful-fs.git" + revision: "26456e3deb4a5e85363e92f9015bcefd3b6b13ba" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/isaacs/node-graceful-fs.git" + revision: "26456e3deb4a5e85363e92f9015bcefd3b6b13ba" + path: "" + - id: "NPM::htmlparser2:3.10.1" + purl: "pkg:npm/htmlparser2@3.10.1" + authors: + - "Felix Boehm" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Fast & forgiving HTML/XML/RSS parser" + homepage_url: "https://github.com/fb55/htmlparser2#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz" + hash: + value: "bd679dc3f59897b6a34bb10749c855bb53a9392f" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/fb55/htmlparser2.git" + revision: "537bf2aeb56910d84d2c5aedb839dec678188a43" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/fb55/htmlparser2.git" + revision: "537bf2aeb56910d84d2c5aedb839dec678188a43" + path: "" + - id: "NPM::inherits:2.0.3" + purl: "pkg:npm/inherits@2.0.3" + declared_licenses: + - "ISC" + declared_licenses_processed: + spdx_expression: "ISC" + description: "Browser-friendly inheritance fully compatible with standard node.js\ + \ inherits()" + homepage_url: "https://github.com/isaacs/inherits#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz" + hash: + value: "633c2c83e3da42a502f52466022480f4208261de" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/isaacs/inherits.git" + revision: "e05d0fb27c61a3ec687214f0476386b765364d5f" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/isaacs/inherits.git" + revision: "e05d0fb27c61a3ec687214f0476386b765364d5f" + path: "" + - id: "NPM::lodash:4.17.11" + purl: "pkg:npm/lodash@4.17.11" + authors: + - "John-David Dalton" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Lodash modular utilities." + homepage_url: "https://lodash.com/" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz" + hash: + value: "b39ea6229ef607ecd89e2c8df12536891cac9b8d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/lodash/lodash.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/lodash/lodash.git" + revision: "" + path: "" + - id: "NPM::lru-cache:2.7.3" + purl: "pkg:npm/lru-cache@2.7.3" + authors: + - "Isaac Z. Schlueter" + declared_licenses: + - "ISC" + declared_licenses_processed: + spdx_expression: "ISC" + description: "A cache object that deletes the least-recently-used items." + homepage_url: "https://github.com/isaacs/node-lru-cache#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz" + hash: + value: "6d4524e8b955f95d4f5b58851ce21dd72fb4e952" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/isaacs/node-lru-cache.git" + revision: "292048199f6d28b77fbe584279a1898e25e4c714" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/isaacs/node-lru-cache.git" + revision: "292048199f6d28b77fbe584279a1898e25e4c714" + path: "" + - id: "NPM::minimatch:0.3.0" + purl: "pkg:npm/minimatch@0.3.0" + authors: + - "Isaac Z. Schlueter" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "a glob matcher in javascript" + homepage_url: "https://github.com/isaacs/minimatch" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz" + hash: + value: "275d8edaac4f1bb3326472089e7949c8394699dd" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/isaacs/minimatch.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/isaacs/minimatch.git" + revision: "" + path: "" + - id: "NPM::nth-check:1.0.2" + purl: "pkg:npm/nth-check@1.0.2" + authors: + - "Felix Boehm" + declared_licenses: + - "BSD-2-Clause" + declared_licenses_processed: + spdx_expression: "BSD-2-Clause" + description: "performant nth-check parser & compiler" + homepage_url: "https://github.com/fb55/nth-check" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz" + hash: + value: "b2bd295c37e3dd58a3bf0700376663ba4d9cf05c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/fb55/nth-check.git" + revision: "03a02587bbd126fafc3d2331ffef6ea5cb2f9b66" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/fb55/nth-check.git" + revision: "03a02587bbd126fafc3d2331ffef6ea5cb2f9b66" + path: "" + - id: "NPM::object-inspect:0.4.0" + purl: "pkg:npm/object-inspect@0.4.0" + authors: + - "James Halliday" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "string representations of objects in node and the browser" + homepage_url: "https://github.com/substack/object-inspect" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/object-inspect/-/object-inspect-0.4.0.tgz" + hash: + value: "f5157c116c1455b243b06ee97703392c5ad89fec" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/substack/object-inspect.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/substack/object-inspect.git" + revision: "" + path: "" + - id: "NPM::parse5:3.0.3" + purl: "pkg:npm/parse5@3.0.3" + authors: + - "Ivan Nikulin" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "HTML parsing/serialization toolset for Node.js. WHATWG HTML Living\ + \ Standard (aka HTML5)-compliant." + homepage_url: "https://github.com/inikulin/parse5" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/parse5/-/parse5-3.0.3.tgz" + hash: + value: "042f792ffdd36851551cf4e9e066b3874ab45b5c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/inikulin/parse5.git" + revision: "723d782abee65aaab9c50f92e73ac2029ae853df" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/inikulin/parse5.git" + revision: "723d782abee65aaab9c50f92e73ac2029ae853df" + path: "" + - id: "NPM::readable-stream:3.2.0" + purl: "pkg:npm/readable-stream@3.2.0" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Streams3, a user-land copy of the stream library from Node.js" + homepage_url: "https://github.com/nodejs/readable-stream#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/readable-stream/-/readable-stream-3.2.0.tgz" + hash: + value: "de17f229864c120a9f56945756e4f32c4045245d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/nodejs/readable-stream.git" + revision: "5b90ed2c1141fc41cb1f612eb88846473369298d" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/nodejs/readable-stream.git" + revision: "5b90ed2c1141fc41cb1f612eb88846473369298d" + path: "" + - id: "NPM::requirefresh:2.2.0" + purl: "pkg:npm/requirefresh@2.2.0" + authors: + - "2013+ Bevry Pty Ltd" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Require a file without adding it into the require cache" + homepage_url: "https://github.com/bevry/requirefresh" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/requirefresh/-/requirefresh-2.2.0.tgz" + hash: + value: "68298ae66af9da3d6843375adf8351dd29d73789" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/bevry/requirefresh.git" + revision: "f389cbc33b5891468bde8db479bc0f129b0fcc57" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/bevry/requirefresh.git" + revision: "f389cbc33b5891468bde8db479bc0f129b0fcc57" + path: "" + - id: "NPM::resumer:0.0.0" + purl: "pkg:npm/resumer@0.0.0" + authors: + - "James Halliday" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "a through stream that starts paused and resumes on the next tick" + homepage_url: "https://github.com/substack/resumer" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/resumer/-/resumer-0.0.0.tgz" + hash: + value: "f1e8f461e4064ba39e82af3cdc2a8c893d076759" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/substack/resumer.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/substack/resumer.git" + revision: "" + path: "" + - id: "NPM::safe-buffer:5.1.2" + purl: "pkg:npm/safe-buffer@5.1.2" + authors: + - "Feross Aboukhadijeh" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Safer Node.js Buffer API" + homepage_url: "https://github.com/feross/safe-buffer" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" + hash: + value: "991ec69d296e0313747d59bdfd2b745c35f8828d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/feross/safe-buffer.git" + revision: "649435cc8e2d1f3ecdc7caf323f1cb1187307a16" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/feross/safe-buffer.git" + revision: "649435cc8e2d1f3ecdc7caf323f1cb1187307a16" + path: "" + - id: "NPM::safefs:4.1.0" + purl: "pkg:npm/safefs@4.1.0" + authors: + - "2013+ Bevry Pty Ltd" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Stop getting EMFILE errors! Open only as many files as the operating\ + \ system supports." + homepage_url: "https://github.com/bevry/safefs" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/safefs/-/safefs-4.1.0.tgz" + hash: + value: "f82aeb4bdd7ae51f653eb20f6728b3058c8d6445" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+ssh://git@github.com/bevry/safefs.git" + revision: "51d15eaa03e53aaedd3002dc67814355073e8a55" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/bevry/safefs.git" + revision: "51d15eaa03e53aaedd3002dc67814355073e8a55" + path: "" + - id: "NPM::semver:5.6.0" + purl: "pkg:npm/semver@5.6.0" + declared_licenses: + - "ISC" + declared_licenses_processed: + spdx_expression: "ISC" + description: "The semantic version parser used by npm." + homepage_url: "https://github.com/npm/node-semver#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/semver/-/semver-5.6.0.tgz" + hash: + value: "7e74256fbaa49c75aa7c7a205cc22799cac80004" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/npm/node-semver.git" + revision: "46727afbe21b8d14641a0d1c4c7ee58bd053f922" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/npm/node-semver.git" + revision: "46727afbe21b8d14641a0d1c4c7ee58bd053f922" + path: "" + - id: "NPM::sigmund:1.0.1" + purl: "pkg:npm/sigmund@1.0.1" + authors: + - "Isaac Z. Schlueter" + declared_licenses: + - "ISC" + declared_licenses_processed: + spdx_expression: "ISC" + description: "Quick and dirty signatures for Objects." + homepage_url: "https://github.com/isaacs/sigmund#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz" + hash: + value: "3ff21f198cad2175f9f3b781853fd94d0d19b590" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/isaacs/sigmund.git" + revision: "527f97aa5bb253d927348698c0cd3bb267d098c6" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/isaacs/sigmund.git" + revision: "527f97aa5bb253d927348698c0cd3bb267d098c6" + path: "" + - id: "NPM::string_decoder:1.2.0" + purl: "pkg:npm/string_decoder@1.2.0" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "The string_decoder module from Node core" + homepage_url: "https://github.com/nodejs/string_decoder" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/string_decoder/-/string_decoder-1.2.0.tgz" + hash: + value: "fe86e738b19544afe70469243b2a1ee9240eae8d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/nodejs/string_decoder.git" + revision: "6e0a9286ed4497badebd4ec6a9a7a4d37793aae8" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/nodejs/string_decoder.git" + revision: "6e0a9286ed4497badebd4ec6a9a7a4d37793aae8" + path: "" + - id: "NPM::tape:2.13.4" + purl: "pkg:npm/tape@2.13.4" + authors: + - "James Halliday" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "tap-producing test harness for node and browsers" + homepage_url: "https://github.com/substack/tape" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/tape/-/tape-2.13.4.tgz" + hash: + value: "5a4d272a029eab4a9926bf4a6d606a77343ec490" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/substack/tape.git" + revision: "17894caf61fbaa908bfc625a1119c16ab316afb6" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/substack/tape.git" + revision: "17894caf61fbaa908bfc625a1119c16ab316afb6" + path: "" + - id: "NPM::through:2.3.8" + purl: "pkg:npm/through@2.3.8" + authors: + - "Dominic Tarr" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "simplified stream construction" + homepage_url: "https://github.com/dominictarr/through" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/through/-/through-2.3.8.tgz" + hash: + value: "0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/dominictarr/through.git" + revision: "2c5a6f9a0cc54da759b6e10964f2081c358e49dc" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/dominictarr/through.git" + revision: "2c5a6f9a0cc54da759b6e10964f2081c358e49dc" + path: "" + - id: "NPM::typechecker:4.7.0" + purl: "pkg:npm/typechecker@4.7.0" + authors: + - "2013+ Bevry Pty Ltd" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Utilities to get and check variable types (isString, isPlainObject,\ + \ isRegExp, etc)" + homepage_url: "https://github.com/bevry/typechecker" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/typechecker/-/typechecker-4.7.0.tgz" + hash: + value: "5249f427358f45b7250c4924fd4d01ed9ba435e9" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/bevry/typechecker.git" + revision: "69008d42927749d7e21cfe9816e478dd8d15ab88" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/bevry/typechecker.git" + revision: "69008d42927749d7e21cfe9816e478dd8d15ab88" + path: "" + - id: "NPM::util-deprecate:1.0.2" + purl: "pkg:npm/util-deprecate@1.0.2" + authors: + - "Nathan Rajlich" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "The Node.js `util.deprecate()` function with browser support" + homepage_url: "https://github.com/TooTallNate/util-deprecate" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" + hash: + value: "450d4dc9fa70de732762fbd2d4a28981419a0ccf" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/TooTallNate/util-deprecate.git" + revision: "475fb6857cd23fafff20c1be846c1350abf8e6d4" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/TooTallNate/util-deprecate.git" + revision: "475fb6857cd23fafff20c1be846c1350abf8e6d4" + path: "" + - id: "NPM:@types:node:11.9.6" + purl: "pkg:npm/%40types/node@11.9.6" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "TypeScript definitions for Node.js" + homepage_url: "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/@types/node/-/node-11.9.6.tgz" + hash: + value: "c632bbcc780a1349673a6e2e9b9dfa8c369d3c74" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://github.com/DefinitelyTyped/DefinitelyTyped.git" + revision: "" + path: "types/node" + vcs_processed: + type: "Git" + url: "https://github.com/DefinitelyTyped/DefinitelyTyped.git" + revision: "" + path: "types/node" issues: NPM::isarray:2.0.5: - timestamp: "1970-01-01T00:00:00Z" @@ -4339,3 +4119,4 @@ analyzer: scanner: null advisor: null evaluator: null +resolved_configuration: {} diff --git a/analyzer/src/funTest/assets/projects/external/sbt-multi-project-example-expected-output.yml b/analyzer/src/funTest/assets/projects/external/sbt-multi-project-example-expected-output.yml index ab3fc94cc5cdf..b7f9e2dd30504 100644 --- a/analyzer/src/funTest/assets/projects/external/sbt-multi-project-example-expected-output.yml +++ b/analyzer/src/funTest/assets/projects/external/sbt-multi-project-example-expected-output.yml @@ -224,1135 +224,1074 @@ analyzer: dependencies: - id: "Maven:org.scala-lang:scala-library:2.12.15" packages: - - metadata: - id: "Maven:ch.qos.logback:logback-classic:1.2.3" - purl: "pkg:maven/ch.qos.logback/logback-classic@1.2.3" - authors: - - "Ceki Gulcu" - - "Joern Huxhorn" - - "QOS.ch" - declared_licenses: - - "Eclipse Public License - v 1.0" - - "GNU Lesser General Public License" - declared_licenses_processed: - spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" - mapped: - Eclipse Public License - v 1.0: "EPL-1.0" - GNU Lesser General Public License: "LGPL-2.1-or-later" - description: "logback-classic module" - homepage_url: "http://logback.qos.ch/logback-classic" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar" - hash: - value: "7c4f3c474fb2c041d8028740440937705ebb473a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar" - hash: - value: "cfd5385e0c5ed1c8a5dce57d86e79cf357153a64" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:ceki/logback.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/ceki/logback.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:ch.qos.logback:logback-core:1.2.3" - purl: "pkg:maven/ch.qos.logback/logback-core@1.2.3" - authors: - - "Ceki Gulcu" - - "Joern Huxhorn" - - "QOS.ch" - declared_licenses: - - "Eclipse Public License - v 1.0" - - "GNU Lesser General Public License" - declared_licenses_processed: - spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" - mapped: - Eclipse Public License - v 1.0: "EPL-1.0" - GNU Lesser General Public License: "LGPL-2.1-or-later" - description: "logback-core module" - homepage_url: "http://logback.qos.ch/logback-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar" - hash: - value: "864344400c3d4d92dfeb0a305dc87d953677c03c" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar" - hash: - value: "3ebabe69eba0196af9ad3a814f723fb720b9101e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:ceki/logback.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/ceki/logback.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.chuusai:shapeless_2.12:2.3.2" - purl: "pkg:maven/com.chuusai/shapeless_2.12@2.3.2" - authors: - - "Miles Sabin" - - "com.chuusai" - declared_licenses: - - "Apache 2" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2: "Apache-2.0" - description: "core" - homepage_url: "https://github.com/milessabin/shapeless" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2.jar" - hash: - value: "27e115ffed7917b456e54891de67173f4a68d5f1" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2-sources.jar" - hash: - value: "6d83fa4fa6d25b1e8d8cd9d9d551c05c745633b1" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:milessabin/shapeless.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/milessabin/shapeless.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.fasterxml.jackson.core:jackson-annotations:2.8.0" - purl: "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.8.0" - authors: - - "Christopher Currie" - - "FasterXML" - - "Paul Brown" - - "Tatu Saloranta" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Core annotations used for value types, used by Jackson data\ - \ binding package." - homepage_url: "http://github.com/FasterXML/jackson" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.jar" - hash: - value: "45b426f7796b741035581a176744d91090e2e6fb" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0-sources.jar" - hash: - value: "29a1a95363d497e856c0a7d682e4f7973e334068" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:FasterXML/jackson-annotations.git" - revision: "jackson-annotations-2.8.0" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/FasterXML/jackson-annotations.git" - revision: "jackson-annotations-2.8.0" - path: "" - curations: [] - - metadata: - id: "Maven:com.fasterxml.jackson.core:jackson-core:2.8.9" - purl: "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.8.9" - authors: - - "Christopher Currie" - - "FasterXML" - - "Paul Brown" - - "Tatu Saloranta" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Core Jackson abstractions, basic JSON streaming API implementation" - homepage_url: "https://github.com/FasterXML/jackson-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9.jar" - hash: - value: "569b1752705da98f49aabe2911cc956ff7d8ed9d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9-sources.jar" - hash: - value: "8cf3613202ddcd495137f8cb944e2da69964a641" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:FasterXML/jackson-core.git" - revision: "jackson-core-2.8.9" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/FasterXML/jackson-core.git" - revision: "jackson-core-2.8.9" - path: "" - curations: [] - - metadata: - id: "Maven:com.fasterxml.jackson.core:jackson-databind:2.8.9" - purl: "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.8.9" - authors: - - "Christopher Currie" - - "FasterXML" - - "Paul Brown" - - "Tatu Saloranta" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "General data-binding functionality for Jackson: works on core\ - \ streaming API" - homepage_url: "http://github.com/FasterXML/jackson" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9.jar" - hash: - value: "4dfca3975be3c1a98eacb829e70f02e9a71bc159" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9-sources.jar" - hash: - value: "98e1b4171628d8f230f6a60b248de84ed04fab0d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:FasterXML/jackson-databind.git" - revision: "jackson-databind-2.8.9" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/FasterXML/jackson-databind.git" - revision: "jackson-databind-2.8.9" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.julien-truffaut:monocle-core_2.12:1.4.0" - purl: "pkg:maven/com.github.julien-truffaut/monocle-core_2.12@1.4.0" - authors: - - "Ilan Godik" - - "Julien Truffaut" - - "Kenji Yoshida" - - "Naoki Aoyama" - - "com.github.julien-truffaut" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "core" - homepage_url: "https://github.com/julien-truffaut/Monocle" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0.jar" - hash: - value: "219da9cc75878a75c888e38ad883fe4d30a7651d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0-sources.jar" - hash: - value: "37d333798ca15a03f5dfbb02f133d5b6b8e57b8c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:julien-truffaut/Monocle.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/julien-truffaut/Monocle.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.julien-truffaut:monocle-macro_2.12:1.4.0" - purl: "pkg:maven/com.github.julien-truffaut/monocle-macro_2.12@1.4.0" - authors: - - "Ilan Godik" - - "Julien Truffaut" - - "Kenji Yoshida" - - "Naoki Aoyama" - - "com.github.julien-truffaut" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "macros" - homepage_url: "https://github.com/julien-truffaut/Monocle" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0.jar" - hash: - value: "319242d130983fec319a2e2d4f8e7741b809b5a0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0-sources.jar" - hash: - value: "e7ce64d7973ad64f3fa872b931a31c8c25de59b3" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:julien-truffaut/Monocle.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/julien-truffaut/Monocle.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.pureconfig:pureconfig-macros_2.12:0.8.0" - purl: "pkg:maven/com.github.pureconfig/pureconfig-macros_2.12@0.8.0" - authors: - - "Rui Gonçalves" - - "com.github.pureconfig" - declared_licenses: - - "Mozilla Public License, version 2.0" - declared_licenses_processed: - spdx_expression: "MPL-2.0" - mapped: - Mozilla Public License, version 2.0: "MPL-2.0" - description: "pureconfig-macros" - homepage_url: "https://github.com/pureconfig/pureconfig" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0.jar" - hash: - value: "eea0e86f18c08e7fd00c90626f4f17a9ee6ef088" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0-sources.jar" - hash: - value: "7411f96540756236648b48347827b6ba2622e5e0" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:pureconfig/pureconfig.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/pureconfig/pureconfig.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.pureconfig:pureconfig_2.12:0.8.0" - purl: "pkg:maven/com.github.pureconfig/pureconfig_2.12@0.8.0" - authors: - - "Derek Morr" - - "Joao Azevedo" - - "Leif Wickland" - - "Mario Pastorelli" - - "Rui Gonçalves" - - "com.github.pureconfig" - declared_licenses: - - "Mozilla Public License, version 2.0" - declared_licenses_processed: - spdx_expression: "MPL-2.0" - mapped: - Mozilla Public License, version 2.0: "MPL-2.0" - description: "pureconfig" - homepage_url: "https://github.com/pureconfig/pureconfig" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0.jar" - hash: - value: "891fde63cda086f593bffddb0b47933abc75523f" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0-sources.jar" - hash: - value: "fa6de3ab2dd82543fb37288626687a9a6c1a67a2" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:pureconfig/pureconfig.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/pureconfig/pureconfig.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe:config:1.3.1" - purl: "pkg:maven/com.typesafe/config@1.3.1" - authors: - - "Havoc Pennington" - - "com.typesafe" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "config" - homepage_url: "https://github.com/typesafehub/config" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1.jar" - hash: - value: "2cf7a6cc79732e3bdf1647d7404279900ca63eb0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1-sources.jar" - hash: - value: "a27878630ff503b63ed25ff2a25fa8ef888740b3" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/typesafehub/config.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/typesafehub/config.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe:ssl-config-core_2.12:0.2.2" - purl: "pkg:maven/com.typesafe/ssl-config-core_2.12@0.2.2" - authors: - - "Konrad Malawski" - - "Will Sargent" - - "com.typesafe" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "ssl-config-core" - homepage_url: "https://github.com/typesafehub/ssl-config" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2.jar" - hash: - value: "8a357d491f7f94c5b4b1e0b27644e1306cc8742d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2-sources.jar" - hash: - value: "1baaec9149929d0970330aa80aca73e3f1f15624" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/typesafehub/ssl-config.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/typesafehub/ssl-config.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe.akka:akka-actor_2.12:2.5.6" - purl: "pkg:maven/com.typesafe.akka/akka-actor_2.12@2.5.6" - authors: - - "Akka Contributors" - - "Lightbend Inc." - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "akka-actor" - homepage_url: "http://akka.io/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6.jar" - hash: - value: "1e9f4c1829d3ce5640c17164b1756d1e98eb7af3" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6-sources.jar" - hash: - value: "9642cf6f2a774d781e2f2a2e5de152971bfd714e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:akka/akka.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/akka/akka.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe.akka:akka-stream_2.12:2.5.6" - purl: "pkg:maven/com.typesafe.akka/akka-stream_2.12@2.5.6" - authors: - - "Akka Contributors" - - "Lightbend Inc." - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "akka-stream" - homepage_url: "http://akka.io/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6.jar" - hash: - value: "876aa1471ac773a3dd02f70c1e511a9a014b3491" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6-sources.jar" - hash: - value: "14459df7523aea2cfd04080fe88eccd20897bcc5" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:akka/akka.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/akka/akka.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe.scala-logging:scala-logging_2.12:3.7.2" - purl: "pkg:maven/com.typesafe.scala-logging/scala-logging_2.12@3.7.2" - authors: - - "Heiko Seeberger" - - "Mathias Bogaert" - - "com.typesafe.scala-logging" - declared_licenses: - - "Apache 2.0 License" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2.0 License: "Apache-2.0" - description: "scala-logging" - homepage_url: "https://github.com/typesafehub/scala-logging" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2.jar" - hash: - value: "a1dc97509765287faa4747f7cb411f0b85dc9a34" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2-sources.jar" - hash: - value: "a5f760917b60283e37c84bf3db2aeaf976980ad3" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/typesafehub/scala-logging.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/typesafehub/scala-logging.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:net.logstash.logback:logstash-logback-encoder:4.11" - purl: "pkg:maven/net.logstash.logback/logstash-logback-encoder@4.11" - authors: - - "John E. Vincent" - - "Nokia" - - "Phil Clay" - declared_licenses: - - "Apache License, Version 2.0" - - "MIT License" - declared_licenses_processed: - spdx_expression: "Apache-2.0 OR MIT" - mapped: - Apache License, Version 2.0: "Apache-2.0" - MIT License: "MIT" - description: "Logback encoder which will output events as Logstash-compatible\ - \ JSON" - homepage_url: "https://github.com/logstash/logstash-logback-encoder" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11.jar" - hash: - value: "163b6b046de5414ac17c83cbd6cb619e541fc69a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11-sources.jar" - hash: - value: "8b889d5eb55aabfa5d9aa9cad95529668f3edb2b" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:logstash/logstash-logback-encoder.git" - revision: "logstash-logback-encoder-4.11" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/logstash/logstash-logback-encoder.git" - revision: "logstash-logback-encoder-4.11" - path: "" - curations: [] - - metadata: - id: "Maven:org.reactivestreams:reactive-streams:1.0.1" - purl: "pkg:maven/org.reactivestreams/reactive-streams@1.0.1" - authors: - - "Reactive Streams SIG" - declared_licenses: - - "CC0" - declared_licenses_processed: - spdx_expression: "CC0-1.0" - mapped: - CC0: "CC0-1.0" - description: "A Protocol for Asynchronous Non-Blocking Data Sequence" - homepage_url: "http://www.reactive-streams.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1.jar" - hash: - value: "1b1c911686eb40179219466e6a59b634b9d7a748" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1-sources.jar" - hash: - value: "af471e34e448bd4f1c183e9b26c85679be11035c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:reactive-streams/reactive-streams.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/reactive-streams/reactive-streams.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang:scala-compiler:2.12.3" - purl: "pkg:maven/org.scala-lang/scala-compiler@2.12.3" - authors: - - "LAMP/EPFL" - - "Lightbend, Inc." - declared_licenses: - - "BSD 3-Clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-Clause: "BSD-3-Clause" - description: "Compiler for the Scala Programming Language" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3.jar" - hash: - value: "b6b9ca202fc8405260d30e703b9790e91c75cd85" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3-sources.jar" - hash: - value: "b8fe133c260f72b7fe9889195e19efeeab1b8087" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang:scala-library:2.12.15" - purl: "pkg:maven/org.scala-lang/scala-library@2.12.15" - authors: - - "LAMP/EPFL" - - "Lightbend, Inc." - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "Standard library for the Scala Programming Language" - homepage_url: "https://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.15/scala-library-2.12.15.jar" - hash: - value: "0f2e89c89340282c9625ac57efb451056f31af57" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.15/scala-library-2.12.15-sources.jar" - hash: - value: "5e789d895ee2b8b02577db7b6bbb5409798b7daf" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang:scala-reflect:2.12.2" - purl: "pkg:maven/org.scala-lang/scala-reflect@2.12.2" - authors: - - "LAMP/EPFL" - - "Lightbend, Inc." - declared_licenses: - - "BSD 3-Clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-Clause: "BSD-3-Clause" - description: "Compiler for the Scala Programming Language" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2.jar" - hash: - value: "fa13c13351566738ff156ef8a56b869868f4b77e" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2-sources.jar" - hash: - value: "a8808be417014e233b25ee44439f725e1f5e92a4" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang.modules:scala-java8-compat_2.12:0.8.0" - purl: "pkg:maven/org.scala-lang.modules/scala-java8-compat_2.12@0.8.0" - authors: - - "EPFL" - - "Typesafe, Inc." - - "org.scala-lang.modules" - declared_licenses: - - "BSD 3-clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-clause: "BSD-3-Clause" - description: "scala-java8-compat" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0.jar" - hash: - value: "1e6f1e745bf6d3c34d1e2ab150653306069aaf34" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0-sources.jar" - hash: - value: "0a33ce48278b9e3bbea8aed726e3c0abad3afadd" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala-java8-compat.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala-java8-compat.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang.modules:scala-parser-combinators_2.12:1.0.4" - purl: "pkg:maven/org.scala-lang.modules/scala-parser-combinators_2.12@1.0.4" - authors: - - "EPFL" - - "Typesafe, Inc." - - "org.scala-lang.modules" - declared_licenses: - - "BSD 3-clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-clause: "BSD-3-Clause" - description: "scala-parser-combinators" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4.jar" - hash: - value: "7c5f25a2d40ea7651452f0f0d1d4c12dabffcb8b" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4-sources.jar" - hash: - value: "9ec2f46c07d355853654af38e8b06e15ccca8cd0" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala-parser-combinators.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala-parser-combinators.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang.modules:scala-xml_2.12:1.0.5" - purl: "pkg:maven/org.scala-lang.modules/scala-xml_2.12@1.0.5" - authors: - - "EPFL" - - "Typesafe, Inc." - - "org.scala-lang.modules" - declared_licenses: - - "BSD 3-clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-clause: "BSD-3-Clause" - description: "scala-xml" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5.jar" - hash: - value: "a2b2afbeea86818a911b05851bb11d7d4840bb75" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5-sources.jar" - hash: - value: "d12864d1a73aa540f7b624c8a92a5f48783c342c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala-xml.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala-xml.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-sbt:test-interface:1.0" - purl: "pkg:maven/org.scala-sbt/test-interface@1.0" - authors: - - "Bill Venners" - - "Chua Chee Seng" - - "Josh Cough" - - "Mark Harrah" - - "org.scala-sbt" - declared_licenses: - - "BSD" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD: "BSD-3-Clause" - description: "Uniform test interface to Scala/Java test frameworks (specs,\ - \ ScalaCheck, ScalaTest, JUnit and other)" - homepage_url: "http://www.scala-sbt.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0.jar" - hash: - value: "0a3f14d010c4cb32071f863d97291df31603b521" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0-sources.jar" - hash: - value: "d44b23e9e3419ad0e00b91bba764a48d43075000" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/sbt/test-interface.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scalacheck:scalacheck_2.12:1.13.5" - purl: "pkg:maven/org.scalacheck/scalacheck_2.12@1.13.5" - authors: - - "Rickard Nilsson" - - "org.scalacheck" - declared_licenses: - - "BSD-style" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD-style: "BSD-3-Clause" - description: "scalacheck" - homepage_url: "http://www.scalacheck.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5.jar" - hash: - value: "fff972ccaa0d83ca53bfdbbd0763c1059281fb76" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5-sources.jar" - hash: - value: "d0e1376902de65c7fa327f455b61d5d71957d78e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:rickynils/scalacheck.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/rickynils/scalacheck.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scalactic:scalactic_2.12:3.0.4" - purl: "pkg:maven/org.scalactic/scalactic_2.12@3.0.4" - authors: - - "Bill Venners" - - "Chua Chee Seng" - - "George Berger" - - "org.scalactic" - declared_licenses: - - "the Apache License, ASL Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - the Apache License, ASL Version 2.0: "Apache-2.0" - description: "scalactic" - homepage_url: "http://www.scalatest.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4.jar" - hash: - value: "e75f0f9c77aa391e01797cfc42fb82fd7c7d59a5" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4-sources.jar" - hash: - value: "9f7f02217c7d2f14c6b1982493c39243a20b749d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:scalatest/scalatest.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/scalatest/scalatest.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scalatest:scalatest_2.12:3.0.4" - purl: "pkg:maven/org.scalatest/scalatest_2.12@3.0.4" - authors: - - "Bill Venners" - - "Chua Chee Seng" - - "George Berger" - - "org.scalatest" - declared_licenses: - - "the Apache License, ASL Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - the Apache License, ASL Version 2.0: "Apache-2.0" - description: "scalatest" - homepage_url: "http://www.scalatest.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4.jar" - hash: - value: "87d68f3d06dbf698fd0084c0a8b8996864d15465" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4-sources.jar" - hash: - value: "ba669c2c9b7092151e2a19e975b1bf2a2e7a5fda" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:scalatest/scalatest.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/scalatest/scalatest.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scalaz:scalaz-core_2.12:7.2.8" - purl: "pkg:maven/org.scalaz/scalaz-core_2.12@7.2.8" - authors: - - "Alexey Romanov" - - "Daniel Peebles" - - "Edward Kmett" - - "Jason Zaugg" - - "Kris Nuttycombe" - - "Lars Hupel" - - "Paul Chiusano" - - "Richard Wallace" - - "Runar Bjarnason" - - "Tony Morris" - - "org.scalaz" - declared_licenses: - - "BSD-style" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD-style: "BSD-3-Clause" - description: "scalaz-core" - homepage_url: "http://scalaz.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8.jar" - hash: - value: "2922d47f6dc7aba452634fe674087b6221b90dbf" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8-sources.jar" - hash: - value: "c94295a434f26b5650ec0fcbf93c9d2c7aada88e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:scalaz/scalaz.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/scalaz/scalaz.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.slf4j:jcl-over-slf4j:1.7.25" - purl: "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.25" - authors: - - "Ceki Gulcu" - - "QOS.ch" - declared_licenses: - - "MIT License" - declared_licenses_processed: - spdx_expression: "MIT" - mapped: - MIT License: "MIT" - description: "JCL 1.2 implemented over SLF4J" - homepage_url: "http://www.slf4j.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar" - hash: - value: "f8c32b13ff142a513eeb5b6330b1588dcb2c0461" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25-sources.jar" - hash: - value: "ffd0827a7c67d5915b7dc611afbda56a1f247191" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:qos-ch/slf4j.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/qos-ch/slf4j.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.slf4j:slf4j-api:1.7.25" - purl: "pkg:maven/org.slf4j/slf4j-api@1.7.25" - authors: - - "Ceki Gulcu" - - "QOS.ch" - declared_licenses: - - "MIT License" - declared_licenses_processed: - spdx_expression: "MIT" - mapped: - MIT License: "MIT" - description: "The slf4j API" - homepage_url: "http://www.slf4j.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar" - hash: - value: "da76ca59f6a57ee3102f8f9bd9cee742973efa8a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-sources.jar" - hash: - value: "962153db4a9ea71b79d047dfd1b2a0d80d8f4739" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:qos-ch/slf4j.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/qos-ch/slf4j.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.typelevel:macro-compat_2.12:1.1.1" - purl: "pkg:maven/org.typelevel/macro-compat_2.12@1.1.1" - authors: - - "Miles Sabin" - - "org.typelevel" - declared_licenses: - - "Apache 2" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2: "Apache-2.0" - description: "core" - homepage_url: "https://github.com/milessabin/macro-compat" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.jar" - hash: - value: "ed809d26ef4237d7c079ae6cf7ebd0dfa7986adf" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1-sources.jar" - hash: - value: "ade6d6ec81975cf514b0f9e2061614f2799cfe97" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:milessabin/macro-compat.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/milessabin/macro-compat.git" - revision: "" - path: "" - curations: [] + - id: "Maven:ch.qos.logback:logback-classic:1.2.3" + purl: "pkg:maven/ch.qos.logback/logback-classic@1.2.3" + authors: + - "Ceki Gulcu" + - "Joern Huxhorn" + - "QOS.ch" + declared_licenses: + - "Eclipse Public License - v 1.0" + - "GNU Lesser General Public License" + declared_licenses_processed: + spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" + mapped: + Eclipse Public License - v 1.0: "EPL-1.0" + GNU Lesser General Public License: "LGPL-2.1-or-later" + description: "logback-classic module" + homepage_url: "http://logback.qos.ch/logback-classic" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar" + hash: + value: "7c4f3c474fb2c041d8028740440937705ebb473a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar" + hash: + value: "cfd5385e0c5ed1c8a5dce57d86e79cf357153a64" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:ceki/logback.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/ceki/logback.git" + revision: "" + path: "" + - id: "Maven:ch.qos.logback:logback-core:1.2.3" + purl: "pkg:maven/ch.qos.logback/logback-core@1.2.3" + authors: + - "Ceki Gulcu" + - "Joern Huxhorn" + - "QOS.ch" + declared_licenses: + - "Eclipse Public License - v 1.0" + - "GNU Lesser General Public License" + declared_licenses_processed: + spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" + mapped: + Eclipse Public License - v 1.0: "EPL-1.0" + GNU Lesser General Public License: "LGPL-2.1-or-later" + description: "logback-core module" + homepage_url: "http://logback.qos.ch/logback-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar" + hash: + value: "864344400c3d4d92dfeb0a305dc87d953677c03c" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar" + hash: + value: "3ebabe69eba0196af9ad3a814f723fb720b9101e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:ceki/logback.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/ceki/logback.git" + revision: "" + path: "" + - id: "Maven:com.chuusai:shapeless_2.12:2.3.2" + purl: "pkg:maven/com.chuusai/shapeless_2.12@2.3.2" + authors: + - "Miles Sabin" + - "com.chuusai" + declared_licenses: + - "Apache 2" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2: "Apache-2.0" + description: "core" + homepage_url: "https://github.com/milessabin/shapeless" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2.jar" + hash: + value: "27e115ffed7917b456e54891de67173f4a68d5f1" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2-sources.jar" + hash: + value: "6d83fa4fa6d25b1e8d8cd9d9d551c05c745633b1" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:milessabin/shapeless.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/milessabin/shapeless.git" + revision: "" + path: "" + - id: "Maven:com.fasterxml.jackson.core:jackson-annotations:2.8.0" + purl: "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.8.0" + authors: + - "Christopher Currie" + - "FasterXML" + - "Paul Brown" + - "Tatu Saloranta" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Core annotations used for value types, used by Jackson data binding\ + \ package." + homepage_url: "http://github.com/FasterXML/jackson" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.jar" + hash: + value: "45b426f7796b741035581a176744d91090e2e6fb" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0-sources.jar" + hash: + value: "29a1a95363d497e856c0a7d682e4f7973e334068" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:FasterXML/jackson-annotations.git" + revision: "jackson-annotations-2.8.0" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/FasterXML/jackson-annotations.git" + revision: "jackson-annotations-2.8.0" + path: "" + - id: "Maven:com.fasterxml.jackson.core:jackson-core:2.8.9" + purl: "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.8.9" + authors: + - "Christopher Currie" + - "FasterXML" + - "Paul Brown" + - "Tatu Saloranta" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Core Jackson abstractions, basic JSON streaming API implementation" + homepage_url: "https://github.com/FasterXML/jackson-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9.jar" + hash: + value: "569b1752705da98f49aabe2911cc956ff7d8ed9d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9-sources.jar" + hash: + value: "8cf3613202ddcd495137f8cb944e2da69964a641" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:FasterXML/jackson-core.git" + revision: "jackson-core-2.8.9" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/FasterXML/jackson-core.git" + revision: "jackson-core-2.8.9" + path: "" + - id: "Maven:com.fasterxml.jackson.core:jackson-databind:2.8.9" + purl: "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.8.9" + authors: + - "Christopher Currie" + - "FasterXML" + - "Paul Brown" + - "Tatu Saloranta" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "General data-binding functionality for Jackson: works on core\ + \ streaming API" + homepage_url: "http://github.com/FasterXML/jackson" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9.jar" + hash: + value: "4dfca3975be3c1a98eacb829e70f02e9a71bc159" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9-sources.jar" + hash: + value: "98e1b4171628d8f230f6a60b248de84ed04fab0d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:FasterXML/jackson-databind.git" + revision: "jackson-databind-2.8.9" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/FasterXML/jackson-databind.git" + revision: "jackson-databind-2.8.9" + path: "" + - id: "Maven:com.github.julien-truffaut:monocle-core_2.12:1.4.0" + purl: "pkg:maven/com.github.julien-truffaut/monocle-core_2.12@1.4.0" + authors: + - "Ilan Godik" + - "Julien Truffaut" + - "Kenji Yoshida" + - "Naoki Aoyama" + - "com.github.julien-truffaut" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "core" + homepage_url: "https://github.com/julien-truffaut/Monocle" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0.jar" + hash: + value: "219da9cc75878a75c888e38ad883fe4d30a7651d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0-sources.jar" + hash: + value: "37d333798ca15a03f5dfbb02f133d5b6b8e57b8c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:julien-truffaut/Monocle.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/julien-truffaut/Monocle.git" + revision: "" + path: "" + - id: "Maven:com.github.julien-truffaut:monocle-macro_2.12:1.4.0" + purl: "pkg:maven/com.github.julien-truffaut/monocle-macro_2.12@1.4.0" + authors: + - "Ilan Godik" + - "Julien Truffaut" + - "Kenji Yoshida" + - "Naoki Aoyama" + - "com.github.julien-truffaut" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "macros" + homepage_url: "https://github.com/julien-truffaut/Monocle" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0.jar" + hash: + value: "319242d130983fec319a2e2d4f8e7741b809b5a0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0-sources.jar" + hash: + value: "e7ce64d7973ad64f3fa872b931a31c8c25de59b3" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:julien-truffaut/Monocle.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/julien-truffaut/Monocle.git" + revision: "" + path: "" + - id: "Maven:com.github.pureconfig:pureconfig-macros_2.12:0.8.0" + purl: "pkg:maven/com.github.pureconfig/pureconfig-macros_2.12@0.8.0" + authors: + - "Rui Gonçalves" + - "com.github.pureconfig" + declared_licenses: + - "Mozilla Public License, version 2.0" + declared_licenses_processed: + spdx_expression: "MPL-2.0" + mapped: + Mozilla Public License, version 2.0: "MPL-2.0" + description: "pureconfig-macros" + homepage_url: "https://github.com/pureconfig/pureconfig" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0.jar" + hash: + value: "eea0e86f18c08e7fd00c90626f4f17a9ee6ef088" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0-sources.jar" + hash: + value: "7411f96540756236648b48347827b6ba2622e5e0" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:pureconfig/pureconfig.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/pureconfig/pureconfig.git" + revision: "" + path: "" + - id: "Maven:com.github.pureconfig:pureconfig_2.12:0.8.0" + purl: "pkg:maven/com.github.pureconfig/pureconfig_2.12@0.8.0" + authors: + - "Derek Morr" + - "Joao Azevedo" + - "Leif Wickland" + - "Mario Pastorelli" + - "Rui Gonçalves" + - "com.github.pureconfig" + declared_licenses: + - "Mozilla Public License, version 2.0" + declared_licenses_processed: + spdx_expression: "MPL-2.0" + mapped: + Mozilla Public License, version 2.0: "MPL-2.0" + description: "pureconfig" + homepage_url: "https://github.com/pureconfig/pureconfig" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0.jar" + hash: + value: "891fde63cda086f593bffddb0b47933abc75523f" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0-sources.jar" + hash: + value: "fa6de3ab2dd82543fb37288626687a9a6c1a67a2" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:pureconfig/pureconfig.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/pureconfig/pureconfig.git" + revision: "" + path: "" + - id: "Maven:com.typesafe:config:1.3.1" + purl: "pkg:maven/com.typesafe/config@1.3.1" + authors: + - "Havoc Pennington" + - "com.typesafe" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "config" + homepage_url: "https://github.com/typesafehub/config" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1.jar" + hash: + value: "2cf7a6cc79732e3bdf1647d7404279900ca63eb0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1-sources.jar" + hash: + value: "a27878630ff503b63ed25ff2a25fa8ef888740b3" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/typesafehub/config.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/typesafehub/config.git" + revision: "" + path: "" + - id: "Maven:com.typesafe:ssl-config-core_2.12:0.2.2" + purl: "pkg:maven/com.typesafe/ssl-config-core_2.12@0.2.2" + authors: + - "Konrad Malawski" + - "Will Sargent" + - "com.typesafe" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "ssl-config-core" + homepage_url: "https://github.com/typesafehub/ssl-config" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2.jar" + hash: + value: "8a357d491f7f94c5b4b1e0b27644e1306cc8742d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2-sources.jar" + hash: + value: "1baaec9149929d0970330aa80aca73e3f1f15624" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/typesafehub/ssl-config.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/typesafehub/ssl-config.git" + revision: "" + path: "" + - id: "Maven:com.typesafe.akka:akka-actor_2.12:2.5.6" + purl: "pkg:maven/com.typesafe.akka/akka-actor_2.12@2.5.6" + authors: + - "Akka Contributors" + - "Lightbend Inc." + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "akka-actor" + homepage_url: "http://akka.io/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6.jar" + hash: + value: "1e9f4c1829d3ce5640c17164b1756d1e98eb7af3" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6-sources.jar" + hash: + value: "9642cf6f2a774d781e2f2a2e5de152971bfd714e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:akka/akka.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/akka/akka.git" + revision: "" + path: "" + - id: "Maven:com.typesafe.akka:akka-stream_2.12:2.5.6" + purl: "pkg:maven/com.typesafe.akka/akka-stream_2.12@2.5.6" + authors: + - "Akka Contributors" + - "Lightbend Inc." + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "akka-stream" + homepage_url: "http://akka.io/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6.jar" + hash: + value: "876aa1471ac773a3dd02f70c1e511a9a014b3491" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6-sources.jar" + hash: + value: "14459df7523aea2cfd04080fe88eccd20897bcc5" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:akka/akka.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/akka/akka.git" + revision: "" + path: "" + - id: "Maven:com.typesafe.scala-logging:scala-logging_2.12:3.7.2" + purl: "pkg:maven/com.typesafe.scala-logging/scala-logging_2.12@3.7.2" + authors: + - "Heiko Seeberger" + - "Mathias Bogaert" + - "com.typesafe.scala-logging" + declared_licenses: + - "Apache 2.0 License" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2.0 License: "Apache-2.0" + description: "scala-logging" + homepage_url: "https://github.com/typesafehub/scala-logging" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2.jar" + hash: + value: "a1dc97509765287faa4747f7cb411f0b85dc9a34" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2-sources.jar" + hash: + value: "a5f760917b60283e37c84bf3db2aeaf976980ad3" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/typesafehub/scala-logging.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/typesafehub/scala-logging.git" + revision: "" + path: "" + - id: "Maven:net.logstash.logback:logstash-logback-encoder:4.11" + purl: "pkg:maven/net.logstash.logback/logstash-logback-encoder@4.11" + authors: + - "John E. Vincent" + - "Nokia" + - "Phil Clay" + declared_licenses: + - "Apache License, Version 2.0" + - "MIT License" + declared_licenses_processed: + spdx_expression: "Apache-2.0 OR MIT" + mapped: + Apache License, Version 2.0: "Apache-2.0" + MIT License: "MIT" + description: "Logback encoder which will output events as Logstash-compatible\ + \ JSON" + homepage_url: "https://github.com/logstash/logstash-logback-encoder" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11.jar" + hash: + value: "163b6b046de5414ac17c83cbd6cb619e541fc69a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11-sources.jar" + hash: + value: "8b889d5eb55aabfa5d9aa9cad95529668f3edb2b" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:logstash/logstash-logback-encoder.git" + revision: "logstash-logback-encoder-4.11" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/logstash/logstash-logback-encoder.git" + revision: "logstash-logback-encoder-4.11" + path: "" + - id: "Maven:org.reactivestreams:reactive-streams:1.0.1" + purl: "pkg:maven/org.reactivestreams/reactive-streams@1.0.1" + authors: + - "Reactive Streams SIG" + declared_licenses: + - "CC0" + declared_licenses_processed: + spdx_expression: "CC0-1.0" + mapped: + CC0: "CC0-1.0" + description: "A Protocol for Asynchronous Non-Blocking Data Sequence" + homepage_url: "http://www.reactive-streams.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1.jar" + hash: + value: "1b1c911686eb40179219466e6a59b634b9d7a748" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1-sources.jar" + hash: + value: "af471e34e448bd4f1c183e9b26c85679be11035c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:reactive-streams/reactive-streams.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/reactive-streams/reactive-streams.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang:scala-compiler:2.12.3" + purl: "pkg:maven/org.scala-lang/scala-compiler@2.12.3" + authors: + - "LAMP/EPFL" + - "Lightbend, Inc." + declared_licenses: + - "BSD 3-Clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-Clause: "BSD-3-Clause" + description: "Compiler for the Scala Programming Language" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3.jar" + hash: + value: "b6b9ca202fc8405260d30e703b9790e91c75cd85" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3-sources.jar" + hash: + value: "b8fe133c260f72b7fe9889195e19efeeab1b8087" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang:scala-library:2.12.15" + purl: "pkg:maven/org.scala-lang/scala-library@2.12.15" + authors: + - "LAMP/EPFL" + - "Lightbend, Inc." + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "Standard library for the Scala Programming Language" + homepage_url: "https://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.15/scala-library-2.12.15.jar" + hash: + value: "0f2e89c89340282c9625ac57efb451056f31af57" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.15/scala-library-2.12.15-sources.jar" + hash: + value: "5e789d895ee2b8b02577db7b6bbb5409798b7daf" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang:scala-reflect:2.12.2" + purl: "pkg:maven/org.scala-lang/scala-reflect@2.12.2" + authors: + - "LAMP/EPFL" + - "Lightbend, Inc." + declared_licenses: + - "BSD 3-Clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-Clause: "BSD-3-Clause" + description: "Compiler for the Scala Programming Language" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2.jar" + hash: + value: "fa13c13351566738ff156ef8a56b869868f4b77e" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2-sources.jar" + hash: + value: "a8808be417014e233b25ee44439f725e1f5e92a4" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang.modules:scala-java8-compat_2.12:0.8.0" + purl: "pkg:maven/org.scala-lang.modules/scala-java8-compat_2.12@0.8.0" + authors: + - "EPFL" + - "Typesafe, Inc." + - "org.scala-lang.modules" + declared_licenses: + - "BSD 3-clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-clause: "BSD-3-Clause" + description: "scala-java8-compat" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0.jar" + hash: + value: "1e6f1e745bf6d3c34d1e2ab150653306069aaf34" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0-sources.jar" + hash: + value: "0a33ce48278b9e3bbea8aed726e3c0abad3afadd" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala-java8-compat.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala-java8-compat.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang.modules:scala-parser-combinators_2.12:1.0.4" + purl: "pkg:maven/org.scala-lang.modules/scala-parser-combinators_2.12@1.0.4" + authors: + - "EPFL" + - "Typesafe, Inc." + - "org.scala-lang.modules" + declared_licenses: + - "BSD 3-clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-clause: "BSD-3-Clause" + description: "scala-parser-combinators" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4.jar" + hash: + value: "7c5f25a2d40ea7651452f0f0d1d4c12dabffcb8b" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4-sources.jar" + hash: + value: "9ec2f46c07d355853654af38e8b06e15ccca8cd0" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala-parser-combinators.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala-parser-combinators.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang.modules:scala-xml_2.12:1.0.5" + purl: "pkg:maven/org.scala-lang.modules/scala-xml_2.12@1.0.5" + authors: + - "EPFL" + - "Typesafe, Inc." + - "org.scala-lang.modules" + declared_licenses: + - "BSD 3-clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-clause: "BSD-3-Clause" + description: "scala-xml" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5.jar" + hash: + value: "a2b2afbeea86818a911b05851bb11d7d4840bb75" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5-sources.jar" + hash: + value: "d12864d1a73aa540f7b624c8a92a5f48783c342c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala-xml.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala-xml.git" + revision: "" + path: "" + - id: "Maven:org.scala-sbt:test-interface:1.0" + purl: "pkg:maven/org.scala-sbt/test-interface@1.0" + authors: + - "Bill Venners" + - "Chua Chee Seng" + - "Josh Cough" + - "Mark Harrah" + - "org.scala-sbt" + declared_licenses: + - "BSD" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD: "BSD-3-Clause" + description: "Uniform test interface to Scala/Java test frameworks (specs, ScalaCheck,\ + \ ScalaTest, JUnit and other)" + homepage_url: "http://www.scala-sbt.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0.jar" + hash: + value: "0a3f14d010c4cb32071f863d97291df31603b521" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0-sources.jar" + hash: + value: "d44b23e9e3419ad0e00b91bba764a48d43075000" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/sbt/test-interface.git" + revision: "" + path: "" + - id: "Maven:org.scalacheck:scalacheck_2.12:1.13.5" + purl: "pkg:maven/org.scalacheck/scalacheck_2.12@1.13.5" + authors: + - "Rickard Nilsson" + - "org.scalacheck" + declared_licenses: + - "BSD-style" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD-style: "BSD-3-Clause" + description: "scalacheck" + homepage_url: "http://www.scalacheck.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5.jar" + hash: + value: "fff972ccaa0d83ca53bfdbbd0763c1059281fb76" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5-sources.jar" + hash: + value: "d0e1376902de65c7fa327f455b61d5d71957d78e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:rickynils/scalacheck.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/rickynils/scalacheck.git" + revision: "" + path: "" + - id: "Maven:org.scalactic:scalactic_2.12:3.0.4" + purl: "pkg:maven/org.scalactic/scalactic_2.12@3.0.4" + authors: + - "Bill Venners" + - "Chua Chee Seng" + - "George Berger" + - "org.scalactic" + declared_licenses: + - "the Apache License, ASL Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + the Apache License, ASL Version 2.0: "Apache-2.0" + description: "scalactic" + homepage_url: "http://www.scalatest.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4.jar" + hash: + value: "e75f0f9c77aa391e01797cfc42fb82fd7c7d59a5" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4-sources.jar" + hash: + value: "9f7f02217c7d2f14c6b1982493c39243a20b749d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:scalatest/scalatest.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/scalatest/scalatest.git" + revision: "" + path: "" + - id: "Maven:org.scalatest:scalatest_2.12:3.0.4" + purl: "pkg:maven/org.scalatest/scalatest_2.12@3.0.4" + authors: + - "Bill Venners" + - "Chua Chee Seng" + - "George Berger" + - "org.scalatest" + declared_licenses: + - "the Apache License, ASL Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + the Apache License, ASL Version 2.0: "Apache-2.0" + description: "scalatest" + homepage_url: "http://www.scalatest.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4.jar" + hash: + value: "87d68f3d06dbf698fd0084c0a8b8996864d15465" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4-sources.jar" + hash: + value: "ba669c2c9b7092151e2a19e975b1bf2a2e7a5fda" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:scalatest/scalatest.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/scalatest/scalatest.git" + revision: "" + path: "" + - id: "Maven:org.scalaz:scalaz-core_2.12:7.2.8" + purl: "pkg:maven/org.scalaz/scalaz-core_2.12@7.2.8" + authors: + - "Alexey Romanov" + - "Daniel Peebles" + - "Edward Kmett" + - "Jason Zaugg" + - "Kris Nuttycombe" + - "Lars Hupel" + - "Paul Chiusano" + - "Richard Wallace" + - "Runar Bjarnason" + - "Tony Morris" + - "org.scalaz" + declared_licenses: + - "BSD-style" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD-style: "BSD-3-Clause" + description: "scalaz-core" + homepage_url: "http://scalaz.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8.jar" + hash: + value: "2922d47f6dc7aba452634fe674087b6221b90dbf" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8-sources.jar" + hash: + value: "c94295a434f26b5650ec0fcbf93c9d2c7aada88e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:scalaz/scalaz.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/scalaz/scalaz.git" + revision: "" + path: "" + - id: "Maven:org.slf4j:jcl-over-slf4j:1.7.25" + purl: "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.25" + authors: + - "Ceki Gulcu" + - "QOS.ch" + declared_licenses: + - "MIT License" + declared_licenses_processed: + spdx_expression: "MIT" + mapped: + MIT License: "MIT" + description: "JCL 1.2 implemented over SLF4J" + homepage_url: "http://www.slf4j.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar" + hash: + value: "f8c32b13ff142a513eeb5b6330b1588dcb2c0461" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25-sources.jar" + hash: + value: "ffd0827a7c67d5915b7dc611afbda56a1f247191" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:qos-ch/slf4j.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/qos-ch/slf4j.git" + revision: "" + path: "" + - id: "Maven:org.slf4j:slf4j-api:1.7.25" + purl: "pkg:maven/org.slf4j/slf4j-api@1.7.25" + authors: + - "Ceki Gulcu" + - "QOS.ch" + declared_licenses: + - "MIT License" + declared_licenses_processed: + spdx_expression: "MIT" + mapped: + MIT License: "MIT" + description: "The slf4j API" + homepage_url: "http://www.slf4j.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar" + hash: + value: "da76ca59f6a57ee3102f8f9bd9cee742973efa8a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-sources.jar" + hash: + value: "962153db4a9ea71b79d047dfd1b2a0d80d8f4739" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:qos-ch/slf4j.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/qos-ch/slf4j.git" + revision: "" + path: "" + - id: "Maven:org.typelevel:macro-compat_2.12:1.1.1" + purl: "pkg:maven/org.typelevel/macro-compat_2.12@1.1.1" + authors: + - "Miles Sabin" + - "org.typelevel" + declared_licenses: + - "Apache 2" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2: "Apache-2.0" + description: "core" + homepage_url: "https://github.com/milessabin/macro-compat" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.jar" + hash: + value: "ed809d26ef4237d7c079ae6cf7ebd0dfa7986adf" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1-sources.jar" + hash: + value: "ade6d6ec81975cf514b0f9e2061614f2799cfe97" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:milessabin/macro-compat.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/milessabin/macro-compat.git" + revision: "" + path: "" has_issues: false scanner: null advisor: null evaluator: null +resolved_configuration: {} diff --git a/analyzer/src/funTest/assets/projects/synthetic/gradle-all-dependencies-expected-result-with-curations.yml b/analyzer/src/funTest/assets/projects/synthetic/gradle-all-dependencies-expected-result-with-curations.yml index e45d37d9325b2..2ec04684ba12e 100644 --- a/analyzer/src/funTest/assets/projects/synthetic/gradle-all-dependencies-expected-result-with-curations.yml +++ b/analyzer/src/funTest/assets/projects/synthetic/gradle-all-dependencies-expected-result-with-curations.yml @@ -227,255 +227,245 @@ analyzer: \ are defined." severity: "ERROR" packages: - - metadata: - id: "Maven:junit:junit:4.12" - purl: "pkg:maven/junit/junit@4.12" - authors: - - "David Saff" - - "JUnit" - - "Kevin Cooney" - - "Marc Philipp" - - "Stefan Birkner" - declared_licenses: - - "Eclipse Public License 1.0" - declared_licenses_processed: - spdx_expression: "EPL-1.0" - mapped: - Eclipse Public License 1.0: "EPL-1.0" - description: "JUnit is a unit testing framework for Java, created by Erich\ - \ Gamma and Kent Beck." - homepage_url: "http://junit.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar" - hash: - value: "2973d150c0dc1fefe998f834810d68f278ea58ec" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12-sources.jar" - hash: - value: "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/junit-team/junit.git" - revision: "r4.12" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/junit-team/junit.git" - revision: "r4.12" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.commons:commons-lang3:3.5" - purl: "pkg:maven/org.apache.commons/commons-lang3@3.5" - authors: - - "Benedikt Ritter" - - "Carman Consulting, Inc." - - "CollabNet, Inc." - - "Duncan Jones" - - "Fredrik Westermarck" - - "Gary D. Gregory" - - "Henri Yandell" - - "Joerg Schaible" - - "Loic Guibert" - - "Matt Benson" - - "Niall Pemberton" - - "Oliver Heger" - - "Paul Benedict" - - "Rob Tompkins" - - "Robert Burrell Donkin" - - "SITA ATS Ltd" - - "Steven Caswell" - - "The Apache Software Foundation" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "Apache Commons Lang, a package of Java utility classes for the\n\ - \ classes that are in java.lang's hierarchy, or are considered to be so\n\ - \ standard as to justify existence in java.lang." - homepage_url: "http://commons.apache.org/proper/commons-lang/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar" - hash: - value: "6c6c702c89bfff3cd9e80b04d668c5e190d588c6" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5-sources.jar" - hash: - value: "f7d878153e86a1cdddf6b37850e00a9f8bff726f" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "http://git-wip-us.apache.org/repos/asf/commons-lang.git" - revision: "LANG_3_5" - path: "" - vcs_processed: - type: "Git" - url: "http://git-wip-us.apache.org/repos/asf/commons-lang.git" - revision: "LANG_3_5" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.commons:commons-text:1.1" - purl: "pkg:maven/org.apache.commons/commons-text@1.1" - authors: - - "Benedikt Ritter" - - "Bruno P. Kinoshita" - - "Gary Gregory" - - "Rob Tompkins" - - "The Apache Software Foundation" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "Apache Commons Text is a library focused on algorithms working\ - \ on strings." - homepage_url: "http://commons.apache.org/proper/commons-text/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1.jar" - hash: - value: "c336bf600f44b88af356c8a85eef4af822b06a4d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar" - hash: - value: "f0770f7f0472bf120ada47beecadce4056fbd20a" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "http://git-wip-us.apache.org/repos/asf/commons-text.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "http://git-wip-us.apache.org/repos/asf/commons-text.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.struts:struts2-assembly:2.5.14.1" - purl: "pkg:maven/org.apache.struts/struts2-assembly@2.5.14.1" - authors: - - "Aleksandr Mashchenko" - - "Alexandru Popescu" - - "Apache Software Foundation" - - "Bob Lee" - - "Bruce A. Phillips" - - "Cedric Dumoulin" - - "Christian Grobmeier" - - "Christoph Nenning" - - "Dave Newton" - - "David H. DeWolf" - - "Don Brown" - - "Greg Huber" - - "James Holmes" - - "James Mitchell" - - "Jeromy Evans" - - "Johannes Geppert" - - "John Lindal" - - "Laurie Harper" - - "Lukasz Lenart" - - "Martin Cooper" - - "Mathias Bogaert" - - "Matt Raible" - - "Maurizio Cucchiara" - - "Michael Jouravlev" - - "Niall Pemberton" - - "Nils-Helge Garli Hegvik" - - "Paul Benedict" - - "Rainer Hermanns" - - "Rene Gielen" - - "Ted Husted" - - "Toby Jee" - - "Wendy Smoak" - - "Wes Wannemacher" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Apache Struts 2" - homepage_url: "http://struts.apache.org/struts2-assembly/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/struts/struts2-assembly/2.5.14.1/struts2-assembly-2.5.14.1-min-lib.zip" - hash: - value: "8e75a38e3b8ceb01e007c5899d8d29e7a075cb7d" - algorithm: "SHA-1" - source_artifact: - url: "" - hash: - value: "" - algorithm: "" - vcs: - type: "Git" - url: "https://gitbox.apache.org/repos/asf/struts.git" - revision: "STRUTS_2_5_14_1" - path: "" - vcs_processed: - type: "Git" - url: "https://gitbox.apache.org/repos/asf/struts.git" - revision: "STRUTS_2_5_14_1" - path: "" - is_metadata_only: true - curations: [] - - metadata: - id: "Maven:org.hamcrest:hamcrest-core:1.3" - purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3" - authors: - - "Joe Walnes" - - "Nat Pryce" - - "Neil Dunn" - - "Steve Freeman" - - "Tom Denley" - declared_licenses: - - "New BSD License" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - New BSD License: "BSD-3-Clause" - description: "Curated description." - homepage_url: "http://hamcrest.org/JavaHamcrest/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" - hash: - value: "42a25dc3219429f0e5d060061f71acb49bf010a0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" - hash: - value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:hamcrest/JavaHamcrest.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/hamcrest/JavaHamcrest.git" - revision: "" - path: "" - curations: - - base: - homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core" - curation: - comment: "Use the actual homepage instead of the GitHub page." - homepage_url: "http://hamcrest.org/JavaHamcrest/" - - base: - description: "This is the core API of hamcrest matcher framework to be used\ - \ by third-party framework providers. This includes the a foundation set\ - \ of matcher implementations for common operations." - curation: - comment: "Fix description." - description: "Curated description." + - id: "Maven:junit:junit:4.12" + purl: "pkg:maven/junit/junit@4.12" + authors: + - "David Saff" + - "JUnit" + - "Kevin Cooney" + - "Marc Philipp" + - "Stefan Birkner" + declared_licenses: + - "Eclipse Public License 1.0" + declared_licenses_processed: + spdx_expression: "EPL-1.0" + mapped: + Eclipse Public License 1.0: "EPL-1.0" + description: "JUnit is a unit testing framework for Java, created by Erich Gamma\ + \ and Kent Beck." + homepage_url: "http://junit.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar" + hash: + value: "2973d150c0dc1fefe998f834810d68f278ea58ec" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12-sources.jar" + hash: + value: "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/junit-team/junit.git" + revision: "r4.12" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/junit-team/junit.git" + revision: "r4.12" + path: "" + - id: "Maven:org.apache.commons:commons-lang3:3.5" + purl: "pkg:maven/org.apache.commons/commons-lang3@3.5" + authors: + - "Benedikt Ritter" + - "Carman Consulting, Inc." + - "CollabNet, Inc." + - "Duncan Jones" + - "Fredrik Westermarck" + - "Gary D. Gregory" + - "Henri Yandell" + - "Joerg Schaible" + - "Loic Guibert" + - "Matt Benson" + - "Niall Pemberton" + - "Oliver Heger" + - "Paul Benedict" + - "Rob Tompkins" + - "Robert Burrell Donkin" + - "SITA ATS Ltd" + - "Steven Caswell" + - "The Apache Software Foundation" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "Apache Commons Lang, a package of Java utility classes for the\n\ + \ classes that are in java.lang's hierarchy, or are considered to be so\n\ + \ standard as to justify existence in java.lang." + homepage_url: "http://commons.apache.org/proper/commons-lang/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar" + hash: + value: "6c6c702c89bfff3cd9e80b04d668c5e190d588c6" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5-sources.jar" + hash: + value: "f7d878153e86a1cdddf6b37850e00a9f8bff726f" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "http://git-wip-us.apache.org/repos/asf/commons-lang.git" + revision: "LANG_3_5" + path: "" + vcs_processed: + type: "Git" + url: "http://git-wip-us.apache.org/repos/asf/commons-lang.git" + revision: "LANG_3_5" + path: "" + - id: "Maven:org.apache.commons:commons-text:1.1" + purl: "pkg:maven/org.apache.commons/commons-text@1.1" + authors: + - "Benedikt Ritter" + - "Bruno P. Kinoshita" + - "Gary Gregory" + - "Rob Tompkins" + - "The Apache Software Foundation" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "Apache Commons Text is a library focused on algorithms working\ + \ on strings." + homepage_url: "http://commons.apache.org/proper/commons-text/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1.jar" + hash: + value: "c336bf600f44b88af356c8a85eef4af822b06a4d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar" + hash: + value: "f0770f7f0472bf120ada47beecadce4056fbd20a" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "http://git-wip-us.apache.org/repos/asf/commons-text.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "http://git-wip-us.apache.org/repos/asf/commons-text.git" + revision: "" + path: "" + - id: "Maven:org.apache.struts:struts2-assembly:2.5.14.1" + purl: "pkg:maven/org.apache.struts/struts2-assembly@2.5.14.1" + authors: + - "Aleksandr Mashchenko" + - "Alexandru Popescu" + - "Apache Software Foundation" + - "Bob Lee" + - "Bruce A. Phillips" + - "Cedric Dumoulin" + - "Christian Grobmeier" + - "Christoph Nenning" + - "Dave Newton" + - "David H. DeWolf" + - "Don Brown" + - "Greg Huber" + - "James Holmes" + - "James Mitchell" + - "Jeromy Evans" + - "Johannes Geppert" + - "John Lindal" + - "Laurie Harper" + - "Lukasz Lenart" + - "Martin Cooper" + - "Mathias Bogaert" + - "Matt Raible" + - "Maurizio Cucchiara" + - "Michael Jouravlev" + - "Niall Pemberton" + - "Nils-Helge Garli Hegvik" + - "Paul Benedict" + - "Rainer Hermanns" + - "Rene Gielen" + - "Ted Husted" + - "Toby Jee" + - "Wendy Smoak" + - "Wes Wannemacher" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Apache Struts 2" + homepage_url: "http://struts.apache.org/struts2-assembly/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/struts/struts2-assembly/2.5.14.1/struts2-assembly-2.5.14.1-min-lib.zip" + hash: + value: "8e75a38e3b8ceb01e007c5899d8d29e7a075cb7d" + algorithm: "SHA-1" + source_artifact: + url: "" + hash: + value: "" + algorithm: "" + vcs: + type: "Git" + url: "https://gitbox.apache.org/repos/asf/struts.git" + revision: "STRUTS_2_5_14_1" + path: "" + vcs_processed: + type: "Git" + url: "https://gitbox.apache.org/repos/asf/struts.git" + revision: "STRUTS_2_5_14_1" + path: "" + is_metadata_only: true + - id: "Maven:org.hamcrest:hamcrest-core:1.3" + purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3" + authors: + - "Joe Walnes" + - "Nat Pryce" + - "Neil Dunn" + - "Steve Freeman" + - "Tom Denley" + declared_licenses: + - "New BSD License" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + New BSD License: "BSD-3-Clause" + description: "This is the core API of hamcrest matcher framework to be used\ + \ by third-party framework providers. This includes the a foundation set of\ + \ matcher implementations for common operations." + homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" + hash: + value: "42a25dc3219429f0e5d060061f71acb49bf010a0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" + hash: + value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:hamcrest/JavaHamcrest.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/hamcrest/JavaHamcrest.git" + revision: "" + path: "" has_issues: true scanner: null advisor: null evaluator: null +resolved_configuration: + package_curations: + - id: "Maven:org.hamcrest::" + curations: + comment: "Use the actual homepage instead of the GitHub page." + homepage_url: "http://hamcrest.org/JavaHamcrest/" + - id: "Maven:org.hamcrest:hamcrest-core:" + curations: + comment: "Fix description." + description: "Curated description." diff --git a/analyzer/src/funTest/assets/projects/synthetic/gradle-all-dependencies-expected-result.yml b/analyzer/src/funTest/assets/projects/synthetic/gradle-all-dependencies-expected-result.yml index 5db6649b78d74..67fa2c9114787 100644 --- a/analyzer/src/funTest/assets/projects/synthetic/gradle-all-dependencies-expected-result.yml +++ b/analyzer/src/funTest/assets/projects/synthetic/gradle-all-dependencies-expected-result.yml @@ -227,245 +227,236 @@ analyzer: \ are defined." severity: "ERROR" packages: - - metadata: - id: "Maven:junit:junit:4.12" - purl: "pkg:maven/junit/junit@4.12" - authors: - - "David Saff" - - "JUnit" - - "Kevin Cooney" - - "Marc Philipp" - - "Stefan Birkner" - declared_licenses: - - "Eclipse Public License 1.0" - declared_licenses_processed: - spdx_expression: "EPL-1.0" - mapped: - Eclipse Public License 1.0: "EPL-1.0" - description: "JUnit is a unit testing framework for Java, created by Erich\ - \ Gamma and Kent Beck." - homepage_url: "http://junit.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar" - hash: - value: "2973d150c0dc1fefe998f834810d68f278ea58ec" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12-sources.jar" - hash: - value: "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/junit-team/junit.git" - revision: "r4.12" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/junit-team/junit.git" - revision: "r4.12" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.commons:commons-lang3:3.5" - purl: "pkg:maven/org.apache.commons/commons-lang3@3.5" - authors: - - "Benedikt Ritter" - - "Carman Consulting, Inc." - - "CollabNet, Inc." - - "Duncan Jones" - - "Fredrik Westermarck" - - "Gary D. Gregory" - - "Henri Yandell" - - "Joerg Schaible" - - "Loic Guibert" - - "Matt Benson" - - "Niall Pemberton" - - "Oliver Heger" - - "Paul Benedict" - - "Rob Tompkins" - - "Robert Burrell Donkin" - - "SITA ATS Ltd" - - "Steven Caswell" - - "The Apache Software Foundation" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "Apache Commons Lang, a package of Java utility classes for the\n\ - \ classes that are in java.lang's hierarchy, or are considered to be so\n\ - \ standard as to justify existence in java.lang." - homepage_url: "http://commons.apache.org/proper/commons-lang/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar" - hash: - value: "6c6c702c89bfff3cd9e80b04d668c5e190d588c6" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5-sources.jar" - hash: - value: "f7d878153e86a1cdddf6b37850e00a9f8bff726f" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "http://git-wip-us.apache.org/repos/asf/commons-lang.git" - revision: "LANG_3_5" - path: "" - vcs_processed: - type: "Git" - url: "http://git-wip-us.apache.org/repos/asf/commons-lang.git" - revision: "LANG_3_5" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.commons:commons-text:1.1" - purl: "pkg:maven/org.apache.commons/commons-text@1.1" - authors: - - "Benedikt Ritter" - - "Bruno P. Kinoshita" - - "Gary Gregory" - - "Rob Tompkins" - - "The Apache Software Foundation" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "Apache Commons Text is a library focused on algorithms working\ - \ on strings." - homepage_url: "http://commons.apache.org/proper/commons-text/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1.jar" - hash: - value: "c336bf600f44b88af356c8a85eef4af822b06a4d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar" - hash: - value: "f0770f7f0472bf120ada47beecadce4056fbd20a" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "http://git-wip-us.apache.org/repos/asf/commons-text.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "http://git-wip-us.apache.org/repos/asf/commons-text.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.struts:struts2-assembly:2.5.14.1" - purl: "pkg:maven/org.apache.struts/struts2-assembly@2.5.14.1" - authors: - - "Aleksandr Mashchenko" - - "Alexandru Popescu" - - "Apache Software Foundation" - - "Bob Lee" - - "Bruce A. Phillips" - - "Cedric Dumoulin" - - "Christian Grobmeier" - - "Christoph Nenning" - - "Dave Newton" - - "David H. DeWolf" - - "Don Brown" - - "Greg Huber" - - "James Holmes" - - "James Mitchell" - - "Jeromy Evans" - - "Johannes Geppert" - - "John Lindal" - - "Laurie Harper" - - "Lukasz Lenart" - - "Martin Cooper" - - "Mathias Bogaert" - - "Matt Raible" - - "Maurizio Cucchiara" - - "Michael Jouravlev" - - "Niall Pemberton" - - "Nils-Helge Garli Hegvik" - - "Paul Benedict" - - "Rainer Hermanns" - - "Rene Gielen" - - "Ted Husted" - - "Toby Jee" - - "Wendy Smoak" - - "Wes Wannemacher" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Apache Struts 2" - homepage_url: "http://struts.apache.org/struts2-assembly/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/struts/struts2-assembly/2.5.14.1/struts2-assembly-2.5.14.1-min-lib.zip" - hash: - value: "8e75a38e3b8ceb01e007c5899d8d29e7a075cb7d" - algorithm: "SHA-1" - source_artifact: - url: "" - hash: - value: "" - algorithm: "" - vcs: - type: "Git" - url: "https://gitbox.apache.org/repos/asf/struts.git" - revision: "STRUTS_2_5_14_1" - path: "" - vcs_processed: - type: "Git" - url: "https://gitbox.apache.org/repos/asf/struts.git" - revision: "STRUTS_2_5_14_1" - path: "" - is_metadata_only: true - curations: [] - - metadata: - id: "Maven:org.hamcrest:hamcrest-core:1.3" - purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3" - authors: - - "Joe Walnes" - - "Nat Pryce" - - "Neil Dunn" - - "Steve Freeman" - - "Tom Denley" - declared_licenses: - - "New BSD License" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - New BSD License: "BSD-3-Clause" - description: "This is the core API of hamcrest matcher framework to be used\ - \ by third-party framework providers. This includes the a foundation set\ - \ of matcher implementations for common operations." - homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" - hash: - value: "42a25dc3219429f0e5d060061f71acb49bf010a0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" - hash: - value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:hamcrest/JavaHamcrest.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/hamcrest/JavaHamcrest.git" - revision: "" - path: "" - curations: [] + - id: "Maven:junit:junit:4.12" + purl: "pkg:maven/junit/junit@4.12" + authors: + - "David Saff" + - "JUnit" + - "Kevin Cooney" + - "Marc Philipp" + - "Stefan Birkner" + declared_licenses: + - "Eclipse Public License 1.0" + declared_licenses_processed: + spdx_expression: "EPL-1.0" + mapped: + Eclipse Public License 1.0: "EPL-1.0" + description: "JUnit is a unit testing framework for Java, created by Erich Gamma\ + \ and Kent Beck." + homepage_url: "http://junit.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar" + hash: + value: "2973d150c0dc1fefe998f834810d68f278ea58ec" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12-sources.jar" + hash: + value: "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/junit-team/junit.git" + revision: "r4.12" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/junit-team/junit.git" + revision: "r4.12" + path: "" + - id: "Maven:org.apache.commons:commons-lang3:3.5" + purl: "pkg:maven/org.apache.commons/commons-lang3@3.5" + authors: + - "Benedikt Ritter" + - "Carman Consulting, Inc." + - "CollabNet, Inc." + - "Duncan Jones" + - "Fredrik Westermarck" + - "Gary D. Gregory" + - "Henri Yandell" + - "Joerg Schaible" + - "Loic Guibert" + - "Matt Benson" + - "Niall Pemberton" + - "Oliver Heger" + - "Paul Benedict" + - "Rob Tompkins" + - "Robert Burrell Donkin" + - "SITA ATS Ltd" + - "Steven Caswell" + - "The Apache Software Foundation" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "Apache Commons Lang, a package of Java utility classes for the\n\ + \ classes that are in java.lang's hierarchy, or are considered to be so\n\ + \ standard as to justify existence in java.lang." + homepage_url: "http://commons.apache.org/proper/commons-lang/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar" + hash: + value: "6c6c702c89bfff3cd9e80b04d668c5e190d588c6" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5-sources.jar" + hash: + value: "f7d878153e86a1cdddf6b37850e00a9f8bff726f" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "http://git-wip-us.apache.org/repos/asf/commons-lang.git" + revision: "LANG_3_5" + path: "" + vcs_processed: + type: "Git" + url: "http://git-wip-us.apache.org/repos/asf/commons-lang.git" + revision: "LANG_3_5" + path: "" + - id: "Maven:org.apache.commons:commons-text:1.1" + purl: "pkg:maven/org.apache.commons/commons-text@1.1" + authors: + - "Benedikt Ritter" + - "Bruno P. Kinoshita" + - "Gary Gregory" + - "Rob Tompkins" + - "The Apache Software Foundation" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "Apache Commons Text is a library focused on algorithms working\ + \ on strings." + homepage_url: "http://commons.apache.org/proper/commons-text/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1.jar" + hash: + value: "c336bf600f44b88af356c8a85eef4af822b06a4d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar" + hash: + value: "f0770f7f0472bf120ada47beecadce4056fbd20a" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "http://git-wip-us.apache.org/repos/asf/commons-text.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "http://git-wip-us.apache.org/repos/asf/commons-text.git" + revision: "" + path: "" + - id: "Maven:org.apache.struts:struts2-assembly:2.5.14.1" + purl: "pkg:maven/org.apache.struts/struts2-assembly@2.5.14.1" + authors: + - "Aleksandr Mashchenko" + - "Alexandru Popescu" + - "Apache Software Foundation" + - "Bob Lee" + - "Bruce A. Phillips" + - "Cedric Dumoulin" + - "Christian Grobmeier" + - "Christoph Nenning" + - "Dave Newton" + - "David H. DeWolf" + - "Don Brown" + - "Greg Huber" + - "James Holmes" + - "James Mitchell" + - "Jeromy Evans" + - "Johannes Geppert" + - "John Lindal" + - "Laurie Harper" + - "Lukasz Lenart" + - "Martin Cooper" + - "Mathias Bogaert" + - "Matt Raible" + - "Maurizio Cucchiara" + - "Michael Jouravlev" + - "Niall Pemberton" + - "Nils-Helge Garli Hegvik" + - "Paul Benedict" + - "Rainer Hermanns" + - "Rene Gielen" + - "Ted Husted" + - "Toby Jee" + - "Wendy Smoak" + - "Wes Wannemacher" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Apache Struts 2" + homepage_url: "http://struts.apache.org/struts2-assembly/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/struts/struts2-assembly/2.5.14.1/struts2-assembly-2.5.14.1-min-lib.zip" + hash: + value: "8e75a38e3b8ceb01e007c5899d8d29e7a075cb7d" + algorithm: "SHA-1" + source_artifact: + url: "" + hash: + value: "" + algorithm: "" + vcs: + type: "Git" + url: "https://gitbox.apache.org/repos/asf/struts.git" + revision: "STRUTS_2_5_14_1" + path: "" + vcs_processed: + type: "Git" + url: "https://gitbox.apache.org/repos/asf/struts.git" + revision: "STRUTS_2_5_14_1" + path: "" + is_metadata_only: true + - id: "Maven:org.hamcrest:hamcrest-core:1.3" + purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3" + authors: + - "Joe Walnes" + - "Nat Pryce" + - "Neil Dunn" + - "Steve Freeman" + - "Tom Denley" + declared_licenses: + - "New BSD License" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + New BSD License: "BSD-3-Clause" + description: "This is the core API of hamcrest matcher framework to be used\ + \ by third-party framework providers. This includes the a foundation set of\ + \ matcher implementations for common operations." + homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" + hash: + value: "42a25dc3219429f0e5d060061f71acb49bf010a0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" + hash: + value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:hamcrest/JavaHamcrest.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/hamcrest/JavaHamcrest.git" + revision: "" + path: "" has_issues: true scanner: null advisor: null evaluator: null +resolved_configuration: {} diff --git a/analyzer/src/funTest/assets/projects/synthetic/pnpm-workspaces-expected-output.yml b/analyzer/src/funTest/assets/projects/synthetic/pnpm-workspaces-expected-output.yml index f8b85a3255ae7..20f54559f5030 100644 --- a/analyzer/src/funTest/assets/projects/synthetic/pnpm-workspaces-expected-output.yml +++ b/analyzer/src/funTest/assets/projects/synthetic/pnpm-workspaces-expected-output.yml @@ -122,712 +122,669 @@ analyzer: dependencies: - id: "NPM::long:5.2.0" packages: - - metadata: - id: "NPM::ansi-styles:4.3.0" - purl: "pkg:npm/ansi-styles@4.3.0" - authors: - - "Sindre Sorhus" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "ANSI escape codes for styling strings in the terminal" - homepage_url: "https://github.com/chalk/ansi-styles#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" - hash: - value: "edd803628ae71c04c85ae7a0906edad34b648937" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/chalk/ansi-styles.git" - revision: "2d02d5bd070f733179007f0904eb5fb41090395a" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/chalk/ansi-styles.git" - revision: "2d02d5bd070f733179007f0904eb5fb41090395a" - path: "" - curations: [] - - metadata: - id: "NPM::caller-path:0.1.0" - purl: "pkg:npm/caller-path@0.1.0" - authors: - - "Sindre Sorhus" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Get the path of the caller module" - homepage_url: "https://github.com/sindresorhus/caller-path" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz" - hash: - value: "94085ef63581ecd3daa92444a8fe94e82577751f" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/sindresorhus/caller-path" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/sindresorhus/caller-path.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "NPM::callsites:0.2.0" - purl: "pkg:npm/callsites@0.2.0" - authors: - - "Sindre Sorhus" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Get callsites from the V8 stack trace API" - homepage_url: "https://github.com/sindresorhus/callsites" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz" - hash: - value: "afab96262910a7f33c19a5775825c69f34e350ca" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/sindresorhus/callsites" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/sindresorhus/callsites.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "NPM::chalk:4.0.0" - purl: "pkg:npm/chalk@4.0.0" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Terminal string styling done right" - homepage_url: "https://github.com/chalk/chalk#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/chalk/-/chalk-4.0.0.tgz" - hash: - value: "6e98081ed2d17faab615eb52ac66ec1fe6209e72" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/chalk/chalk.git" - revision: "31fa94208034cb7581a81b06045ff2cf51057b40" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/chalk/chalk.git" - revision: "31fa94208034cb7581a81b06045ff2cf51057b40" - path: "" - curations: [] - - metadata: - id: "NPM::chalk:5.0.1" - purl: "pkg:npm/chalk@5.0.1" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Terminal string styling done right" - homepage_url: "https://github.com/chalk/chalk#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz" - hash: - value: "ca57d71e82bb534a296df63bbacc4a1c22b2a4b6" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/chalk/chalk.git" - revision: "bccde97f8a1bb125d4fe99e8fd355182101ff4f2" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/chalk/chalk.git" - revision: "bccde97f8a1bb125d4fe99e8fd355182101ff4f2" - path: "" - curations: [] - - metadata: - id: "NPM::color-convert:2.0.1" - purl: "pkg:npm/color-convert@2.0.1" - authors: - - "Heather Arthur" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Plain color conversion functions" - homepage_url: "https://github.com/Qix-/color-convert#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" - hash: - value: "72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/Qix-/color-convert.git" - revision: "e1cb7846258e1d7aa25873814684d4fbbbca53ed" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/Qix-/color-convert.git" - revision: "e1cb7846258e1d7aa25873814684d4fbbbca53ed" - path: "" - curations: [] - - metadata: - id: "NPM::color-name:1.1.4" - purl: "pkg:npm/color-name@1.1.4" - authors: - - "DY" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "A list of color names and its values" - homepage_url: "https://github.com/colorjs/color-name" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" - hash: - value: "c2a09a87acbde69543de6f63fa3995c826c536a2" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+ssh://git@github.com/colorjs/color-name.git" - revision: "4536ce5944f56659a2dfb2198eaf81b5ad5f2ad9" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/colorjs/color-name.git" - revision: "4536ce5944f56659a2dfb2198eaf81b5ad5f2ad9" - path: "" - curations: [] - - metadata: - id: "NPM::has-flag:4.0.0" - purl: "pkg:npm/has-flag@4.0.0" - authors: - - "Sindre Sorhus" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Check if argv has a specific flag" - homepage_url: "https://github.com/sindresorhus/has-flag#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" - hash: - value: "944771fd9c81c81265c4d6941860da06bb59479b" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/sindresorhus/has-flag.git" - revision: "474aa39afca7333d356c022fc5be4d31732bbba3" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/sindresorhus/has-flag.git" - revision: "474aa39afca7333d356c022fc5be4d31732bbba3" - path: "" - curations: [] - - metadata: - id: "NPM::is-buffer:1.1.6" - purl: "pkg:npm/is-buffer@1.1.6" - authors: - - "Feross Aboukhadijeh" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Determine if an object is a Buffer" - homepage_url: "https://github.com/feross/is-buffer#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz" - hash: - value: "efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/feross/is-buffer.git" - revision: "1e84e7ee31cf6b660b12500f3111a05501da387f" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/feross/is-buffer.git" - revision: "1e84e7ee31cf6b660b12500f3111a05501da387f" - path: "" - curations: [] - - metadata: - id: "NPM::is-even:1.0.0" - purl: "pkg:npm/is-even@1.0.0" - authors: - - "Jon Schlinkert" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Return true if the given number is even." - homepage_url: "https://github.com/jonschlinkert/is-even" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/is-even/-/is-even-1.0.0.tgz" - hash: - value: "76b5055fbad8d294a86b6a949015e1c97b717c06" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/jonschlinkert/is-even.git" - revision: "e87c060bb1c3f5353cd49c45afbe98d1a6c22b89" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/jonschlinkert/is-even.git" - revision: "e87c060bb1c3f5353cd49c45afbe98d1a6c22b89" - path: "" - curations: [] - - metadata: - id: "NPM::is-number:3.0.0" - purl: "pkg:npm/is-number@3.0.0" - authors: - - "Jon Schlinkert" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Returns true if the value is a number. comprehensive tests." - homepage_url: "https://github.com/jonschlinkert/is-number" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz" - hash: - value: "24fd6201a4782cf50561c810276afc7d12d71195" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/jonschlinkert/is-number.git" - revision: "af885e2e890b9ef0875edd2b117305119ee5bdc5" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/jonschlinkert/is-number.git" - revision: "af885e2e890b9ef0875edd2b117305119ee5bdc5" - path: "" - curations: [] - - metadata: - id: "NPM::is-odd:0.1.2" - purl: "pkg:npm/is-odd@0.1.2" - authors: - - "Jon Schlinkert" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Returns true if the given number is odd." - homepage_url: "https://github.com/jonschlinkert/is-odd" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/is-odd/-/is-odd-0.1.2.tgz" - hash: - value: "bc573b5ce371ef2aad6e6f49799b72bef13978a7" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/jonschlinkert/is-odd.git" - revision: "59270f5a05b03bdeb0b06c95d922deb59ae31923" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/jonschlinkert/is-odd.git" - revision: "59270f5a05b03bdeb0b06c95d922deb59ae31923" - path: "" - curations: [] - - metadata: - id: "NPM::json-stable-stringify:1.0.1" - purl: "pkg:npm/json-stable-stringify@1.0.1" - authors: - - "James Halliday" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "deterministic JSON.stringify() with custom sorting to get deterministic\ - \ hashes from stringified results" - homepage_url: "https://github.com/substack/json-stable-stringify" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz" - hash: - value: "9a759d39c5f2ff503fd5300646ed445f88c4f9af" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/substack/json-stable-stringify.git" - revision: "4a3ac9cc006a91e64901f8ebe78d23bf9fc9fbd0" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/substack/json-stable-stringify.git" - revision: "4a3ac9cc006a91e64901f8ebe78d23bf9fc9fbd0" - path: "" - curations: [] - - metadata: - id: "NPM::jsonify:0.0.0" - purl: "pkg:npm/jsonify@0.0.0" - authors: - - "Douglas Crockford" - declared_licenses: - - "Public Domain" - declared_licenses_processed: - spdx_expression: "LicenseRef-scancode-public-domain-disclaimer" - mapped: - Public Domain: "LicenseRef-scancode-public-domain-disclaimer" - description: "JSON without touching any globals" - homepage_url: "https://github.com/ljharb/jsonify#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz" - hash: - value: "2c74b6ee41d93ca51b7b5aaee8f503631d252a73" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/substack/jsonify.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/substack/jsonify.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "NPM::kind-of:3.2.2" - purl: "pkg:npm/kind-of@3.2.2" - authors: - - "Jon Schlinkert" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Get the native type of a value." - homepage_url: "https://github.com/jonschlinkert/kind-of" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz" - hash: - value: "31ea21a734bab9bbb0f32466d893aea51e4a3c64" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/jonschlinkert/kind-of.git" - revision: "0ffe67cf12f5396047c1bacf04232b7deeb24063" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/jonschlinkert/kind-of.git" - revision: "0ffe67cf12f5396047c1bacf04232b7deeb24063" - path: "" - curations: [] - - metadata: - id: "NPM::long:5.2.0" - purl: "pkg:npm/long@5.2.0" - authors: - - "Daniel Wirtz" - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "A Long class for representing a 64-bit two's-complement integer\ - \ value." - homepage_url: "https://github.com/dcodeIO/long.js#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/long/-/long-5.2.0.tgz" - hash: - value: "2696dadf4b4da2ce3f6f6b89186085d94d52fd61" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/dcodeIO/long.js.git" - revision: "088e44e5e3343ef967698565678384fa474b003b" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/dcodeIO/long.js.git" - revision: "088e44e5e3343ef967698565678384fa474b003b" - path: "" - curations: [] - - metadata: - id: "NPM::pnpm-workspaces:1.0.1" - purl: "pkg:npm/pnpm-workspaces@1.0.1" - authors: - - "Marcel Bochtler" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "PNPM workspaces test" - homepage_url: "" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "" - hash: - value: "" - algorithm: "" - vcs: - type: "Git" - url: "" - revision: "" - path: "analyzer/src/funTest/assets/projects/synthetic/pnpm-workspaces" - vcs_processed: - type: "Git" - url: "" - revision: "" - path: "analyzer/src/funTest/assets/projects/synthetic/pnpm-workspaces" - curations: [] - - metadata: - id: "NPM::require-uncached:2.0.0" - purl: "pkg:npm/require-uncached@2.0.0" - authors: - - "Sindre Sorhus" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Require a module bypassing the cache" - homepage_url: "https://github.com/sindresorhus/require-uncached#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/require-uncached/-/require-uncached-2.0.0.tgz" - hash: - value: "ad54186d77fecf07b63d82f8dd7aad448863b06d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/sindresorhus/require-uncached.git" - revision: "c56e296e0028357629ea27c61c591c67e818db5f" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/sindresorhus/require-uncached.git" - revision: "c56e296e0028357629ea27c61c591c67e818db5f" - path: "" - curations: [] - - metadata: - id: "NPM::resolve-from:1.0.1" - purl: "pkg:npm/resolve-from@1.0.1" - authors: - - "Sindre Sorhus" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Resolve the path of a module like require.resolve() but from\ - \ a given path" - homepage_url: "https://github.com/sindresorhus/resolve-from" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz" - hash: - value: "26cbfe935d1aeeeabb29bc3fe5aeb01e93d44226" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://github.com/sindresorhus/resolve-from" - revision: "bae2cf1d66c616ad2eb27e0fe85a10ff0f2dfc92" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/sindresorhus/resolve-from.git" - revision: "bae2cf1d66c616ad2eb27e0fe85a10ff0f2dfc92" - path: "" - curations: [] - - metadata: - id: "NPM::sax:1.2.4" - purl: "pkg:npm/sax@1.2.4" - authors: - - "Isaac Z. Schlueter" - declared_licenses: - - "ISC" - declared_licenses_processed: - spdx_expression: "ISC" - description: "An evented streaming XML parser in JavaScript" - homepage_url: "https://github.com/isaacs/sax-js#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz" - hash: - value: "2816234e2378bddc4e5354fab5caa895df7100d9" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/isaacs/sax-js.git" - revision: "5aee2163d55cff24b817bbf550bac44841f9df45" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/isaacs/sax-js.git" - revision: "5aee2163d55cff24b817bbf550bac44841f9df45" - path: "" - curations: [] - - metadata: - id: "NPM::supports-color:7.2.0" - purl: "pkg:npm/supports-color@7.2.0" - authors: - - "Sindre Sorhus" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Detect whether a terminal supports color" - homepage_url: "https://github.com/chalk/supports-color#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" - hash: - value: "1b7dcdcb32b8138801b3e478ba6a51caa89648da" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/chalk/supports-color.git" - revision: "c5edf46896d1fc1826cb1183a60d61eecb65d749" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/chalk/supports-color.git" - revision: "c5edf46896d1fc1826cb1183a60d61eecb65d749" - path: "" - curations: [] - - metadata: - id: "NPM::testing-pnpm-package-a:1.0.2" - purl: "pkg:npm/testing-pnpm-package-a@1.0.2" - authors: - - "Marcel Bochtler" - declared_licenses: - - "ISC" - declared_licenses_processed: - spdx_expression: "ISC" - description: "" - homepage_url: "" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "" - hash: - value: "" - algorithm: "" - vcs: - type: "Git" - url: "" - revision: "" - path: "analyzer/src/funTest/assets/projects/synthetic/pnpm-workspaces/src/packages/package-a" - vcs_processed: - type: "Git" - url: "" - revision: "" - path: "analyzer/src/funTest/assets/projects/synthetic/pnpm-workspaces/src/packages/package-a" - curations: [] + - id: "NPM::ansi-styles:4.3.0" + purl: "pkg:npm/ansi-styles@4.3.0" + authors: + - "Sindre Sorhus" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "ANSI escape codes for styling strings in the terminal" + homepage_url: "https://github.com/chalk/ansi-styles#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" + hash: + value: "edd803628ae71c04c85ae7a0906edad34b648937" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/chalk/ansi-styles.git" + revision: "2d02d5bd070f733179007f0904eb5fb41090395a" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/chalk/ansi-styles.git" + revision: "2d02d5bd070f733179007f0904eb5fb41090395a" + path: "" + - id: "NPM::caller-path:0.1.0" + purl: "pkg:npm/caller-path@0.1.0" + authors: + - "Sindre Sorhus" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Get the path of the caller module" + homepage_url: "https://github.com/sindresorhus/caller-path" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz" + hash: + value: "94085ef63581ecd3daa92444a8fe94e82577751f" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/sindresorhus/caller-path" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/sindresorhus/caller-path.git" + revision: "" + path: "" + - id: "NPM::callsites:0.2.0" + purl: "pkg:npm/callsites@0.2.0" + authors: + - "Sindre Sorhus" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Get callsites from the V8 stack trace API" + homepage_url: "https://github.com/sindresorhus/callsites" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz" + hash: + value: "afab96262910a7f33c19a5775825c69f34e350ca" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/sindresorhus/callsites" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/sindresorhus/callsites.git" + revision: "" + path: "" + - id: "NPM::chalk:4.0.0" + purl: "pkg:npm/chalk@4.0.0" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Terminal string styling done right" + homepage_url: "https://github.com/chalk/chalk#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/chalk/-/chalk-4.0.0.tgz" + hash: + value: "6e98081ed2d17faab615eb52ac66ec1fe6209e72" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/chalk/chalk.git" + revision: "31fa94208034cb7581a81b06045ff2cf51057b40" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/chalk/chalk.git" + revision: "31fa94208034cb7581a81b06045ff2cf51057b40" + path: "" + - id: "NPM::chalk:5.0.1" + purl: "pkg:npm/chalk@5.0.1" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Terminal string styling done right" + homepage_url: "https://github.com/chalk/chalk#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz" + hash: + value: "ca57d71e82bb534a296df63bbacc4a1c22b2a4b6" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/chalk/chalk.git" + revision: "bccde97f8a1bb125d4fe99e8fd355182101ff4f2" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/chalk/chalk.git" + revision: "bccde97f8a1bb125d4fe99e8fd355182101ff4f2" + path: "" + - id: "NPM::color-convert:2.0.1" + purl: "pkg:npm/color-convert@2.0.1" + authors: + - "Heather Arthur" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Plain color conversion functions" + homepage_url: "https://github.com/Qix-/color-convert#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" + hash: + value: "72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/Qix-/color-convert.git" + revision: "e1cb7846258e1d7aa25873814684d4fbbbca53ed" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/Qix-/color-convert.git" + revision: "e1cb7846258e1d7aa25873814684d4fbbbca53ed" + path: "" + - id: "NPM::color-name:1.1.4" + purl: "pkg:npm/color-name@1.1.4" + authors: + - "DY" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "A list of color names and its values" + homepage_url: "https://github.com/colorjs/color-name" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" + hash: + value: "c2a09a87acbde69543de6f63fa3995c826c536a2" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+ssh://git@github.com/colorjs/color-name.git" + revision: "4536ce5944f56659a2dfb2198eaf81b5ad5f2ad9" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/colorjs/color-name.git" + revision: "4536ce5944f56659a2dfb2198eaf81b5ad5f2ad9" + path: "" + - id: "NPM::has-flag:4.0.0" + purl: "pkg:npm/has-flag@4.0.0" + authors: + - "Sindre Sorhus" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Check if argv has a specific flag" + homepage_url: "https://github.com/sindresorhus/has-flag#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" + hash: + value: "944771fd9c81c81265c4d6941860da06bb59479b" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/sindresorhus/has-flag.git" + revision: "474aa39afca7333d356c022fc5be4d31732bbba3" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/sindresorhus/has-flag.git" + revision: "474aa39afca7333d356c022fc5be4d31732bbba3" + path: "" + - id: "NPM::is-buffer:1.1.6" + purl: "pkg:npm/is-buffer@1.1.6" + authors: + - "Feross Aboukhadijeh" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Determine if an object is a Buffer" + homepage_url: "https://github.com/feross/is-buffer#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz" + hash: + value: "efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/feross/is-buffer.git" + revision: "1e84e7ee31cf6b660b12500f3111a05501da387f" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/feross/is-buffer.git" + revision: "1e84e7ee31cf6b660b12500f3111a05501da387f" + path: "" + - id: "NPM::is-even:1.0.0" + purl: "pkg:npm/is-even@1.0.0" + authors: + - "Jon Schlinkert" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Return true if the given number is even." + homepage_url: "https://github.com/jonschlinkert/is-even" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/is-even/-/is-even-1.0.0.tgz" + hash: + value: "76b5055fbad8d294a86b6a949015e1c97b717c06" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/jonschlinkert/is-even.git" + revision: "e87c060bb1c3f5353cd49c45afbe98d1a6c22b89" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/jonschlinkert/is-even.git" + revision: "e87c060bb1c3f5353cd49c45afbe98d1a6c22b89" + path: "" + - id: "NPM::is-number:3.0.0" + purl: "pkg:npm/is-number@3.0.0" + authors: + - "Jon Schlinkert" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Returns true if the value is a number. comprehensive tests." + homepage_url: "https://github.com/jonschlinkert/is-number" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz" + hash: + value: "24fd6201a4782cf50561c810276afc7d12d71195" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/jonschlinkert/is-number.git" + revision: "af885e2e890b9ef0875edd2b117305119ee5bdc5" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/jonschlinkert/is-number.git" + revision: "af885e2e890b9ef0875edd2b117305119ee5bdc5" + path: "" + - id: "NPM::is-odd:0.1.2" + purl: "pkg:npm/is-odd@0.1.2" + authors: + - "Jon Schlinkert" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Returns true if the given number is odd." + homepage_url: "https://github.com/jonschlinkert/is-odd" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/is-odd/-/is-odd-0.1.2.tgz" + hash: + value: "bc573b5ce371ef2aad6e6f49799b72bef13978a7" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/jonschlinkert/is-odd.git" + revision: "59270f5a05b03bdeb0b06c95d922deb59ae31923" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/jonschlinkert/is-odd.git" + revision: "59270f5a05b03bdeb0b06c95d922deb59ae31923" + path: "" + - id: "NPM::json-stable-stringify:1.0.1" + purl: "pkg:npm/json-stable-stringify@1.0.1" + authors: + - "James Halliday" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "deterministic JSON.stringify() with custom sorting to get deterministic\ + \ hashes from stringified results" + homepage_url: "https://github.com/substack/json-stable-stringify" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz" + hash: + value: "9a759d39c5f2ff503fd5300646ed445f88c4f9af" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/substack/json-stable-stringify.git" + revision: "4a3ac9cc006a91e64901f8ebe78d23bf9fc9fbd0" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/substack/json-stable-stringify.git" + revision: "4a3ac9cc006a91e64901f8ebe78d23bf9fc9fbd0" + path: "" + - id: "NPM::jsonify:0.0.0" + purl: "pkg:npm/jsonify@0.0.0" + authors: + - "Douglas Crockford" + declared_licenses: + - "Public Domain" + declared_licenses_processed: + spdx_expression: "LicenseRef-scancode-public-domain-disclaimer" + mapped: + Public Domain: "LicenseRef-scancode-public-domain-disclaimer" + description: "JSON without touching any globals" + homepage_url: "https://github.com/ljharb/jsonify#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz" + hash: + value: "2c74b6ee41d93ca51b7b5aaee8f503631d252a73" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/substack/jsonify.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/substack/jsonify.git" + revision: "" + path: "" + - id: "NPM::kind-of:3.2.2" + purl: "pkg:npm/kind-of@3.2.2" + authors: + - "Jon Schlinkert" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Get the native type of a value." + homepage_url: "https://github.com/jonschlinkert/kind-of" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz" + hash: + value: "31ea21a734bab9bbb0f32466d893aea51e4a3c64" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/jonschlinkert/kind-of.git" + revision: "0ffe67cf12f5396047c1bacf04232b7deeb24063" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/jonschlinkert/kind-of.git" + revision: "0ffe67cf12f5396047c1bacf04232b7deeb24063" + path: "" + - id: "NPM::long:5.2.0" + purl: "pkg:npm/long@5.2.0" + authors: + - "Daniel Wirtz" + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "A Long class for representing a 64-bit two's-complement integer\ + \ value." + homepage_url: "https://github.com/dcodeIO/long.js#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/long/-/long-5.2.0.tgz" + hash: + value: "2696dadf4b4da2ce3f6f6b89186085d94d52fd61" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/dcodeIO/long.js.git" + revision: "088e44e5e3343ef967698565678384fa474b003b" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/dcodeIO/long.js.git" + revision: "088e44e5e3343ef967698565678384fa474b003b" + path: "" + - id: "NPM::pnpm-workspaces:1.0.1" + purl: "pkg:npm/pnpm-workspaces@1.0.1" + authors: + - "Marcel Bochtler" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "PNPM workspaces test" + homepage_url: "" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "" + hash: + value: "" + algorithm: "" + vcs: + type: "Git" + url: "" + revision: "" + path: "analyzer/src/funTest/assets/projects/synthetic/pnpm-workspaces" + vcs_processed: + type: "Git" + url: "" + revision: "" + path: "analyzer/src/funTest/assets/projects/synthetic/pnpm-workspaces" + - id: "NPM::require-uncached:2.0.0" + purl: "pkg:npm/require-uncached@2.0.0" + authors: + - "Sindre Sorhus" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Require a module bypassing the cache" + homepage_url: "https://github.com/sindresorhus/require-uncached#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/require-uncached/-/require-uncached-2.0.0.tgz" + hash: + value: "ad54186d77fecf07b63d82f8dd7aad448863b06d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/sindresorhus/require-uncached.git" + revision: "c56e296e0028357629ea27c61c591c67e818db5f" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/sindresorhus/require-uncached.git" + revision: "c56e296e0028357629ea27c61c591c67e818db5f" + path: "" + - id: "NPM::resolve-from:1.0.1" + purl: "pkg:npm/resolve-from@1.0.1" + authors: + - "Sindre Sorhus" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Resolve the path of a module like require.resolve() but from a\ + \ given path" + homepage_url: "https://github.com/sindresorhus/resolve-from" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz" + hash: + value: "26cbfe935d1aeeeabb29bc3fe5aeb01e93d44226" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://github.com/sindresorhus/resolve-from" + revision: "bae2cf1d66c616ad2eb27e0fe85a10ff0f2dfc92" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/sindresorhus/resolve-from.git" + revision: "bae2cf1d66c616ad2eb27e0fe85a10ff0f2dfc92" + path: "" + - id: "NPM::sax:1.2.4" + purl: "pkg:npm/sax@1.2.4" + authors: + - "Isaac Z. Schlueter" + declared_licenses: + - "ISC" + declared_licenses_processed: + spdx_expression: "ISC" + description: "An evented streaming XML parser in JavaScript" + homepage_url: "https://github.com/isaacs/sax-js#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz" + hash: + value: "2816234e2378bddc4e5354fab5caa895df7100d9" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/isaacs/sax-js.git" + revision: "5aee2163d55cff24b817bbf550bac44841f9df45" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/isaacs/sax-js.git" + revision: "5aee2163d55cff24b817bbf550bac44841f9df45" + path: "" + - id: "NPM::supports-color:7.2.0" + purl: "pkg:npm/supports-color@7.2.0" + authors: + - "Sindre Sorhus" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Detect whether a terminal supports color" + homepage_url: "https://github.com/chalk/supports-color#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" + hash: + value: "1b7dcdcb32b8138801b3e478ba6a51caa89648da" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/chalk/supports-color.git" + revision: "c5edf46896d1fc1826cb1183a60d61eecb65d749" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/chalk/supports-color.git" + revision: "c5edf46896d1fc1826cb1183a60d61eecb65d749" + path: "" + - id: "NPM::testing-pnpm-package-a:1.0.2" + purl: "pkg:npm/testing-pnpm-package-a@1.0.2" + authors: + - "Marcel Bochtler" + declared_licenses: + - "ISC" + declared_licenses_processed: + spdx_expression: "ISC" + description: "" + homepage_url: "" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "" + hash: + value: "" + algorithm: "" + vcs: + type: "Git" + url: "" + revision: "" + path: "analyzer/src/funTest/assets/projects/synthetic/pnpm-workspaces/src/packages/package-a" + vcs_processed: + type: "Git" + url: "" + revision: "" + path: "analyzer/src/funTest/assets/projects/synthetic/pnpm-workspaces/src/packages/package-a" has_issues: false scanner: null advisor: null evaluator: null +resolved_configuration: {} diff --git a/analyzer/src/funTest/assets/projects/synthetic/pub-expected-output-multi-module.yml b/analyzer/src/funTest/assets/projects/synthetic/pub-expected-output-multi-module.yml index 0ae4358316e5a..bab2471e7ef17 100644 --- a/analyzer/src/funTest/assets/projects/synthetic/pub-expected-output-multi-module.yml +++ b/analyzer/src/funTest/assets/projects/synthetic/pub-expected-output-multi-module.yml @@ -49,60 +49,56 @@ projects: dependencies: - id: "Pub:collection:collection:1.16.0" packages: -- metadata: - id: "Pub:collection:collection:1.16.0" - purl: "pkg:pub/collection/collection@1.16.0" - declared_licenses: [] - declared_licenses_processed: {} - description: "Collections and utilities functions and classes related to collections." - homepage_url: "" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "" - hash: - value: "" - algorithm: "" - vcs: - type: "Git" - url: "https://github.com/dart-lang/collection.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/dart-lang/collection.git" - revision: "" - path: "" - curations: [] -- metadata: - id: "Pub:typed_data:typed_data:1.3.1" - purl: "pkg:pub/typed_data/typed_data@1.3.1" - declared_licenses: [] - declared_licenses_processed: {} - description: "Utility functions and classes related to the dart:typed_data library." - homepage_url: "" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "" - hash: - value: "" - algorithm: "" - vcs: - type: "Git" - url: "https://github.com/dart-lang/typed_data.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/dart-lang/typed_data.git" - revision: "" - path: "" - curations: [] +- id: "Pub:collection:collection:1.16.0" + purl: "pkg:pub/collection/collection@1.16.0" + declared_licenses: [] + declared_licenses_processed: {} + description: "Collections and utilities functions and classes related to collections." + homepage_url: "" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "" + hash: + value: "" + algorithm: "" + vcs: + type: "Git" + url: "https://github.com/dart-lang/collection.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/dart-lang/collection.git" + revision: "" + path: "" +- id: "Pub:typed_data:typed_data:1.3.1" + purl: "pkg:pub/typed_data/typed_data@1.3.1" + declared_licenses: [] + declared_licenses_processed: {} + description: "Utility functions and classes related to the dart:typed_data library." + homepage_url: "" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "" + hash: + value: "" + algorithm: "" + vcs: + type: "Git" + url: "https://github.com/dart-lang/typed_data.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/dart-lang/typed_data.git" + revision: "" + path: "" has_issues: false diff --git a/analyzer/src/funTest/assets/projects/synthetic/pub-expected-output-with-flutter-android-and-cocoapods.yml b/analyzer/src/funTest/assets/projects/synthetic/pub-expected-output-with-flutter-android-and-cocoapods.yml index 1eba356f0625e..5ca40b9c3504f 100644 --- a/analyzer/src/funTest/assets/projects/synthetic/pub-expected-output-with-flutter-android-and-cocoapods.yml +++ b/analyzer/src/funTest/assets/projects/synthetic/pub-expected-output-with-flutter-android-and-cocoapods.yml @@ -307,1248 +307,1172 @@ projects: dependencies: - id: "Pub:lints:lints:1.0.1" packages: -- metadata: - id: "Maven:androidx.activity:activity:1.0.0" - purl: "pkg:maven/androidx.activity/activity@1.0.0" - authors: - - "The Android Open Source Project" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Provides the base Activity subclass and the relevant hooks to build\ - \ a composable structure on top." - homepage_url: "https://developer.android.com/jetpack/androidx" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://dl.google.com/dl/android/maven2/androidx/activity/activity/1.0.0/activity-1.0.0-sources.jar" - hash: - value: "28eb83e6a29ac3fbb87aa632cfa0e644a313f491" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:androidx.annotation:annotation:1.2.0" - purl: "pkg:maven/androidx.annotation/annotation@1.2.0" - authors: - - "The Android Open Source Project" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "The Support Library is a static library that you can add to your\ - \ Android application in order to use APIs that are either not available for\ - \ older platform versions or utility APIs that aren't a part of the framework\ - \ APIs." - homepage_url: "https://developer.android.com/jetpack/androidx/releases/annotation#1.2.0" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://dl.google.com/dl/android/maven2/androidx/annotation/annotation/1.2.0/annotation-1.2.0-sources.jar" - hash: - value: "8945212022e5276658ab7864714ced3553ea724a" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:androidx.annotation:annotation-experimental:1.1.0" - purl: "pkg:maven/androidx.annotation/annotation-experimental@1.1.0" - authors: - - "The Android Open Source Project" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Java annotation for use on unstable Android API surfaces. When used\ - \ in conjunction with the Experimental annotation lint checks, this annotation\ - \ provides functional parity with Kotlin's Experimental annotation." - homepage_url: "https://developer.android.com/jetpack/androidx/releases/annotation#1.1.0" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://dl.google.com/dl/android/maven2/androidx/annotation/annotation-experimental/1.1.0/annotation-experimental-1.1.0-sources.jar" - hash: - value: "238eb640abf1ca6c952c7cd2e9423fe7f715713f" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:androidx.arch.core:core-common:2.1.0" - purl: "pkg:maven/androidx.arch.core/core-common@2.1.0" - authors: - - "The Android Open Source Project" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Android Arch-Common" - homepage_url: "https://developer.android.com/topic/libraries/architecture/index.html" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://dl.google.com/dl/android/maven2/androidx/arch/core/core-common/2.1.0/core-common-2.1.0-sources.jar" - hash: - value: "80ac2d7c8e6400ce2fbc663cd1a7e1cbef38c4b8" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:androidx.arch.core:core-runtime:2.0.0" - purl: "pkg:maven/androidx.arch.core/core-runtime@2.0.0" - authors: - - "The Android Open Source Project" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Android Arch-Runtime" - homepage_url: "https://developer.android.com/topic/libraries/architecture/index.html" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://dl.google.com/dl/android/maven2/androidx/arch/core/core-runtime/2.0.0/core-runtime-2.0.0-sources.jar" - hash: - value: "bc41b287c95bc50a3cd27cb1b7cfb301805ba7f1" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:androidx.collection:collection:1.1.0" - purl: "pkg:maven/androidx.collection/collection@1.1.0" - authors: - - "The Android Open Source Project" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Standalone efficient collections." - homepage_url: "http://developer.android.com/tools/extras/support-library.html" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://dl.google.com/dl/android/maven2/androidx/collection/collection/1.1.0/collection-1.1.0-sources.jar" - hash: - value: "bae67b0019fbb38498198fcc2d0282a340b71c5b" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:androidx.core:core:1.6.0" - purl: "pkg:maven/androidx.core/core@1.6.0" - authors: - - "The Android Open Source Project" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "The Support Library is a static library that you can add to your\ - \ Android application in order to use APIs that are either not available for\ - \ older platform versions or utility APIs that aren't a part of the framework\ - \ APIs. Compatible on devices running API 14 or later." - homepage_url: "https://developer.android.com/jetpack/androidx/releases/core#1.6.0" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://dl.google.com/dl/android/maven2/androidx/core/core/1.6.0/core-1.6.0-sources.jar" - hash: - value: "7e14a47159a1cd7e5744d0fe465fbc97843d984a" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:androidx.customview:customview:1.0.0" - purl: "pkg:maven/androidx.customview/customview@1.0.0" - authors: - - "The Android Open Source Project" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "The Support Library is a static library that you can add to your\ - \ Android application in order to use APIs that are either not available for\ - \ older platform versions or utility APIs that aren't a part of the framework\ - \ APIs. Compatible on devices running API 14 or later." - homepage_url: "http://developer.android.com/tools/extras/support-library.html" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://dl.google.com/dl/android/maven2/androidx/customview/customview/1.0.0/customview-1.0.0-sources.jar" - hash: - value: "61f6a717d144dff3a6bda413d9abeeb2bca71581" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:androidx.fragment:fragment:1.1.0" - purl: "pkg:maven/androidx.fragment/fragment@1.1.0" - authors: - - "The Android Open Source Project" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "The Support Library is a static library that you can add to your\ - \ Android application in order to use APIs that are either not available for\ - \ older platform versions or utility APIs that aren't a part of the framework\ - \ APIs. Compatible on devices running API 14 or later." - homepage_url: "https://developer.android.com/jetpack/androidx" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://dl.google.com/dl/android/maven2/androidx/fragment/fragment/1.1.0/fragment-1.1.0-sources.jar" - hash: - value: "b9ebb04df2cb0cad4419af3c658690bc82aa5706" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:androidx.lifecycle:lifecycle-common:2.2.0" - purl: "pkg:maven/androidx.lifecycle/lifecycle-common@2.2.0" - authors: - - "The Android Open Source Project" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Android Lifecycle-Common" - homepage_url: "https://developer.android.com/topic/libraries/architecture/index.html" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-common/2.2.0/lifecycle-common-2.2.0-sources.jar" - hash: - value: "d38861c5e1656c5eb1890b1fa149510f38aa5d42" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:androidx.lifecycle:lifecycle-common-java8:2.2.0" - purl: "pkg:maven/androidx.lifecycle/lifecycle-common-java8@2.2.0" - authors: - - "The Android Open Source Project" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Android Lifecycle-Common for Java 8 Language" - homepage_url: "https://developer.android.com/topic/libraries/architecture/index.html" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-common-java8/2.2.0/lifecycle-common-java8-2.2.0-sources.jar" - hash: - value: "777ad8a2c39ec412a8c77a3923ceb536946acb29" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:androidx.lifecycle:lifecycle-livedata:2.0.0" - purl: "pkg:maven/androidx.lifecycle/lifecycle-livedata@2.0.0" - authors: - - "The Android Open Source Project" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Android Lifecycle LiveData" - homepage_url: "https://developer.android.com/topic/libraries/architecture/index.html" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-livedata/2.0.0/lifecycle-livedata-2.0.0-sources.jar" - hash: - value: "740ce61935bd789380c01178bd8ce402402ebd2f" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:androidx.lifecycle:lifecycle-livedata-core:2.0.0" - purl: "pkg:maven/androidx.lifecycle/lifecycle-livedata-core@2.0.0" - authors: - - "The Android Open Source Project" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Android Lifecycle LiveData Core" - homepage_url: "https://developer.android.com/topic/libraries/architecture/index.html" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-livedata-core/2.0.0/lifecycle-livedata-core-2.0.0-sources.jar" - hash: - value: "c158207594782b42f3a2e08a5a029eb3319e4404" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:androidx.lifecycle:lifecycle-runtime:2.2.0" - purl: "pkg:maven/androidx.lifecycle/lifecycle-runtime@2.2.0" - authors: - - "The Android Open Source Project" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Android Lifecycle Runtime" - homepage_url: "https://developer.android.com/topic/libraries/architecture/index.html" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-runtime/2.2.0/lifecycle-runtime-2.2.0-sources.jar" - hash: - value: "bac4e407cc35ca0fcd4c3c18d699fa632475b019" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:androidx.lifecycle:lifecycle-viewmodel:2.1.0" - purl: "pkg:maven/androidx.lifecycle/lifecycle-viewmodel@2.1.0" - authors: - - "The Android Open Source Project" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Android Lifecycle ViewModel" - homepage_url: "https://developer.android.com/topic/libraries/architecture/index.html" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-viewmodel/2.1.0/lifecycle-viewmodel-2.1.0-sources.jar" - hash: - value: "bfd86b9887c2343516f82bed91acbab34a45841d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:androidx.loader:loader:1.0.0" - purl: "pkg:maven/androidx.loader/loader@1.0.0" - authors: - - "The Android Open Source Project" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "The Support Library is a static library that you can add to your\ - \ Android application in order to use APIs that are either not available for\ - \ older platform versions or utility APIs that aren't a part of the framework\ - \ APIs. Compatible on devices running API 14 or later." - homepage_url: "http://developer.android.com/tools/extras/support-library.html" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://dl.google.com/dl/android/maven2/androidx/loader/loader/1.0.0/loader-1.0.0-sources.jar" - hash: - value: "b9ef587f3e46c7fe5b00264989764e43ff45cada" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:androidx.savedstate:savedstate:1.0.0" - purl: "pkg:maven/androidx.savedstate/savedstate@1.0.0" - authors: - - "The Android Open Source Project" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Provides the base Activity subclass and the relevant hooks to build\ - \ a composable structure on top." - homepage_url: "https://developer.android.com/jetpack/androidx" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://dl.google.com/dl/android/maven2/androidx/savedstate/savedstate/1.0.0/savedstate-1.0.0-sources.jar" - hash: - value: "e6daf87ed227a6f80bb8accb466755a5ee01a652" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:androidx.tracing:tracing:1.0.0" - purl: "pkg:maven/androidx.tracing/tracing@1.0.0" - authors: - - "The Android Open Source Project" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Android Tracing" - homepage_url: "https://developer.android.com/jetpack/androidx/releases/tracing#1.0.0" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://dl.google.com/dl/android/maven2/androidx/tracing/tracing/1.0.0/tracing-1.0.0-sources.jar" - hash: - value: "aa6dafdce323d80a993c5427cf81d5072f023c8c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:androidx.versionedparcelable:versionedparcelable:1.1.1" - purl: "pkg:maven/androidx.versionedparcelable/versionedparcelable@1.1.1" - authors: - - "The Android Open Source Project" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Provides a stable but relatively compact binary serialization format\ - \ that can be passed across processes or persisted safely." - homepage_url: "http://developer.android.com/tools/extras/support-library.html" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://dl.google.com/dl/android/maven2/androidx/versionedparcelable/versionedparcelable/1.1.1/versionedparcelable-1.1.1-sources.jar" - hash: - value: "d9085927216387af679d18b6f472bc0fc5c7cc81" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:androidx.viewpager:viewpager:1.0.0" - purl: "pkg:maven/androidx.viewpager/viewpager@1.0.0" - authors: - - "The Android Open Source Project" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "The Support Library is a static library that you can add to your\ - \ Android application in order to use APIs that are either not available for\ - \ older platform versions or utility APIs that aren't a part of the framework\ - \ APIs. Compatible on devices running API 14 or later." - homepage_url: "http://developer.android.com/tools/extras/support-library.html" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://dl.google.com/dl/android/maven2/androidx/viewpager/viewpager/1.0.0/viewpager-1.0.0-sources.jar" - hash: - value: "db045f92188b9d247d5f556866f8861ab68528f0" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:androidx.window:window:1.0.0-beta04" - purl: "pkg:maven/androidx.window/window@1.0.0-beta04" - authors: - - "The Android Open Source Project" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "WindowManager Jetpack library. Currently only provides additional\ - \ functionality on foldable devices." - homepage_url: "https://developer.android.com/jetpack/androidx/releases/window#1.0.0-beta04" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://dl.google.com/dl/android/maven2/androidx/window/window/1.0.0-beta04/window-1.0.0-beta04-sources.jar" - hash: - value: "0c05d535f15eafda40ef406aaa4cb9df2d7f5377" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:androidx.window:window-java:1.0.0-beta04" - purl: "pkg:maven/androidx.window/window-java@1.0.0-beta04" - authors: - - "The Android Open Source Project" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "WindowManager Java Support" - homepage_url: "https://developer.android.com/jetpack/androidx/releases/window#1.0.0-beta04" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://dl.google.com/dl/android/maven2/androidx/window/window-java/1.0.0-beta04/window-java-1.0.0-beta04-sources.jar" - hash: - value: "aebe0d5dd92117437900757652f05fd10dc45382" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://android.googlesource.com/platform/frameworks/support" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:io.flutter:arm64_v8a_release:1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25" - purl: "pkg:maven/io.flutter/arm64_v8a_release@1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25" - declared_licenses: [] - declared_licenses_processed: {} - description: "" - homepage_url: "" - binary_artifact: - url: "https://storage.googleapis.com/download.flutter.io/io/flutter/arm64_v8a_release/1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25/arm64_v8a_release-1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25.jar" - hash: - value: "" - algorithm: "" - source_artifact: - url: "" - hash: - value: "" - algorithm: "" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:io.flutter:armeabi_v7a_release:1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25" - purl: "pkg:maven/io.flutter/armeabi_v7a_release@1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25" - declared_licenses: [] - declared_licenses_processed: {} - description: "" - homepage_url: "" - binary_artifact: - url: "https://storage.googleapis.com/download.flutter.io/io/flutter/armeabi_v7a_release/1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25/armeabi_v7a_release-1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25.jar" - hash: - value: "" - algorithm: "" - source_artifact: - url: "" - hash: - value: "" - algorithm: "" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:io.flutter:flutter_embedding_release:1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25" - purl: "pkg:maven/io.flutter/flutter_embedding_release@1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25" - declared_licenses: [] - declared_licenses_processed: {} - description: "" - homepage_url: "" - binary_artifact: - url: "https://storage.googleapis.com/download.flutter.io/io/flutter/flutter_embedding_release/1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25/flutter_embedding_release-1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25.jar" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://storage.googleapis.com/download.flutter.io/io/flutter/flutter_embedding_release/1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25/flutter_embedding_release-1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25-sources.jar" - hash: - value: "" - algorithm: "" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:io.flutter:x86_64_release:1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25" - purl: "pkg:maven/io.flutter/x86_64_release@1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25" - declared_licenses: [] - declared_licenses_processed: {} - description: "" - homepage_url: "" - binary_artifact: - url: "https://storage.googleapis.com/download.flutter.io/io/flutter/x86_64_release/1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25/x86_64_release-1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25.jar" - hash: - value: "" - algorithm: "" - source_artifact: - url: "" - hash: - value: "" - algorithm: "" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:org.jetbrains:annotations:13.0" - purl: "pkg:maven/org.jetbrains/annotations@13.0" - authors: - - "JetBrains" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "A set of annotations used for code inspection support and code documentation." - homepage_url: "http://www.jetbrains.org" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/jetbrains/annotations/13.0/annotations-13.0-sources.jar" - hash: - value: "5991ca87ef1fb5544943d9abc5a9a37583fabe03" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://github.com/JetBrains/intellij-community.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/JetBrains/intellij-community.git" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:org.jetbrains.kotlin:kotlin-stdlib:1.5.31" - purl: "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.5.31" - authors: - - "JetBrains" - declared_licenses: - - "The Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache License, Version 2.0: "Apache-2.0" - description: "Kotlin Standard Library for JVM" - homepage_url: "https://kotlinlang.org/" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.5.31/kotlin-stdlib-1.5.31-sources.jar" - hash: - value: "70f4e47092d0158a39aafc634ad60b6320c3d6ce" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://github.com/JetBrains/kotlin.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/JetBrains/kotlin.git" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31" - purl: "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.5.31" - authors: - - "JetBrains" - declared_licenses: - - "The Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache License, Version 2.0: "Apache-2.0" - description: "Kotlin Common Standard Library" - homepage_url: "https://kotlinlang.org/" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.5.31/kotlin-stdlib-common-1.5.31-sources.jar" - hash: - value: "ee22598c6d20e94e0fd08cc696f09f83e41b3935" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://github.com/JetBrains/kotlin.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/JetBrains/kotlin.git" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.30" - purl: "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk7@1.5.30" - authors: - - "JetBrains" - declared_licenses: - - "The Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache License, Version 2.0: "Apache-2.0" - description: "Kotlin Standard Library JDK 7 extension" - homepage_url: "https://kotlinlang.org/" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.30/kotlin-stdlib-jdk7-1.5.30-sources.jar" - hash: - value: "ccdfdab71f0f3ba104191d8f673d0620e7ed2e46" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://github.com/JetBrains/kotlin.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/JetBrains/kotlin.git" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.30" - purl: "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.5.30" - authors: - - "JetBrains" - declared_licenses: - - "The Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache License, Version 2.0: "Apache-2.0" - description: "Kotlin Standard Library JDK 8 extension" - homepage_url: "https://kotlinlang.org/" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.30/kotlin-stdlib-jdk8-1.5.30-sources.jar" - hash: - value: "171265ccd1f7a4307c3cb8eedd9115e662013190" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://github.com/JetBrains/kotlin.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/JetBrains/kotlin.git" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2" - purl: "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-android@1.5.2" - authors: - - "JetBrains" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Coroutines support libraries for Kotlin" - homepage_url: "https://github.com/Kotlin/kotlinx.coroutines" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-android/1.5.2/kotlinx-coroutines-android-1.5.2-sources.jar" - hash: - value: "363aa80c0a981d7bcb39bb904145de5b40b862f0" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/Kotlin/kotlinx.coroutines.git" - revision: "" - path: "" - curations: [] -- metadata: - id: "Maven:org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2" - purl: "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core@1.5.2" - authors: - - "JetBrains" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Coroutines support libraries for Kotlin" - homepage_url: "https://github.com/Kotlin/kotlinx.coroutines" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.5.2/kotlinx-coroutines-core-1.5.2-sources.jar" - hash: - value: "eec85c0ad7175c570935d37cfe8a749c57991a53" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/Kotlin/kotlinx.coroutines.git" - revision: "" - path: "" - is_metadata_only: true - curations: [] -- metadata: - id: "Maven:org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2" - purl: "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core-jvm@1.5.2" - authors: - - "JetBrains" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Coroutines support libraries for Kotlin" - homepage_url: "https://github.com/Kotlin/kotlinx.coroutines" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.5.2/kotlinx-coroutines-core-jvm-1.5.2-sources.jar" - hash: - value: "d4724dfd0c4e340e15bd681a47e786bac9fd77a3" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/Kotlin/kotlinx.coroutines.git" - revision: "" - path: "" - curations: [] -- metadata: - id: "Pub:cupertino_icons:cupertino_icons:1.0.3" - purl: "pkg:pub/cupertino_icons/cupertino_icons@1.0.3" - declared_licenses: [] - declared_licenses_processed: {} - description: "Default icons asset for Cupertino widgets based on Apple styled\ - \ icons" - homepage_url: "https://github.com/flutter/packages/tree/master/third_party/packages/cupertino_icons" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "" - hash: - value: "" - algorithm: "" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/flutter/packages.git" - revision: "master" - path: "third_party/packages/cupertino_icons" - curations: [] -- metadata: - id: "Pub:flutter_lints:flutter_lints:1.0.4" - purl: "pkg:pub/flutter_lints/flutter_lints@1.0.4" - declared_licenses: [] - declared_licenses_processed: {} - description: "Recommended lints for Flutter apps, packages, and plugins to encourage\ - \ good coding practices." - homepage_url: "" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "" - hash: - value: "" - algorithm: "" - vcs: - type: "Git" - url: "https://github.com/flutter/packages.git" - revision: "master" - path: "packages/flutter_lints" - vcs_processed: - type: "Git" - url: "https://github.com/flutter/packages.git" - revision: "master" - path: "packages/flutter_lints" - curations: [] -- metadata: - id: "Pub:lints:lints:1.0.1" - purl: "pkg:pub/lints/lints@1.0.1" - declared_licenses: [] - declared_licenses_processed: {} - description: "Official Dart lint rules. Defines the 'core' and 'recommended' set\ - \ of lints suggested by the Dart team." - homepage_url: "https://github.com/dart-lang/lints" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "" - hash: - value: "" - algorithm: "" - vcs: - type: "Git" - url: "https://github.com/dart-lang/lints.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/dart-lang/lints.git" - revision: "" - path: "" - curations: [] +- id: "Maven:androidx.activity:activity:1.0.0" + purl: "pkg:maven/androidx.activity/activity@1.0.0" + authors: + - "The Android Open Source Project" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Provides the base Activity subclass and the relevant hooks to build\ + \ a composable structure on top." + homepage_url: "https://developer.android.com/jetpack/androidx" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://dl.google.com/dl/android/maven2/androidx/activity/activity/1.0.0/activity-1.0.0-sources.jar" + hash: + value: "28eb83e6a29ac3fbb87aa632cfa0e644a313f491" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" +- id: "Maven:androidx.annotation:annotation:1.2.0" + purl: "pkg:maven/androidx.annotation/annotation@1.2.0" + authors: + - "The Android Open Source Project" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "The Support Library is a static library that you can add to your Android\ + \ application in order to use APIs that are either not available for older platform\ + \ versions or utility APIs that aren't a part of the framework APIs." + homepage_url: "https://developer.android.com/jetpack/androidx/releases/annotation#1.2.0" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://dl.google.com/dl/android/maven2/androidx/annotation/annotation/1.2.0/annotation-1.2.0-sources.jar" + hash: + value: "8945212022e5276658ab7864714ced3553ea724a" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" +- id: "Maven:androidx.annotation:annotation-experimental:1.1.0" + purl: "pkg:maven/androidx.annotation/annotation-experimental@1.1.0" + authors: + - "The Android Open Source Project" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Java annotation for use on unstable Android API surfaces. When used\ + \ in conjunction with the Experimental annotation lint checks, this annotation\ + \ provides functional parity with Kotlin's Experimental annotation." + homepage_url: "https://developer.android.com/jetpack/androidx/releases/annotation#1.1.0" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://dl.google.com/dl/android/maven2/androidx/annotation/annotation-experimental/1.1.0/annotation-experimental-1.1.0-sources.jar" + hash: + value: "238eb640abf1ca6c952c7cd2e9423fe7f715713f" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" +- id: "Maven:androidx.arch.core:core-common:2.1.0" + purl: "pkg:maven/androidx.arch.core/core-common@2.1.0" + authors: + - "The Android Open Source Project" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Android Arch-Common" + homepage_url: "https://developer.android.com/topic/libraries/architecture/index.html" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://dl.google.com/dl/android/maven2/androidx/arch/core/core-common/2.1.0/core-common-2.1.0-sources.jar" + hash: + value: "80ac2d7c8e6400ce2fbc663cd1a7e1cbef38c4b8" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" +- id: "Maven:androidx.arch.core:core-runtime:2.0.0" + purl: "pkg:maven/androidx.arch.core/core-runtime@2.0.0" + authors: + - "The Android Open Source Project" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Android Arch-Runtime" + homepage_url: "https://developer.android.com/topic/libraries/architecture/index.html" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://dl.google.com/dl/android/maven2/androidx/arch/core/core-runtime/2.0.0/core-runtime-2.0.0-sources.jar" + hash: + value: "bc41b287c95bc50a3cd27cb1b7cfb301805ba7f1" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" +- id: "Maven:androidx.collection:collection:1.1.0" + purl: "pkg:maven/androidx.collection/collection@1.1.0" + authors: + - "The Android Open Source Project" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Standalone efficient collections." + homepage_url: "http://developer.android.com/tools/extras/support-library.html" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://dl.google.com/dl/android/maven2/androidx/collection/collection/1.1.0/collection-1.1.0-sources.jar" + hash: + value: "bae67b0019fbb38498198fcc2d0282a340b71c5b" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" +- id: "Maven:androidx.core:core:1.6.0" + purl: "pkg:maven/androidx.core/core@1.6.0" + authors: + - "The Android Open Source Project" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "The Support Library is a static library that you can add to your Android\ + \ application in order to use APIs that are either not available for older platform\ + \ versions or utility APIs that aren't a part of the framework APIs. Compatible\ + \ on devices running API 14 or later." + homepage_url: "https://developer.android.com/jetpack/androidx/releases/core#1.6.0" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://dl.google.com/dl/android/maven2/androidx/core/core/1.6.0/core-1.6.0-sources.jar" + hash: + value: "7e14a47159a1cd7e5744d0fe465fbc97843d984a" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" +- id: "Maven:androidx.customview:customview:1.0.0" + purl: "pkg:maven/androidx.customview/customview@1.0.0" + authors: + - "The Android Open Source Project" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "The Support Library is a static library that you can add to your Android\ + \ application in order to use APIs that are either not available for older platform\ + \ versions or utility APIs that aren't a part of the framework APIs. Compatible\ + \ on devices running API 14 or later." + homepage_url: "http://developer.android.com/tools/extras/support-library.html" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://dl.google.com/dl/android/maven2/androidx/customview/customview/1.0.0/customview-1.0.0-sources.jar" + hash: + value: "61f6a717d144dff3a6bda413d9abeeb2bca71581" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" +- id: "Maven:androidx.fragment:fragment:1.1.0" + purl: "pkg:maven/androidx.fragment/fragment@1.1.0" + authors: + - "The Android Open Source Project" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "The Support Library is a static library that you can add to your Android\ + \ application in order to use APIs that are either not available for older platform\ + \ versions or utility APIs that aren't a part of the framework APIs. Compatible\ + \ on devices running API 14 or later." + homepage_url: "https://developer.android.com/jetpack/androidx" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://dl.google.com/dl/android/maven2/androidx/fragment/fragment/1.1.0/fragment-1.1.0-sources.jar" + hash: + value: "b9ebb04df2cb0cad4419af3c658690bc82aa5706" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" +- id: "Maven:androidx.lifecycle:lifecycle-common:2.2.0" + purl: "pkg:maven/androidx.lifecycle/lifecycle-common@2.2.0" + authors: + - "The Android Open Source Project" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Android Lifecycle-Common" + homepage_url: "https://developer.android.com/topic/libraries/architecture/index.html" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-common/2.2.0/lifecycle-common-2.2.0-sources.jar" + hash: + value: "d38861c5e1656c5eb1890b1fa149510f38aa5d42" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" +- id: "Maven:androidx.lifecycle:lifecycle-common-java8:2.2.0" + purl: "pkg:maven/androidx.lifecycle/lifecycle-common-java8@2.2.0" + authors: + - "The Android Open Source Project" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Android Lifecycle-Common for Java 8 Language" + homepage_url: "https://developer.android.com/topic/libraries/architecture/index.html" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-common-java8/2.2.0/lifecycle-common-java8-2.2.0-sources.jar" + hash: + value: "777ad8a2c39ec412a8c77a3923ceb536946acb29" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" +- id: "Maven:androidx.lifecycle:lifecycle-livedata:2.0.0" + purl: "pkg:maven/androidx.lifecycle/lifecycle-livedata@2.0.0" + authors: + - "The Android Open Source Project" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Android Lifecycle LiveData" + homepage_url: "https://developer.android.com/topic/libraries/architecture/index.html" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-livedata/2.0.0/lifecycle-livedata-2.0.0-sources.jar" + hash: + value: "740ce61935bd789380c01178bd8ce402402ebd2f" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" +- id: "Maven:androidx.lifecycle:lifecycle-livedata-core:2.0.0" + purl: "pkg:maven/androidx.lifecycle/lifecycle-livedata-core@2.0.0" + authors: + - "The Android Open Source Project" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Android Lifecycle LiveData Core" + homepage_url: "https://developer.android.com/topic/libraries/architecture/index.html" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-livedata-core/2.0.0/lifecycle-livedata-core-2.0.0-sources.jar" + hash: + value: "c158207594782b42f3a2e08a5a029eb3319e4404" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" +- id: "Maven:androidx.lifecycle:lifecycle-runtime:2.2.0" + purl: "pkg:maven/androidx.lifecycle/lifecycle-runtime@2.2.0" + authors: + - "The Android Open Source Project" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Android Lifecycle Runtime" + homepage_url: "https://developer.android.com/topic/libraries/architecture/index.html" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-runtime/2.2.0/lifecycle-runtime-2.2.0-sources.jar" + hash: + value: "bac4e407cc35ca0fcd4c3c18d699fa632475b019" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" +- id: "Maven:androidx.lifecycle:lifecycle-viewmodel:2.1.0" + purl: "pkg:maven/androidx.lifecycle/lifecycle-viewmodel@2.1.0" + authors: + - "The Android Open Source Project" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Android Lifecycle ViewModel" + homepage_url: "https://developer.android.com/topic/libraries/architecture/index.html" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-viewmodel/2.1.0/lifecycle-viewmodel-2.1.0-sources.jar" + hash: + value: "bfd86b9887c2343516f82bed91acbab34a45841d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" +- id: "Maven:androidx.loader:loader:1.0.0" + purl: "pkg:maven/androidx.loader/loader@1.0.0" + authors: + - "The Android Open Source Project" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "The Support Library is a static library that you can add to your Android\ + \ application in order to use APIs that are either not available for older platform\ + \ versions or utility APIs that aren't a part of the framework APIs. Compatible\ + \ on devices running API 14 or later." + homepage_url: "http://developer.android.com/tools/extras/support-library.html" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://dl.google.com/dl/android/maven2/androidx/loader/loader/1.0.0/loader-1.0.0-sources.jar" + hash: + value: "b9ef587f3e46c7fe5b00264989764e43ff45cada" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" +- id: "Maven:androidx.savedstate:savedstate:1.0.0" + purl: "pkg:maven/androidx.savedstate/savedstate@1.0.0" + authors: + - "The Android Open Source Project" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Provides the base Activity subclass and the relevant hooks to build\ + \ a composable structure on top." + homepage_url: "https://developer.android.com/jetpack/androidx" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://dl.google.com/dl/android/maven2/androidx/savedstate/savedstate/1.0.0/savedstate-1.0.0-sources.jar" + hash: + value: "e6daf87ed227a6f80bb8accb466755a5ee01a652" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" +- id: "Maven:androidx.tracing:tracing:1.0.0" + purl: "pkg:maven/androidx.tracing/tracing@1.0.0" + authors: + - "The Android Open Source Project" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Android Tracing" + homepage_url: "https://developer.android.com/jetpack/androidx/releases/tracing#1.0.0" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://dl.google.com/dl/android/maven2/androidx/tracing/tracing/1.0.0/tracing-1.0.0-sources.jar" + hash: + value: "aa6dafdce323d80a993c5427cf81d5072f023c8c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" +- id: "Maven:androidx.versionedparcelable:versionedparcelable:1.1.1" + purl: "pkg:maven/androidx.versionedparcelable/versionedparcelable@1.1.1" + authors: + - "The Android Open Source Project" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Provides a stable but relatively compact binary serialization format\ + \ that can be passed across processes or persisted safely." + homepage_url: "http://developer.android.com/tools/extras/support-library.html" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://dl.google.com/dl/android/maven2/androidx/versionedparcelable/versionedparcelable/1.1.1/versionedparcelable-1.1.1-sources.jar" + hash: + value: "d9085927216387af679d18b6f472bc0fc5c7cc81" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" +- id: "Maven:androidx.viewpager:viewpager:1.0.0" + purl: "pkg:maven/androidx.viewpager/viewpager@1.0.0" + authors: + - "The Android Open Source Project" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "The Support Library is a static library that you can add to your Android\ + \ application in order to use APIs that are either not available for older platform\ + \ versions or utility APIs that aren't a part of the framework APIs. Compatible\ + \ on devices running API 14 or later." + homepage_url: "http://developer.android.com/tools/extras/support-library.html" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://dl.google.com/dl/android/maven2/androidx/viewpager/viewpager/1.0.0/viewpager-1.0.0-sources.jar" + hash: + value: "db045f92188b9d247d5f556866f8861ab68528f0" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" +- id: "Maven:androidx.window:window:1.0.0-beta04" + purl: "pkg:maven/androidx.window/window@1.0.0-beta04" + authors: + - "The Android Open Source Project" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "WindowManager Jetpack library. Currently only provides additional\ + \ functionality on foldable devices." + homepage_url: "https://developer.android.com/jetpack/androidx/releases/window#1.0.0-beta04" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://dl.google.com/dl/android/maven2/androidx/window/window/1.0.0-beta04/window-1.0.0-beta04-sources.jar" + hash: + value: "0c05d535f15eafda40ef406aaa4cb9df2d7f5377" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" +- id: "Maven:androidx.window:window-java:1.0.0-beta04" + purl: "pkg:maven/androidx.window/window-java@1.0.0-beta04" + authors: + - "The Android Open Source Project" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "WindowManager Java Support" + homepage_url: "https://developer.android.com/jetpack/androidx/releases/window#1.0.0-beta04" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://dl.google.com/dl/android/maven2/androidx/window/window-java/1.0.0-beta04/window-java-1.0.0-beta04-sources.jar" + hash: + value: "aebe0d5dd92117437900757652f05fd10dc45382" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://android.googlesource.com/platform/frameworks/support" + revision: "" + path: "" +- id: "Maven:io.flutter:arm64_v8a_release:1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25" + purl: "pkg:maven/io.flutter/arm64_v8a_release@1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25" + declared_licenses: [] + declared_licenses_processed: {} + description: "" + homepage_url: "" + binary_artifact: + url: "https://storage.googleapis.com/download.flutter.io/io/flutter/arm64_v8a_release/1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25/arm64_v8a_release-1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25.jar" + hash: + value: "" + algorithm: "" + source_artifact: + url: "" + hash: + value: "" + algorithm: "" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" +- id: "Maven:io.flutter:armeabi_v7a_release:1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25" + purl: "pkg:maven/io.flutter/armeabi_v7a_release@1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25" + declared_licenses: [] + declared_licenses_processed: {} + description: "" + homepage_url: "" + binary_artifact: + url: "https://storage.googleapis.com/download.flutter.io/io/flutter/armeabi_v7a_release/1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25/armeabi_v7a_release-1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25.jar" + hash: + value: "" + algorithm: "" + source_artifact: + url: "" + hash: + value: "" + algorithm: "" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" +- id: "Maven:io.flutter:flutter_embedding_release:1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25" + purl: "pkg:maven/io.flutter/flutter_embedding_release@1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25" + declared_licenses: [] + declared_licenses_processed: {} + description: "" + homepage_url: "" + binary_artifact: + url: "https://storage.googleapis.com/download.flutter.io/io/flutter/flutter_embedding_release/1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25/flutter_embedding_release-1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25.jar" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://storage.googleapis.com/download.flutter.io/io/flutter/flutter_embedding_release/1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25/flutter_embedding_release-1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25-sources.jar" + hash: + value: "" + algorithm: "" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" +- id: "Maven:io.flutter:x86_64_release:1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25" + purl: "pkg:maven/io.flutter/x86_64_release@1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25" + declared_licenses: [] + declared_licenses_processed: {} + description: "" + homepage_url: "" + binary_artifact: + url: "https://storage.googleapis.com/download.flutter.io/io/flutter/x86_64_release/1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25/x86_64_release-1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25.jar" + hash: + value: "" + algorithm: "" + source_artifact: + url: "" + hash: + value: "" + algorithm: "" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" +- id: "Maven:org.jetbrains:annotations:13.0" + purl: "pkg:maven/org.jetbrains/annotations@13.0" + authors: + - "JetBrains" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "A set of annotations used for code inspection support and code documentation." + homepage_url: "http://www.jetbrains.org" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/jetbrains/annotations/13.0/annotations-13.0-sources.jar" + hash: + value: "5991ca87ef1fb5544943d9abc5a9a37583fabe03" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://github.com/JetBrains/intellij-community.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/JetBrains/intellij-community.git" + revision: "" + path: "" +- id: "Maven:org.jetbrains.kotlin:kotlin-stdlib:1.5.31" + purl: "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.5.31" + authors: + - "JetBrains" + declared_licenses: + - "The Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache License, Version 2.0: "Apache-2.0" + description: "Kotlin Standard Library for JVM" + homepage_url: "https://kotlinlang.org/" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.5.31/kotlin-stdlib-1.5.31-sources.jar" + hash: + value: "70f4e47092d0158a39aafc634ad60b6320c3d6ce" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://github.com/JetBrains/kotlin.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/JetBrains/kotlin.git" + revision: "" + path: "" +- id: "Maven:org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31" + purl: "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.5.31" + authors: + - "JetBrains" + declared_licenses: + - "The Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache License, Version 2.0: "Apache-2.0" + description: "Kotlin Common Standard Library" + homepage_url: "https://kotlinlang.org/" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.5.31/kotlin-stdlib-common-1.5.31-sources.jar" + hash: + value: "ee22598c6d20e94e0fd08cc696f09f83e41b3935" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://github.com/JetBrains/kotlin.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/JetBrains/kotlin.git" + revision: "" + path: "" +- id: "Maven:org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.30" + purl: "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk7@1.5.30" + authors: + - "JetBrains" + declared_licenses: + - "The Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache License, Version 2.0: "Apache-2.0" + description: "Kotlin Standard Library JDK 7 extension" + homepage_url: "https://kotlinlang.org/" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.30/kotlin-stdlib-jdk7-1.5.30-sources.jar" + hash: + value: "ccdfdab71f0f3ba104191d8f673d0620e7ed2e46" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://github.com/JetBrains/kotlin.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/JetBrains/kotlin.git" + revision: "" + path: "" +- id: "Maven:org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.30" + purl: "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.5.30" + authors: + - "JetBrains" + declared_licenses: + - "The Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache License, Version 2.0: "Apache-2.0" + description: "Kotlin Standard Library JDK 8 extension" + homepage_url: "https://kotlinlang.org/" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.30/kotlin-stdlib-jdk8-1.5.30-sources.jar" + hash: + value: "171265ccd1f7a4307c3cb8eedd9115e662013190" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://github.com/JetBrains/kotlin.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/JetBrains/kotlin.git" + revision: "" + path: "" +- id: "Maven:org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2" + purl: "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-android@1.5.2" + authors: + - "JetBrains" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Coroutines support libraries for Kotlin" + homepage_url: "https://github.com/Kotlin/kotlinx.coroutines" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-android/1.5.2/kotlinx-coroutines-android-1.5.2-sources.jar" + hash: + value: "363aa80c0a981d7bcb39bb904145de5b40b862f0" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/Kotlin/kotlinx.coroutines.git" + revision: "" + path: "" +- id: "Maven:org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2" + purl: "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core@1.5.2" + authors: + - "JetBrains" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Coroutines support libraries for Kotlin" + homepage_url: "https://github.com/Kotlin/kotlinx.coroutines" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.5.2/kotlinx-coroutines-core-1.5.2-sources.jar" + hash: + value: "eec85c0ad7175c570935d37cfe8a749c57991a53" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/Kotlin/kotlinx.coroutines.git" + revision: "" + path: "" + is_metadata_only: true +- id: "Maven:org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2" + purl: "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core-jvm@1.5.2" + authors: + - "JetBrains" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Coroutines support libraries for Kotlin" + homepage_url: "https://github.com/Kotlin/kotlinx.coroutines" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.5.2/kotlinx-coroutines-core-jvm-1.5.2-sources.jar" + hash: + value: "d4724dfd0c4e340e15bd681a47e786bac9fd77a3" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/Kotlin/kotlinx.coroutines.git" + revision: "" + path: "" +- id: "Pub:cupertino_icons:cupertino_icons:1.0.3" + purl: "pkg:pub/cupertino_icons/cupertino_icons@1.0.3" + declared_licenses: [] + declared_licenses_processed: {} + description: "Default icons asset for Cupertino widgets based on Apple styled icons" + homepage_url: "https://github.com/flutter/packages/tree/master/third_party/packages/cupertino_icons" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "" + hash: + value: "" + algorithm: "" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/flutter/packages.git" + revision: "master" + path: "third_party/packages/cupertino_icons" +- id: "Pub:flutter_lints:flutter_lints:1.0.4" + purl: "pkg:pub/flutter_lints/flutter_lints@1.0.4" + declared_licenses: [] + declared_licenses_processed: {} + description: "Recommended lints for Flutter apps, packages, and plugins to encourage\ + \ good coding practices." + homepage_url: "" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "" + hash: + value: "" + algorithm: "" + vcs: + type: "Git" + url: "https://github.com/flutter/packages.git" + revision: "master" + path: "packages/flutter_lints" + vcs_processed: + type: "Git" + url: "https://github.com/flutter/packages.git" + revision: "master" + path: "packages/flutter_lints" +- id: "Pub:lints:lints:1.0.1" + purl: "pkg:pub/lints/lints@1.0.1" + declared_licenses: [] + declared_licenses_processed: {} + description: "Official Dart lint rules. Defines the 'core' and 'recommended' set\ + \ of lints suggested by the Dart team." + homepage_url: "https://github.com/dart-lang/lints" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "" + hash: + value: "" + algorithm: "" + vcs: + type: "Git" + url: "https://github.com/dart-lang/lints.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/dart-lang/lints.git" + revision: "" + path: "" has_issues: false diff --git a/analyzer/src/funTest/assets/projects/synthetic/sbt-http4s-template-expected-output.yml b/analyzer/src/funTest/assets/projects/synthetic/sbt-http4s-template-expected-output.yml index 18f1045edc478..9916f49a70b5c 100644 --- a/analyzer/src/funTest/assets/projects/synthetic/sbt-http4s-template-expected-output.yml +++ b/analyzer/src/funTest/assets/projects/synthetic/sbt-http4s-template-expected-output.yml @@ -108,1701 +108,1616 @@ analyzer: dependencies: - id: "Maven:org.typelevel:cats-effect_2.13:2.3.1" packages: - - metadata: - id: "Maven:ch.qos.logback:logback-classic:1.2.3" - purl: "pkg:maven/ch.qos.logback/logback-classic@1.2.3" - authors: - - "Ceki Gulcu" - - "Joern Huxhorn" - - "QOS.ch" - declared_licenses: - - "Eclipse Public License - v 1.0" - - "GNU Lesser General Public License" - declared_licenses_processed: - spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" - mapped: - Eclipse Public License - v 1.0: "EPL-1.0" - GNU Lesser General Public License: "LGPL-2.1-or-later" - description: "logback-classic module" - homepage_url: "http://logback.qos.ch/logback-classic" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar" - hash: - value: "7c4f3c474fb2c041d8028740440937705ebb473a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar" - hash: - value: "cfd5385e0c5ed1c8a5dce57d86e79cf357153a64" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:ceki/logback.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/ceki/logback.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:ch.qos.logback:logback-core:1.2.3" - purl: "pkg:maven/ch.qos.logback/logback-core@1.2.3" - authors: - - "Ceki Gulcu" - - "Joern Huxhorn" - - "QOS.ch" - declared_licenses: - - "Eclipse Public License - v 1.0" - - "GNU Lesser General Public License" - declared_licenses_processed: - spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" - mapped: - Eclipse Public License - v 1.0: "EPL-1.0" - GNU Lesser General Public License: "LGPL-2.1-or-later" - description: "logback-core module" - homepage_url: "http://logback.qos.ch/logback-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar" - hash: - value: "864344400c3d4d92dfeb0a305dc87d953677c03c" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar" - hash: - value: "3ebabe69eba0196af9ad3a814f723fb720b9101e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:ceki/logback.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/ceki/logback.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:co.fs2:fs2-core_2.13:2.5.0" - purl: "pkg:maven/co.fs2/fs2-core_2.13@2.5.0" - authors: - - "Alissa Pajer" - - "Daniel Spiewak" - - "Daniel Urban" - - "Fabio Labella" - - "Frank Thomas" - - "Functional Streams for Scala" - - "Jed Wesley-Smith" - - "Michael Pilquist" - - "Paul Chiusano" - - "Pavel Chlupáček" - - "Rúnar Ó. Bjarnason" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "fs2-core" - homepage_url: "https://github.com/typelevel/fs2" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/co/fs2/fs2-core_2.13/2.5.0/fs2-core_2.13-2.5.0.jar" - hash: - value: "faf9c3b2084cc228c43c79853e9b4025c22504ac" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/co/fs2/fs2-core_2.13/2.5.0/fs2-core_2.13-2.5.0-sources.jar" - hash: - value: "bbe37c6b4f8093647ebf964968807c76b53ca45e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:typelevel/fs2.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/typelevel/fs2.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:co.fs2:fs2-io_2.13:2.5.0" - purl: "pkg:maven/co.fs2/fs2-io_2.13@2.5.0" - authors: - - "Alissa Pajer" - - "Daniel Spiewak" - - "Daniel Urban" - - "Fabio Labella" - - "Frank Thomas" - - "Functional Streams for Scala" - - "Jed Wesley-Smith" - - "Michael Pilquist" - - "Paul Chiusano" - - "Pavel Chlupáček" - - "Rúnar Ó. Bjarnason" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "fs2-io" - homepage_url: "https://github.com/typelevel/fs2" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/co/fs2/fs2-io_2.13/2.5.0/fs2-io_2.13-2.5.0.jar" - hash: - value: "b168589456bbc5c9a837e4469e26f5194c2d8ae0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/co/fs2/fs2-io_2.13/2.5.0/fs2-io_2.13-2.5.0-sources.jar" - hash: - value: "c15a7e8683b638dca4eae7da8ba25b2d5a2f3cc0" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:typelevel/fs2.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/typelevel/fs2.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.chuusai:shapeless_2.13:2.3.3" - purl: "pkg:maven/com.chuusai/shapeless_2.13@2.3.3" - authors: - - "Miles Sabin" - - "com.chuusai" - declared_licenses: - - "Apache 2" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2: "Apache-2.0" - description: "core" - homepage_url: "https://github.com/milessabin/shapeless" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.13/2.3.3/shapeless_2.13-2.3.3.jar" - hash: - value: "61817a5ac96ba59ce20b9073416c57519be40f41" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.13/2.3.3/shapeless_2.13-2.3.3-sources.jar" - hash: - value: "3544e77678c51f9f255fe22da9775d1d6e845e6d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:milessabin/shapeless.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/milessabin/shapeless.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.twitter:hpack:1.0.2" - purl: "pkg:maven/com.twitter/hpack@1.0.2" - authors: - - "Bill Gallagher" - - "Jeff Pinner" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Header Compression for HTTP/2" - homepage_url: "http://github.com/twitter/hpack/hpack" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/twitter/hpack/1.0.2/hpack-1.0.2.jar" - hash: - value: "67ae8c061a3446e64015712a3aa39d0218340046" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/twitter/hpack/1.0.2/hpack-1.0.2-sources.jar" - hash: - value: "ac70bd5153459920cacb6b8ef8e548df24db97f9" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:twitter/hpack.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/twitter/hpack.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:io.chrisdavenport:unique_2.13:2.0.0" - purl: "pkg:maven/io.chrisdavenport/unique_2.13@2.0.0" - authors: - - "Christopher Davenport" - - "io.chrisdavenport" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "unique" - homepage_url: "https://github.com/ChristopherDavenport/unique" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/io/chrisdavenport/unique_2.13/2.0.0/unique_2.13-2.0.0.jar" - hash: - value: "bf2f1ceb7b8f55a3a3a597d9e0c88bfbdde13706" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/io/chrisdavenport/unique_2.13/2.0.0/unique_2.13-2.0.0-sources.jar" - hash: - value: "9331bf4d030ab2bdfbc5120d7c29fd8b27ea415e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:ChristopherDavenport/unique.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/ChristopherDavenport/unique.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:io.chrisdavenport:vault_2.13:2.0.0" - purl: "pkg:maven/io.chrisdavenport/vault_2.13@2.0.0" - authors: - - "Christopher Davenport" - - "io.chrisdavenport" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "vault" - homepage_url: "https://github.com/ChristopherDavenport/vault" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/io/chrisdavenport/vault_2.13/2.0.0/vault_2.13-2.0.0.jar" - hash: - value: "25652f36cd72d57fad9ab1ccdc0f64210baab035" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/io/chrisdavenport/vault_2.13/2.0.0/vault_2.13-2.0.0-sources.jar" - hash: - value: "0ff21ee0c8cddedf143a2f1615ad44c1d5c3e68e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:ChristopherDavenport/vault.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/ChristopherDavenport/vault.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:io.circe:circe-core_2.13:0.13.0" - purl: "pkg:maven/io.circe/circe-core_2.13@0.13.0" - authors: - - "Travis Brown" - - "io.circe" - declared_licenses: - - "Apache 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2.0: "Apache-2.0" - description: "circe core" - homepage_url: "https://github.com/circe/circe" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/io/circe/circe-core_2.13/0.13.0/circe-core_2.13-0.13.0.jar" - hash: - value: "a11c55979c7036b2be9a16b9175b5a7c31fb2668" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/io/circe/circe-core_2.13/0.13.0/circe-core_2.13-0.13.0-sources.jar" - hash: - value: "88e78140cdd4a8f0496368ec1ef61557d7ce65b6" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:circe/circe.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/circe/circe.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:io.circe:circe-generic_2.13:0.13.0" - purl: "pkg:maven/io.circe/circe-generic_2.13@0.13.0" - authors: - - "Travis Brown" - - "io.circe" - declared_licenses: - - "Apache 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2.0: "Apache-2.0" - description: "circe generic" - homepage_url: "https://github.com/circe/circe" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/io/circe/circe-generic_2.13/0.13.0/circe-generic_2.13-0.13.0.jar" - hash: - value: "4df608e1d03cdd11b4e38aff1c64fd82d1a22e1a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/io/circe/circe-generic_2.13/0.13.0/circe-generic_2.13-0.13.0-sources.jar" - hash: - value: "a7a672047f84386657978c30aaf09ae348a37b86" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:circe/circe.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/circe/circe.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:io.circe:circe-jawn_2.13:0.13.0" - purl: "pkg:maven/io.circe/circe-jawn_2.13@0.13.0" - authors: - - "Travis Brown" - - "io.circe" - declared_licenses: - - "Apache 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2.0: "Apache-2.0" - description: "circe jawn" - homepage_url: "https://github.com/circe/circe" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/io/circe/circe-jawn_2.13/0.13.0/circe-jawn_2.13-0.13.0.jar" - hash: - value: "04e1dd26291c28addfa228256119fba42cc73a03" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/io/circe/circe-jawn_2.13/0.13.0/circe-jawn_2.13-0.13.0-sources.jar" - hash: - value: "d22bf5ec75633d64a332567aea11765d67543c1a" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:circe/circe.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/circe/circe.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:io.circe:circe-numbers_2.13:0.13.0" - purl: "pkg:maven/io.circe/circe-numbers_2.13@0.13.0" - authors: - - "Travis Brown" - - "io.circe" - declared_licenses: - - "Apache 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2.0: "Apache-2.0" - description: "circe numbers" - homepage_url: "https://github.com/circe/circe" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/io/circe/circe-numbers_2.13/0.13.0/circe-numbers_2.13-0.13.0.jar" - hash: - value: "49206744a512c9709a5e0c2e7497475ecba73ebe" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/io/circe/circe-numbers_2.13/0.13.0/circe-numbers_2.13-0.13.0-sources.jar" - hash: - value: "14d9bc2972783b79bc687dd8e48d886477f96461" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:circe/circe.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/circe/circe.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:junit:junit:4.13.1" - purl: "pkg:maven/junit/junit@4.13.1" - authors: - - "David Saff" - - "JUnit" - - "Kevin Cooney" - - "Marc Philipp" - - "Stefan Birkner" - declared_licenses: - - "Eclipse Public License 1.0" - declared_licenses_processed: - spdx_expression: "EPL-1.0" - mapped: - Eclipse Public License 1.0: "EPL-1.0" - description: "JUnit is a unit testing framework for Java, created by Erich\ - \ Gamma and Kent Beck." - homepage_url: "http://junit.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/junit/junit/4.13.1/junit-4.13.1.jar" - hash: - value: "cdd00374f1fee76b11e2a9d127405aa3f6be5b6a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/junit/junit/4.13.1/junit-4.13.1-sources.jar" - hash: - value: "523bdce923a13622132b263550d06519fc591ec4" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/junit-team/junit4.git" - revision: "r4.13.1" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/junit-team/junit4.git" - revision: "r4.13.1" - path: "" - curations: [] - - metadata: - id: "Maven:org.eclipse.jetty.alpn:alpn-api:1.1.3.v20160715" - purl: "pkg:maven/org.eclipse.jetty.alpn/alpn-api@1.1.3.v20160715" - authors: - - "IBM" - - "Intalio Inc." - - "Intalio.com" - - "Michael Gorovoy" - - "Mort Bay Consulting" - - "Simone Bordet" - - "Webtide, LLC" - declared_licenses: - - "Apache Software License - Version 2.0" - - "Eclipse Public License - Version 1.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0 OR EPL-1.0" - mapped: - Apache Software License - Version 2.0: "Apache-2.0" - Eclipse Public License - Version 1.0: "EPL-1.0" - description: "Administrative parent pom for Jetty modules" - homepage_url: "http://www.eclipse.org/jetty/alpn-api" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/eclipse/jetty/alpn/alpn-api/1.1.3.v20160715/alpn-api-1.1.3.v20160715.jar" - hash: - value: "a1bf3a937f91b4c953acd13e8c9552347adc2198" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/eclipse/jetty/alpn/alpn-api/1.1.3.v20160715/alpn-api-1.1.3.v20160715-sources.jar" - hash: - value: "00c4895d0fb6425ff46cbb60d43f4b018e236779" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.alpn.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.alpn.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.hamcrest:hamcrest-core:1.3" - purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3" - authors: - - "Joe Walnes" - - "Nat Pryce" - - "Neil Dunn" - - "Steve Freeman" - - "Tom Denley" - declared_licenses: - - "New BSD License" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - New BSD License: "BSD-3-Clause" - description: "This is the core API of hamcrest matcher framework to be used\ - \ by third-party framework providers. This includes the a foundation set\ - \ of matcher implementations for common operations." - homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" - hash: - value: "42a25dc3219429f0e5d060061f71acb49bf010a0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" - hash: - value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:hamcrest/JavaHamcrest.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/hamcrest/JavaHamcrest.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.http4s:blaze-core_2.13:0.14.14" - purl: "pkg:maven/org.http4s/blaze-core_2.13@0.14.14" - authors: - - "Bryce L. Anderson" - - "Christopher Davenport" - - "Ross A. Baker" - - "http4s.org" - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "NIO Framework for Scala" - homepage_url: "https://github.com/http4s/blaze" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/blaze-core_2.13/0.14.14/blaze-core_2.13-0.14.14.jar" - hash: - value: "34a308b1813b60e875c185d442184ec9ea0e4908" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/blaze-core_2.13/0.14.14/blaze-core_2.13-0.14.14-sources.jar" - hash: - value: "ef634caef56d9a15ce6ae75e74e091ddf6de233a" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://github.com/http4s/blaze.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/http4s/blaze.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.http4s:blaze-http_2.13:0.14.14" - purl: "pkg:maven/org.http4s/blaze-http_2.13@0.14.14" - authors: - - "Bryce L. Anderson" - - "Christopher Davenport" - - "Ross A. Baker" - - "http4s.org" - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "NIO Framework for Scala" - homepage_url: "https://github.com/http4s/blaze" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/blaze-http_2.13/0.14.14/blaze-http_2.13-0.14.14.jar" - hash: - value: "772cc46448194a3af5d9ebe004eb5c3313d80d6e" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/blaze-http_2.13/0.14.14/blaze-http_2.13-0.14.14-sources.jar" - hash: - value: "8788e7ba3f2a61d153d1d6839a53e27b6b17b5ab" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://github.com/http4s/blaze.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/http4s/blaze.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.http4s:http4s-blaze-client_2.13:0.21.16" - purl: "pkg:maven/org.http4s/http4s-blaze-client_2.13@0.21.16" - authors: - - "André Rouel" - - "Arya Irani" - - "Bjørn Madsen" - - "Brad Fritz" - - "Bryce L. Anderson" - - "Carlos Encarnacion" - - "Carlos Quiroz" - - "Christopher Davenport" - - "Fabio Labella" - - "Heikki Vesalainen" - - "Ivan Porto Carrero" - - "Jean-Rémi Desjardins" - - "Jose Cardona" - - "Julien Truffaut" - - "Paulo Siqueira" - - "Rodolfo Hansen" - - "Ross A. Baker" - - "Sheng Chen" - - "Simon Hafner" - - "http4s.org" - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "blaze implementation for http4s clients" - homepage_url: "https://http4s.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-blaze-client_2.13/0.21.16/http4s-blaze-client_2.13-0.21.16.jar" - hash: - value: "7e66a1681fcdd2d607dbb91fb7a8895e582a03aa" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-blaze-client_2.13/0.21.16/http4s-blaze-client_2.13-0.21.16-sources.jar" - hash: - value: "47076aa47b5f0114d4164c1c44d9ad7afb2af3d6" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:http4s/http4s.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/http4s/http4s.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.http4s:http4s-blaze-core_2.13:0.21.16" - purl: "pkg:maven/org.http4s/http4s-blaze-core_2.13@0.21.16" - authors: - - "André Rouel" - - "Arya Irani" - - "Bjørn Madsen" - - "Brad Fritz" - - "Bryce L. Anderson" - - "Carlos Encarnacion" - - "Carlos Quiroz" - - "Christopher Davenport" - - "Fabio Labella" - - "Heikki Vesalainen" - - "Ivan Porto Carrero" - - "Jean-Rémi Desjardins" - - "Jose Cardona" - - "Julien Truffaut" - - "Paulo Siqueira" - - "Rodolfo Hansen" - - "Ross A. Baker" - - "Sheng Chen" - - "Simon Hafner" - - "http4s.org" - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "Base library for binding blaze to http4s clients and servers" - homepage_url: "https://http4s.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-blaze-core_2.13/0.21.16/http4s-blaze-core_2.13-0.21.16.jar" - hash: - value: "f1733a401e6bf1ff460c575fa2fa7087b7ad321d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-blaze-core_2.13/0.21.16/http4s-blaze-core_2.13-0.21.16-sources.jar" - hash: - value: "1d89cb039d3d994700a4c8ba5613f85db5dd9dd8" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:http4s/http4s.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/http4s/http4s.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.http4s:http4s-blaze-server_2.13:0.21.16" - purl: "pkg:maven/org.http4s/http4s-blaze-server_2.13@0.21.16" - authors: - - "André Rouel" - - "Arya Irani" - - "Bjørn Madsen" - - "Brad Fritz" - - "Bryce L. Anderson" - - "Carlos Encarnacion" - - "Carlos Quiroz" - - "Christopher Davenport" - - "Fabio Labella" - - "Heikki Vesalainen" - - "Ivan Porto Carrero" - - "Jean-Rémi Desjardins" - - "Jose Cardona" - - "Julien Truffaut" - - "Paulo Siqueira" - - "Rodolfo Hansen" - - "Ross A. Baker" - - "Sheng Chen" - - "Simon Hafner" - - "http4s.org" - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "blaze implementation for http4s servers" - homepage_url: "https://http4s.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-blaze-server_2.13/0.21.16/http4s-blaze-server_2.13-0.21.16.jar" - hash: - value: "fcf24163a09a6a3b10e5f7e4ba11ae3f68135274" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-blaze-server_2.13/0.21.16/http4s-blaze-server_2.13-0.21.16-sources.jar" - hash: - value: "3694f44147bb216b085a1c9630f5c7872c77a89e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:http4s/http4s.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/http4s/http4s.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.http4s:http4s-circe_2.13:0.21.16" - purl: "pkg:maven/org.http4s/http4s-circe_2.13@0.21.16" - authors: - - "André Rouel" - - "Arya Irani" - - "Bjørn Madsen" - - "Brad Fritz" - - "Bryce L. Anderson" - - "Carlos Encarnacion" - - "Carlos Quiroz" - - "Christopher Davenport" - - "Fabio Labella" - - "Heikki Vesalainen" - - "Ivan Porto Carrero" - - "Jean-Rémi Desjardins" - - "Jose Cardona" - - "Julien Truffaut" - - "Paulo Siqueira" - - "Rodolfo Hansen" - - "Ross A. Baker" - - "Sheng Chen" - - "Simon Hafner" - - "http4s.org" - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "Provides Circe codecs for http4s" - homepage_url: "https://http4s.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-circe_2.13/0.21.16/http4s-circe_2.13-0.21.16.jar" - hash: - value: "d484d22fc29209489b5efbf4de6766807df855fd" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-circe_2.13/0.21.16/http4s-circe_2.13-0.21.16-sources.jar" - hash: - value: "12de4f835147ec513883f9420ff4553f8aa52a6f" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:http4s/http4s.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/http4s/http4s.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.http4s:http4s-client_2.13:0.21.16" - purl: "pkg:maven/org.http4s/http4s-client_2.13@0.21.16" - authors: - - "André Rouel" - - "Arya Irani" - - "Bjørn Madsen" - - "Brad Fritz" - - "Bryce L. Anderson" - - "Carlos Encarnacion" - - "Carlos Quiroz" - - "Christopher Davenport" - - "Fabio Labella" - - "Heikki Vesalainen" - - "Ivan Porto Carrero" - - "Jean-Rémi Desjardins" - - "Jose Cardona" - - "Julien Truffaut" - - "Paulo Siqueira" - - "Rodolfo Hansen" - - "Ross A. Baker" - - "Sheng Chen" - - "Simon Hafner" - - "http4s.org" - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "Base library for building http4s clients" - homepage_url: "https://http4s.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-client_2.13/0.21.16/http4s-client_2.13-0.21.16.jar" - hash: - value: "0a5acfc28e87a8e2d6311e44cfe23ee6440884c6" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-client_2.13/0.21.16/http4s-client_2.13-0.21.16-sources.jar" - hash: - value: "09857c9e937dba6227246b7f332f05a37dcb7d05" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:http4s/http4s.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/http4s/http4s.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.http4s:http4s-core_2.13:0.21.16" - purl: "pkg:maven/org.http4s/http4s-core_2.13@0.21.16" - authors: - - "André Rouel" - - "Arya Irani" - - "Bjørn Madsen" - - "Brad Fritz" - - "Bryce L. Anderson" - - "Carlos Encarnacion" - - "Carlos Quiroz" - - "Christopher Davenport" - - "Fabio Labella" - - "Heikki Vesalainen" - - "Ivan Porto Carrero" - - "Jean-Rémi Desjardins" - - "Jose Cardona" - - "Julien Truffaut" - - "Paulo Siqueira" - - "Rodolfo Hansen" - - "Ross A. Baker" - - "Sheng Chen" - - "Simon Hafner" - - "http4s.org" - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "Core http4s library for servers and clients" - homepage_url: "https://http4s.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-core_2.13/0.21.16/http4s-core_2.13-0.21.16.jar" - hash: - value: "1d63bcafd3b9cd8310fe962d28e713da6fda40ca" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-core_2.13/0.21.16/http4s-core_2.13-0.21.16-sources.jar" - hash: - value: "11387a858b8e4926046f14981143e3ccefa8c3b5" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:http4s/http4s.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/http4s/http4s.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.http4s:http4s-dsl_2.13:0.21.16" - purl: "pkg:maven/org.http4s/http4s-dsl_2.13@0.21.16" - authors: - - "André Rouel" - - "Arya Irani" - - "Bjørn Madsen" - - "Brad Fritz" - - "Bryce L. Anderson" - - "Carlos Encarnacion" - - "Carlos Quiroz" - - "Christopher Davenport" - - "Fabio Labella" - - "Heikki Vesalainen" - - "Ivan Porto Carrero" - - "Jean-Rémi Desjardins" - - "Jose Cardona" - - "Julien Truffaut" - - "Paulo Siqueira" - - "Rodolfo Hansen" - - "Ross A. Baker" - - "Sheng Chen" - - "Simon Hafner" - - "http4s.org" - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "Simple DSL for writing http4s services" - homepage_url: "https://http4s.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-dsl_2.13/0.21.16/http4s-dsl_2.13-0.21.16.jar" - hash: - value: "7f2a222adf7797e41df00b2a19e89426de3b7ad6" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-dsl_2.13/0.21.16/http4s-dsl_2.13-0.21.16-sources.jar" - hash: - value: "9ce376b054315c357efe75339318f328c090692d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:http4s/http4s.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/http4s/http4s.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.http4s:http4s-jawn_2.13:0.21.16" - purl: "pkg:maven/org.http4s/http4s-jawn_2.13@0.21.16" - authors: - - "André Rouel" - - "Arya Irani" - - "Bjørn Madsen" - - "Brad Fritz" - - "Bryce L. Anderson" - - "Carlos Encarnacion" - - "Carlos Quiroz" - - "Christopher Davenport" - - "Fabio Labella" - - "Heikki Vesalainen" - - "Ivan Porto Carrero" - - "Jean-Rémi Desjardins" - - "Jose Cardona" - - "Julien Truffaut" - - "Paulo Siqueira" - - "Rodolfo Hansen" - - "Ross A. Baker" - - "Sheng Chen" - - "Simon Hafner" - - "http4s.org" - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "Base library to parse JSON to various ASTs for http4s" - homepage_url: "https://http4s.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-jawn_2.13/0.21.16/http4s-jawn_2.13-0.21.16.jar" - hash: - value: "46cf8323ed1f4b2e561f5738b0aaf7eefef74220" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-jawn_2.13/0.21.16/http4s-jawn_2.13-0.21.16-sources.jar" - hash: - value: "cad6d3f0dcd7b1d0dccc7d85579f3161dc2babc6" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:http4s/http4s.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/http4s/http4s.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.http4s:http4s-server_2.13:0.21.16" - purl: "pkg:maven/org.http4s/http4s-server_2.13@0.21.16" - authors: - - "André Rouel" - - "Arya Irani" - - "Bjørn Madsen" - - "Brad Fritz" - - "Bryce L. Anderson" - - "Carlos Encarnacion" - - "Carlos Quiroz" - - "Christopher Davenport" - - "Fabio Labella" - - "Heikki Vesalainen" - - "Ivan Porto Carrero" - - "Jean-Rémi Desjardins" - - "Jose Cardona" - - "Julien Truffaut" - - "Paulo Siqueira" - - "Rodolfo Hansen" - - "Ross A. Baker" - - "Sheng Chen" - - "Simon Hafner" - - "http4s.org" - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "Base library for building http4s servers" - homepage_url: "https://http4s.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-server_2.13/0.21.16/http4s-server_2.13-0.21.16.jar" - hash: - value: "ebf3a3a56aa2208473925fbbbe9b1a0c0938080e" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-server_2.13/0.21.16/http4s-server_2.13-0.21.16-sources.jar" - hash: - value: "2f905a7a6649907c5e52b81e31cba3ad148b4100" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:http4s/http4s.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/http4s/http4s.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.http4s:jawn-fs2_2.13:1.0.0" - purl: "pkg:maven/org.http4s/jawn-fs2_2.13@1.0.0" - authors: - - "Christopher Davenport" - - "Ross A. Baker" - - "org.http4s" - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "jawn-fs2" - homepage_url: "https://github.com/http4s/jawn-fs2" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/jawn-fs2_2.13/1.0.0/jawn-fs2_2.13-1.0.0.jar" - hash: - value: "734dd8dfe25289c5c50e6ac44a9928f3937640a1" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/jawn-fs2_2.13/1.0.0/jawn-fs2_2.13-1.0.0-sources.jar" - hash: - value: "54cfdd7fa058d8f44480bdaced39dd5ad461a7e0" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://github.com/http4s/jawn-fs2.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/http4s/jawn-fs2.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.http4s:parboiled_2.13:2.0.1" - purl: "pkg:maven/org.http4s/parboiled_2.13@2.0.1" - authors: - - "Alexander Myltsev" - - "Mathias Doenitz" - - "org.http4s" - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "Fork of parboiled2 for http4s, sans shapeless dependency" - homepage_url: "http://parboiled.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/parboiled_2.13/2.0.1/parboiled_2.13-2.0.1.jar" - hash: - value: "98d7e970642049ff9783461a6a655fd2c84eb691" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/http4s/parboiled_2.13/2.0.1/parboiled_2.13-2.0.1-sources.jar" - hash: - value: "574ba9c990ea3e5817871a540719c5615eb1629f" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:sirthias/parboiled2.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/sirthias/parboiled2.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.log4s:log4s_2.13:1.9.0" - purl: "pkg:maven/org.log4s/log4s_2.13@1.9.0" - authors: - - "Log4s" - - "Ross A. Baker" - - "Sarah Gerweck" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "High-performance SLF4J wrapper for Scala" - homepage_url: "http://log4s.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/log4s/log4s_2.13/1.9.0/log4s_2.13-1.9.0.jar" - hash: - value: "458190515762b384395bc9d6433383665167c48a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/log4s/log4s_2.13/1.9.0/log4s_2.13-1.9.0-sources.jar" - hash: - value: "15507c1dab1616e66b4633798127ab697a0047b5" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:Log4s/log4s.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/Log4s/log4s.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang:scala-library:2.13.4" - purl: "pkg:maven/org.scala-lang/scala-library@2.13.4" - authors: - - "LAMP/EPFL" - - "Lightbend, Inc." - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "Standard library for the Scala Programming Language" - homepage_url: "https://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.13.4/scala-library-2.13.4.jar" - hash: - value: "b6781c71dfe4a3d5980a514eec8a513f693ead95" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.13.4/scala-library-2.13.4-sources.jar" - hash: - value: "69007f50916f311991fc29b47448d475b9ed5543" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang:scala-reflect:2.13.2" - purl: "pkg:maven/org.scala-lang/scala-reflect@2.13.2" - authors: - - "LAMP/EPFL" - - "Lightbend, Inc." - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "Compiler for the Scala Programming Language" - homepage_url: "https://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.13.2/scala-reflect-2.13.2.jar" - hash: - value: "2a6dd4989a27aba0dd43bc297045cff633d70064" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.13.2/scala-reflect-2.13.2-sources.jar" - hash: - value: "11f47bb48cc482aee6a47fb058eca05e576e7411" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-sbt:test-interface:1.0" - purl: "pkg:maven/org.scala-sbt/test-interface@1.0" - authors: - - "Bill Venners" - - "Chua Chee Seng" - - "Josh Cough" - - "Mark Harrah" - - "org.scala-sbt" - declared_licenses: - - "BSD" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD: "BSD-3-Clause" - description: "Uniform test interface to Scala/Java test frameworks (specs,\ - \ ScalaCheck, ScalaTest, JUnit and other)" - homepage_url: "http://www.scala-sbt.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0.jar" - hash: - value: "0a3f14d010c4cb32071f863d97291df31603b521" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0-sources.jar" - hash: - value: "d44b23e9e3419ad0e00b91bba764a48d43075000" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/sbt/test-interface.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scalameta:junit-interface:0.7.20" - purl: "pkg:maven/org.scalameta/junit-interface@0.7.20" - authors: - - "org.scalameta" - - "Ólafur Páll Geirsson" - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "A Java implementation of sbt's test interface for JUnit 4" - homepage_url: "https://github.com/scalameta/munit" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalameta/junit-interface/0.7.20/junit-interface-0.7.20.jar" - hash: - value: "57c22a6a3469a8fe1c79764b8adddc489dfc2392" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalameta/junit-interface/0.7.20/junit-interface-0.7.20-sources.jar" - hash: - value: "cd7858f06a0405298d64ebbd80fc3f6c8d2ac23e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://github.com/scalameta/munit.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scalameta/munit.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scalameta:munit_2.13:0.7.20" - purl: "pkg:maven/org.scalameta/munit_2.13@0.7.20" - authors: - - "org.scalameta" - - "Ólafur Páll Geirsson" - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "munit" - homepage_url: "https://github.com/scalameta/munit" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalameta/munit_2.13/0.7.20/munit_2.13-0.7.20.jar" - hash: - value: "626291a3826971b1be984fcc36a488c79c89bb98" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalameta/munit_2.13/0.7.20/munit_2.13-0.7.20-sources.jar" - hash: - value: "a8d3a5b99ef42c282ec10c6cde67889c10d512c2" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://github.com/scalameta/munit.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scalameta/munit.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scalameta:svm-subs_2.13:20.2.0" - purl: "pkg:maven/org.scalameta/svm-subs_2.13@20.2.0" - authors: - - "org.scalameta" - - "Ólafur Páll Geirsson" - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "subs" - homepage_url: "https://github.com/scalameta/svm-subs" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalameta/svm-subs_2.13/20.2.0/svm-subs_2.13-20.2.0.jar" - hash: - value: "fe7eebfa1d2e7dfead168569cb981eb3b0c3db06" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalameta/svm-subs_2.13/20.2.0/svm-subs_2.13-20.2.0-sources.jar" - hash: - value: "e20eb69dc9d950bf4e1b4b9745f69bf79f8742a3" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://github.com/scalameta/svm-subs.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scalameta/svm-subs.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scodec:scodec-bits_2.13:1.1.23" - purl: "pkg:maven/org.scodec/scodec-bits_2.13@1.1.23" - authors: - - "Michael Pilquist" - - "Paul Chiusano" - - "Scodec" - declared_licenses: - - "BSD-3-Clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - description: "scodec-bits" - homepage_url: "https://github.com/scodec/scodec-bits" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scodec/scodec-bits_2.13/1.1.23/scodec-bits_2.13-1.1.23.jar" - hash: - value: "f45a2b9b5811c0d5a518356a4a45004c7528ad42" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scodec/scodec-bits_2.13/1.1.23/scodec-bits_2.13-1.1.23-sources.jar" - hash: - value: "fe7f4d42f08a04b19b1a014ea3763e8e4904d172" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:scodec/scodec-bits.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/scodec/scodec-bits.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.slf4j:slf4j-api:1.7.25" - purl: "pkg:maven/org.slf4j/slf4j-api@1.7.25" - authors: - - "Ceki Gulcu" - - "QOS.ch" - declared_licenses: - - "MIT License" - declared_licenses_processed: - spdx_expression: "MIT" - mapped: - MIT License: "MIT" - description: "The slf4j API" - homepage_url: "http://www.slf4j.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar" - hash: - value: "da76ca59f6a57ee3102f8f9bd9cee742973efa8a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-sources.jar" - hash: - value: "962153db4a9ea71b79d047dfd1b2a0d80d8f4739" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:qos-ch/slf4j.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/qos-ch/slf4j.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.typelevel:cats-core_2.13:2.3.1" - purl: "pkg:maven/org.typelevel/cats-core_2.13@2.3.1" - authors: - - "Adelbert Chang" - - "Cody Allen" - - "Daniel Spiewak" - - "Erik Osheim" - - "Frank Thomas" - - "Julien Truffaut" - - "Kailuo Wang" - - "LukaJCB" - - "Michael Pilquist" - - "Miles Sabin" - - "P. Oscar Boykin" - - "Peter Neyens" - - "Rob Norris" - - "Ross Baker" - - "Travis Brown" - - "org.typelevel" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Cats core" - homepage_url: "https://github.com/typelevel/cats" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/cats-core_2.13/2.3.1/cats-core_2.13-2.3.1.jar" - hash: - value: "0fcd0cc007cba8cf0bbe33e1f9e11a69b20d9716" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/cats-core_2.13/2.3.1/cats-core_2.13-2.3.1-sources.jar" - hash: - value: "a315bf7a42fe458d0084a7840f4bc4161bf0bcbe" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:typelevel/cats.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/typelevel/cats.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.typelevel:cats-effect_2.13:2.3.1" - purl: "pkg:maven/org.typelevel/cats-effect_2.13@2.3.1" - authors: - - "Alexandru Nedelcu" - - "Daniel Spiewak" - - "Fabio Labella" - - "Michael Pilquist" - - "Typelevel" - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "cats-effect" - homepage_url: "https://typelevel.org/cats-effect/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/cats-effect_2.13/2.3.1/cats-effect_2.13-2.3.1.jar" - hash: - value: "21c0fe60b4896c338828edb0893dc9122b7751ea" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/cats-effect_2.13/2.3.1/cats-effect_2.13-2.3.1-sources.jar" - hash: - value: "664e155b66d364e944f2fe4666b9a52a1b51358a" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:typelevel/cats-effect.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/typelevel/cats-effect.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.typelevel:cats-kernel_2.13:2.3.1" - purl: "pkg:maven/org.typelevel/cats-kernel_2.13@2.3.1" - authors: - - "Adelbert Chang" - - "Cody Allen" - - "Daniel Spiewak" - - "Erik Osheim" - - "Frank Thomas" - - "Julien Truffaut" - - "Kailuo Wang" - - "LukaJCB" - - "Michael Pilquist" - - "Miles Sabin" - - "P. Oscar Boykin" - - "Peter Neyens" - - "Rob Norris" - - "Ross Baker" - - "Travis Brown" - - "org.typelevel" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Cats kernel" - homepage_url: "https://github.com/typelevel/cats" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/cats-kernel_2.13/2.3.1/cats-kernel_2.13-2.3.1.jar" - hash: - value: "4ad652787ecd49e55a5985b035546b07d64765c6" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/cats-kernel_2.13/2.3.1/cats-kernel_2.13-2.3.1-sources.jar" - hash: - value: "bdd596244a84daa9cf4fb451b8cb429422c28247" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:typelevel/cats.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/typelevel/cats.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.typelevel:jawn-parser_2.13:1.0.1" - purl: "pkg:maven/org.typelevel/jawn-parser_2.13@1.0.1" - authors: - - "Erik Osheim" - - "org.typelevel" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "parser" - homepage_url: "http://github.com/typelevel/jawn" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/jawn-parser_2.13/1.0.1/jawn-parser_2.13-1.0.1.jar" - hash: - value: "4b7be6f4f03b1e0071d28ceeec671298d50be78e" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/jawn-parser_2.13/1.0.1/jawn-parser_2.13-1.0.1-sources.jar" - hash: - value: "aaaa15852bddbd2d6a2d4fa990015c9c8b9b6dcd" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:typelevel/jawn.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/typelevel/jawn.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.typelevel:munit-cats-effect-2_2.13:0.13.0" - purl: "pkg:maven/org.typelevel/munit-cats-effect-2_2.13@0.13.0" - authors: - - "Milan van der Meer" - - "Typelevel" - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "munit-cats-effect-2" - homepage_url: "https://github.com/typelevel/munit-cats-effect" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/munit-cats-effect-2_2.13/0.13.0/munit-cats-effect-2_2.13-0.13.0.jar" - hash: - value: "a0c823b65312142ca30519b0d7761efe5809082f" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/munit-cats-effect-2_2.13/0.13.0/munit-cats-effect-2_2.13-0.13.0-sources.jar" - hash: - value: "4b12cf400658fd7545a17c49360f9e7113d135f5" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:typelevel/munit-cats-effect.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/typelevel/munit-cats-effect.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.typelevel:simulacrum-scalafix-annotations_2.13:0.5.3" - purl: "pkg:maven/org.typelevel/simulacrum-scalafix-annotations_2.13@0.5.3" - authors: - - "Travis Brown" - - "org.typelevel" - declared_licenses: - - "Apache 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2.0: "Apache-2.0" - description: "annotation" - homepage_url: "https://github.com/typelevel/simulacrum-scalafix" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/simulacrum-scalafix-annotations_2.13/0.5.3/simulacrum-scalafix-annotations_2.13-0.5.3.jar" - hash: - value: "ec959001e735722980a4428b1906b11b61c6835d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/simulacrum-scalafix-annotations_2.13/0.5.3/simulacrum-scalafix-annotations_2.13-0.5.3-sources.jar" - hash: - value: "7a2cdc4729332a6277a34462cfd8fbf06a007f8c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:typelevel/simulacrum-scalafix.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/typelevel/simulacrum-scalafix.git" - revision: "" - path: "" - curations: [] + - id: "Maven:ch.qos.logback:logback-classic:1.2.3" + purl: "pkg:maven/ch.qos.logback/logback-classic@1.2.3" + authors: + - "Ceki Gulcu" + - "Joern Huxhorn" + - "QOS.ch" + declared_licenses: + - "Eclipse Public License - v 1.0" + - "GNU Lesser General Public License" + declared_licenses_processed: + spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" + mapped: + Eclipse Public License - v 1.0: "EPL-1.0" + GNU Lesser General Public License: "LGPL-2.1-or-later" + description: "logback-classic module" + homepage_url: "http://logback.qos.ch/logback-classic" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar" + hash: + value: "7c4f3c474fb2c041d8028740440937705ebb473a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar" + hash: + value: "cfd5385e0c5ed1c8a5dce57d86e79cf357153a64" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:ceki/logback.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/ceki/logback.git" + revision: "" + path: "" + - id: "Maven:ch.qos.logback:logback-core:1.2.3" + purl: "pkg:maven/ch.qos.logback/logback-core@1.2.3" + authors: + - "Ceki Gulcu" + - "Joern Huxhorn" + - "QOS.ch" + declared_licenses: + - "Eclipse Public License - v 1.0" + - "GNU Lesser General Public License" + declared_licenses_processed: + spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" + mapped: + Eclipse Public License - v 1.0: "EPL-1.0" + GNU Lesser General Public License: "LGPL-2.1-or-later" + description: "logback-core module" + homepage_url: "http://logback.qos.ch/logback-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar" + hash: + value: "864344400c3d4d92dfeb0a305dc87d953677c03c" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar" + hash: + value: "3ebabe69eba0196af9ad3a814f723fb720b9101e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:ceki/logback.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/ceki/logback.git" + revision: "" + path: "" + - id: "Maven:co.fs2:fs2-core_2.13:2.5.0" + purl: "pkg:maven/co.fs2/fs2-core_2.13@2.5.0" + authors: + - "Alissa Pajer" + - "Daniel Spiewak" + - "Daniel Urban" + - "Fabio Labella" + - "Frank Thomas" + - "Functional Streams for Scala" + - "Jed Wesley-Smith" + - "Michael Pilquist" + - "Paul Chiusano" + - "Pavel Chlupáček" + - "Rúnar Ó. Bjarnason" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "fs2-core" + homepage_url: "https://github.com/typelevel/fs2" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/co/fs2/fs2-core_2.13/2.5.0/fs2-core_2.13-2.5.0.jar" + hash: + value: "faf9c3b2084cc228c43c79853e9b4025c22504ac" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/co/fs2/fs2-core_2.13/2.5.0/fs2-core_2.13-2.5.0-sources.jar" + hash: + value: "bbe37c6b4f8093647ebf964968807c76b53ca45e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:typelevel/fs2.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/typelevel/fs2.git" + revision: "" + path: "" + - id: "Maven:co.fs2:fs2-io_2.13:2.5.0" + purl: "pkg:maven/co.fs2/fs2-io_2.13@2.5.0" + authors: + - "Alissa Pajer" + - "Daniel Spiewak" + - "Daniel Urban" + - "Fabio Labella" + - "Frank Thomas" + - "Functional Streams for Scala" + - "Jed Wesley-Smith" + - "Michael Pilquist" + - "Paul Chiusano" + - "Pavel Chlupáček" + - "Rúnar Ó. Bjarnason" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "fs2-io" + homepage_url: "https://github.com/typelevel/fs2" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/co/fs2/fs2-io_2.13/2.5.0/fs2-io_2.13-2.5.0.jar" + hash: + value: "b168589456bbc5c9a837e4469e26f5194c2d8ae0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/co/fs2/fs2-io_2.13/2.5.0/fs2-io_2.13-2.5.0-sources.jar" + hash: + value: "c15a7e8683b638dca4eae7da8ba25b2d5a2f3cc0" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:typelevel/fs2.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/typelevel/fs2.git" + revision: "" + path: "" + - id: "Maven:com.chuusai:shapeless_2.13:2.3.3" + purl: "pkg:maven/com.chuusai/shapeless_2.13@2.3.3" + authors: + - "Miles Sabin" + - "com.chuusai" + declared_licenses: + - "Apache 2" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2: "Apache-2.0" + description: "core" + homepage_url: "https://github.com/milessabin/shapeless" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.13/2.3.3/shapeless_2.13-2.3.3.jar" + hash: + value: "61817a5ac96ba59ce20b9073416c57519be40f41" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.13/2.3.3/shapeless_2.13-2.3.3-sources.jar" + hash: + value: "3544e77678c51f9f255fe22da9775d1d6e845e6d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:milessabin/shapeless.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/milessabin/shapeless.git" + revision: "" + path: "" + - id: "Maven:com.twitter:hpack:1.0.2" + purl: "pkg:maven/com.twitter/hpack@1.0.2" + authors: + - "Bill Gallagher" + - "Jeff Pinner" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Header Compression for HTTP/2" + homepage_url: "http://github.com/twitter/hpack/hpack" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/twitter/hpack/1.0.2/hpack-1.0.2.jar" + hash: + value: "67ae8c061a3446e64015712a3aa39d0218340046" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/twitter/hpack/1.0.2/hpack-1.0.2-sources.jar" + hash: + value: "ac70bd5153459920cacb6b8ef8e548df24db97f9" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:twitter/hpack.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/twitter/hpack.git" + revision: "" + path: "" + - id: "Maven:io.chrisdavenport:unique_2.13:2.0.0" + purl: "pkg:maven/io.chrisdavenport/unique_2.13@2.0.0" + authors: + - "Christopher Davenport" + - "io.chrisdavenport" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "unique" + homepage_url: "https://github.com/ChristopherDavenport/unique" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/io/chrisdavenport/unique_2.13/2.0.0/unique_2.13-2.0.0.jar" + hash: + value: "bf2f1ceb7b8f55a3a3a597d9e0c88bfbdde13706" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/io/chrisdavenport/unique_2.13/2.0.0/unique_2.13-2.0.0-sources.jar" + hash: + value: "9331bf4d030ab2bdfbc5120d7c29fd8b27ea415e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:ChristopherDavenport/unique.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/ChristopherDavenport/unique.git" + revision: "" + path: "" + - id: "Maven:io.chrisdavenport:vault_2.13:2.0.0" + purl: "pkg:maven/io.chrisdavenport/vault_2.13@2.0.0" + authors: + - "Christopher Davenport" + - "io.chrisdavenport" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "vault" + homepage_url: "https://github.com/ChristopherDavenport/vault" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/io/chrisdavenport/vault_2.13/2.0.0/vault_2.13-2.0.0.jar" + hash: + value: "25652f36cd72d57fad9ab1ccdc0f64210baab035" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/io/chrisdavenport/vault_2.13/2.0.0/vault_2.13-2.0.0-sources.jar" + hash: + value: "0ff21ee0c8cddedf143a2f1615ad44c1d5c3e68e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:ChristopherDavenport/vault.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/ChristopherDavenport/vault.git" + revision: "" + path: "" + - id: "Maven:io.circe:circe-core_2.13:0.13.0" + purl: "pkg:maven/io.circe/circe-core_2.13@0.13.0" + authors: + - "Travis Brown" + - "io.circe" + declared_licenses: + - "Apache 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2.0: "Apache-2.0" + description: "circe core" + homepage_url: "https://github.com/circe/circe" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/io/circe/circe-core_2.13/0.13.0/circe-core_2.13-0.13.0.jar" + hash: + value: "a11c55979c7036b2be9a16b9175b5a7c31fb2668" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/io/circe/circe-core_2.13/0.13.0/circe-core_2.13-0.13.0-sources.jar" + hash: + value: "88e78140cdd4a8f0496368ec1ef61557d7ce65b6" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:circe/circe.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/circe/circe.git" + revision: "" + path: "" + - id: "Maven:io.circe:circe-generic_2.13:0.13.0" + purl: "pkg:maven/io.circe/circe-generic_2.13@0.13.0" + authors: + - "Travis Brown" + - "io.circe" + declared_licenses: + - "Apache 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2.0: "Apache-2.0" + description: "circe generic" + homepage_url: "https://github.com/circe/circe" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/io/circe/circe-generic_2.13/0.13.0/circe-generic_2.13-0.13.0.jar" + hash: + value: "4df608e1d03cdd11b4e38aff1c64fd82d1a22e1a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/io/circe/circe-generic_2.13/0.13.0/circe-generic_2.13-0.13.0-sources.jar" + hash: + value: "a7a672047f84386657978c30aaf09ae348a37b86" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:circe/circe.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/circe/circe.git" + revision: "" + path: "" + - id: "Maven:io.circe:circe-jawn_2.13:0.13.0" + purl: "pkg:maven/io.circe/circe-jawn_2.13@0.13.0" + authors: + - "Travis Brown" + - "io.circe" + declared_licenses: + - "Apache 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2.0: "Apache-2.0" + description: "circe jawn" + homepage_url: "https://github.com/circe/circe" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/io/circe/circe-jawn_2.13/0.13.0/circe-jawn_2.13-0.13.0.jar" + hash: + value: "04e1dd26291c28addfa228256119fba42cc73a03" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/io/circe/circe-jawn_2.13/0.13.0/circe-jawn_2.13-0.13.0-sources.jar" + hash: + value: "d22bf5ec75633d64a332567aea11765d67543c1a" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:circe/circe.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/circe/circe.git" + revision: "" + path: "" + - id: "Maven:io.circe:circe-numbers_2.13:0.13.0" + purl: "pkg:maven/io.circe/circe-numbers_2.13@0.13.0" + authors: + - "Travis Brown" + - "io.circe" + declared_licenses: + - "Apache 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2.0: "Apache-2.0" + description: "circe numbers" + homepage_url: "https://github.com/circe/circe" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/io/circe/circe-numbers_2.13/0.13.0/circe-numbers_2.13-0.13.0.jar" + hash: + value: "49206744a512c9709a5e0c2e7497475ecba73ebe" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/io/circe/circe-numbers_2.13/0.13.0/circe-numbers_2.13-0.13.0-sources.jar" + hash: + value: "14d9bc2972783b79bc687dd8e48d886477f96461" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:circe/circe.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/circe/circe.git" + revision: "" + path: "" + - id: "Maven:junit:junit:4.13.1" + purl: "pkg:maven/junit/junit@4.13.1" + authors: + - "David Saff" + - "JUnit" + - "Kevin Cooney" + - "Marc Philipp" + - "Stefan Birkner" + declared_licenses: + - "Eclipse Public License 1.0" + declared_licenses_processed: + spdx_expression: "EPL-1.0" + mapped: + Eclipse Public License 1.0: "EPL-1.0" + description: "JUnit is a unit testing framework for Java, created by Erich Gamma\ + \ and Kent Beck." + homepage_url: "http://junit.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/junit/junit/4.13.1/junit-4.13.1.jar" + hash: + value: "cdd00374f1fee76b11e2a9d127405aa3f6be5b6a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/junit/junit/4.13.1/junit-4.13.1-sources.jar" + hash: + value: "523bdce923a13622132b263550d06519fc591ec4" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/junit-team/junit4.git" + revision: "r4.13.1" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/junit-team/junit4.git" + revision: "r4.13.1" + path: "" + - id: "Maven:org.eclipse.jetty.alpn:alpn-api:1.1.3.v20160715" + purl: "pkg:maven/org.eclipse.jetty.alpn/alpn-api@1.1.3.v20160715" + authors: + - "IBM" + - "Intalio Inc." + - "Intalio.com" + - "Michael Gorovoy" + - "Mort Bay Consulting" + - "Simone Bordet" + - "Webtide, LLC" + declared_licenses: + - "Apache Software License - Version 2.0" + - "Eclipse Public License - Version 1.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0 OR EPL-1.0" + mapped: + Apache Software License - Version 2.0: "Apache-2.0" + Eclipse Public License - Version 1.0: "EPL-1.0" + description: "Administrative parent pom for Jetty modules" + homepage_url: "http://www.eclipse.org/jetty/alpn-api" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/eclipse/jetty/alpn/alpn-api/1.1.3.v20160715/alpn-api-1.1.3.v20160715.jar" + hash: + value: "a1bf3a937f91b4c953acd13e8c9552347adc2198" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/eclipse/jetty/alpn/alpn-api/1.1.3.v20160715/alpn-api-1.1.3.v20160715-sources.jar" + hash: + value: "00c4895d0fb6425ff46cbb60d43f4b018e236779" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.alpn.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.alpn.git" + revision: "" + path: "" + - id: "Maven:org.hamcrest:hamcrest-core:1.3" + purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3" + authors: + - "Joe Walnes" + - "Nat Pryce" + - "Neil Dunn" + - "Steve Freeman" + - "Tom Denley" + declared_licenses: + - "New BSD License" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + New BSD License: "BSD-3-Clause" + description: "This is the core API of hamcrest matcher framework to be used\ + \ by third-party framework providers. This includes the a foundation set of\ + \ matcher implementations for common operations." + homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" + hash: + value: "42a25dc3219429f0e5d060061f71acb49bf010a0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" + hash: + value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:hamcrest/JavaHamcrest.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/hamcrest/JavaHamcrest.git" + revision: "" + path: "" + - id: "Maven:org.http4s:blaze-core_2.13:0.14.14" + purl: "pkg:maven/org.http4s/blaze-core_2.13@0.14.14" + authors: + - "Bryce L. Anderson" + - "Christopher Davenport" + - "Ross A. Baker" + - "http4s.org" + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "NIO Framework for Scala" + homepage_url: "https://github.com/http4s/blaze" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/blaze-core_2.13/0.14.14/blaze-core_2.13-0.14.14.jar" + hash: + value: "34a308b1813b60e875c185d442184ec9ea0e4908" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/blaze-core_2.13/0.14.14/blaze-core_2.13-0.14.14-sources.jar" + hash: + value: "ef634caef56d9a15ce6ae75e74e091ddf6de233a" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://github.com/http4s/blaze.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/http4s/blaze.git" + revision: "" + path: "" + - id: "Maven:org.http4s:blaze-http_2.13:0.14.14" + purl: "pkg:maven/org.http4s/blaze-http_2.13@0.14.14" + authors: + - "Bryce L. Anderson" + - "Christopher Davenport" + - "Ross A. Baker" + - "http4s.org" + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "NIO Framework for Scala" + homepage_url: "https://github.com/http4s/blaze" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/blaze-http_2.13/0.14.14/blaze-http_2.13-0.14.14.jar" + hash: + value: "772cc46448194a3af5d9ebe004eb5c3313d80d6e" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/blaze-http_2.13/0.14.14/blaze-http_2.13-0.14.14-sources.jar" + hash: + value: "8788e7ba3f2a61d153d1d6839a53e27b6b17b5ab" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://github.com/http4s/blaze.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/http4s/blaze.git" + revision: "" + path: "" + - id: "Maven:org.http4s:http4s-blaze-client_2.13:0.21.16" + purl: "pkg:maven/org.http4s/http4s-blaze-client_2.13@0.21.16" + authors: + - "André Rouel" + - "Arya Irani" + - "Bjørn Madsen" + - "Brad Fritz" + - "Bryce L. Anderson" + - "Carlos Encarnacion" + - "Carlos Quiroz" + - "Christopher Davenport" + - "Fabio Labella" + - "Heikki Vesalainen" + - "Ivan Porto Carrero" + - "Jean-Rémi Desjardins" + - "Jose Cardona" + - "Julien Truffaut" + - "Paulo Siqueira" + - "Rodolfo Hansen" + - "Ross A. Baker" + - "Sheng Chen" + - "Simon Hafner" + - "http4s.org" + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "blaze implementation for http4s clients" + homepage_url: "https://http4s.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-blaze-client_2.13/0.21.16/http4s-blaze-client_2.13-0.21.16.jar" + hash: + value: "7e66a1681fcdd2d607dbb91fb7a8895e582a03aa" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-blaze-client_2.13/0.21.16/http4s-blaze-client_2.13-0.21.16-sources.jar" + hash: + value: "47076aa47b5f0114d4164c1c44d9ad7afb2af3d6" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:http4s/http4s.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/http4s/http4s.git" + revision: "" + path: "" + - id: "Maven:org.http4s:http4s-blaze-core_2.13:0.21.16" + purl: "pkg:maven/org.http4s/http4s-blaze-core_2.13@0.21.16" + authors: + - "André Rouel" + - "Arya Irani" + - "Bjørn Madsen" + - "Brad Fritz" + - "Bryce L. Anderson" + - "Carlos Encarnacion" + - "Carlos Quiroz" + - "Christopher Davenport" + - "Fabio Labella" + - "Heikki Vesalainen" + - "Ivan Porto Carrero" + - "Jean-Rémi Desjardins" + - "Jose Cardona" + - "Julien Truffaut" + - "Paulo Siqueira" + - "Rodolfo Hansen" + - "Ross A. Baker" + - "Sheng Chen" + - "Simon Hafner" + - "http4s.org" + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "Base library for binding blaze to http4s clients and servers" + homepage_url: "https://http4s.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-blaze-core_2.13/0.21.16/http4s-blaze-core_2.13-0.21.16.jar" + hash: + value: "f1733a401e6bf1ff460c575fa2fa7087b7ad321d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-blaze-core_2.13/0.21.16/http4s-blaze-core_2.13-0.21.16-sources.jar" + hash: + value: "1d89cb039d3d994700a4c8ba5613f85db5dd9dd8" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:http4s/http4s.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/http4s/http4s.git" + revision: "" + path: "" + - id: "Maven:org.http4s:http4s-blaze-server_2.13:0.21.16" + purl: "pkg:maven/org.http4s/http4s-blaze-server_2.13@0.21.16" + authors: + - "André Rouel" + - "Arya Irani" + - "Bjørn Madsen" + - "Brad Fritz" + - "Bryce L. Anderson" + - "Carlos Encarnacion" + - "Carlos Quiroz" + - "Christopher Davenport" + - "Fabio Labella" + - "Heikki Vesalainen" + - "Ivan Porto Carrero" + - "Jean-Rémi Desjardins" + - "Jose Cardona" + - "Julien Truffaut" + - "Paulo Siqueira" + - "Rodolfo Hansen" + - "Ross A. Baker" + - "Sheng Chen" + - "Simon Hafner" + - "http4s.org" + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "blaze implementation for http4s servers" + homepage_url: "https://http4s.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-blaze-server_2.13/0.21.16/http4s-blaze-server_2.13-0.21.16.jar" + hash: + value: "fcf24163a09a6a3b10e5f7e4ba11ae3f68135274" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-blaze-server_2.13/0.21.16/http4s-blaze-server_2.13-0.21.16-sources.jar" + hash: + value: "3694f44147bb216b085a1c9630f5c7872c77a89e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:http4s/http4s.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/http4s/http4s.git" + revision: "" + path: "" + - id: "Maven:org.http4s:http4s-circe_2.13:0.21.16" + purl: "pkg:maven/org.http4s/http4s-circe_2.13@0.21.16" + authors: + - "André Rouel" + - "Arya Irani" + - "Bjørn Madsen" + - "Brad Fritz" + - "Bryce L. Anderson" + - "Carlos Encarnacion" + - "Carlos Quiroz" + - "Christopher Davenport" + - "Fabio Labella" + - "Heikki Vesalainen" + - "Ivan Porto Carrero" + - "Jean-Rémi Desjardins" + - "Jose Cardona" + - "Julien Truffaut" + - "Paulo Siqueira" + - "Rodolfo Hansen" + - "Ross A. Baker" + - "Sheng Chen" + - "Simon Hafner" + - "http4s.org" + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "Provides Circe codecs for http4s" + homepage_url: "https://http4s.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-circe_2.13/0.21.16/http4s-circe_2.13-0.21.16.jar" + hash: + value: "d484d22fc29209489b5efbf4de6766807df855fd" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-circe_2.13/0.21.16/http4s-circe_2.13-0.21.16-sources.jar" + hash: + value: "12de4f835147ec513883f9420ff4553f8aa52a6f" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:http4s/http4s.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/http4s/http4s.git" + revision: "" + path: "" + - id: "Maven:org.http4s:http4s-client_2.13:0.21.16" + purl: "pkg:maven/org.http4s/http4s-client_2.13@0.21.16" + authors: + - "André Rouel" + - "Arya Irani" + - "Bjørn Madsen" + - "Brad Fritz" + - "Bryce L. Anderson" + - "Carlos Encarnacion" + - "Carlos Quiroz" + - "Christopher Davenport" + - "Fabio Labella" + - "Heikki Vesalainen" + - "Ivan Porto Carrero" + - "Jean-Rémi Desjardins" + - "Jose Cardona" + - "Julien Truffaut" + - "Paulo Siqueira" + - "Rodolfo Hansen" + - "Ross A. Baker" + - "Sheng Chen" + - "Simon Hafner" + - "http4s.org" + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "Base library for building http4s clients" + homepage_url: "https://http4s.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-client_2.13/0.21.16/http4s-client_2.13-0.21.16.jar" + hash: + value: "0a5acfc28e87a8e2d6311e44cfe23ee6440884c6" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-client_2.13/0.21.16/http4s-client_2.13-0.21.16-sources.jar" + hash: + value: "09857c9e937dba6227246b7f332f05a37dcb7d05" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:http4s/http4s.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/http4s/http4s.git" + revision: "" + path: "" + - id: "Maven:org.http4s:http4s-core_2.13:0.21.16" + purl: "pkg:maven/org.http4s/http4s-core_2.13@0.21.16" + authors: + - "André Rouel" + - "Arya Irani" + - "Bjørn Madsen" + - "Brad Fritz" + - "Bryce L. Anderson" + - "Carlos Encarnacion" + - "Carlos Quiroz" + - "Christopher Davenport" + - "Fabio Labella" + - "Heikki Vesalainen" + - "Ivan Porto Carrero" + - "Jean-Rémi Desjardins" + - "Jose Cardona" + - "Julien Truffaut" + - "Paulo Siqueira" + - "Rodolfo Hansen" + - "Ross A. Baker" + - "Sheng Chen" + - "Simon Hafner" + - "http4s.org" + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "Core http4s library for servers and clients" + homepage_url: "https://http4s.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-core_2.13/0.21.16/http4s-core_2.13-0.21.16.jar" + hash: + value: "1d63bcafd3b9cd8310fe962d28e713da6fda40ca" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-core_2.13/0.21.16/http4s-core_2.13-0.21.16-sources.jar" + hash: + value: "11387a858b8e4926046f14981143e3ccefa8c3b5" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:http4s/http4s.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/http4s/http4s.git" + revision: "" + path: "" + - id: "Maven:org.http4s:http4s-dsl_2.13:0.21.16" + purl: "pkg:maven/org.http4s/http4s-dsl_2.13@0.21.16" + authors: + - "André Rouel" + - "Arya Irani" + - "Bjørn Madsen" + - "Brad Fritz" + - "Bryce L. Anderson" + - "Carlos Encarnacion" + - "Carlos Quiroz" + - "Christopher Davenport" + - "Fabio Labella" + - "Heikki Vesalainen" + - "Ivan Porto Carrero" + - "Jean-Rémi Desjardins" + - "Jose Cardona" + - "Julien Truffaut" + - "Paulo Siqueira" + - "Rodolfo Hansen" + - "Ross A. Baker" + - "Sheng Chen" + - "Simon Hafner" + - "http4s.org" + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "Simple DSL for writing http4s services" + homepage_url: "https://http4s.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-dsl_2.13/0.21.16/http4s-dsl_2.13-0.21.16.jar" + hash: + value: "7f2a222adf7797e41df00b2a19e89426de3b7ad6" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-dsl_2.13/0.21.16/http4s-dsl_2.13-0.21.16-sources.jar" + hash: + value: "9ce376b054315c357efe75339318f328c090692d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:http4s/http4s.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/http4s/http4s.git" + revision: "" + path: "" + - id: "Maven:org.http4s:http4s-jawn_2.13:0.21.16" + purl: "pkg:maven/org.http4s/http4s-jawn_2.13@0.21.16" + authors: + - "André Rouel" + - "Arya Irani" + - "Bjørn Madsen" + - "Brad Fritz" + - "Bryce L. Anderson" + - "Carlos Encarnacion" + - "Carlos Quiroz" + - "Christopher Davenport" + - "Fabio Labella" + - "Heikki Vesalainen" + - "Ivan Porto Carrero" + - "Jean-Rémi Desjardins" + - "Jose Cardona" + - "Julien Truffaut" + - "Paulo Siqueira" + - "Rodolfo Hansen" + - "Ross A. Baker" + - "Sheng Chen" + - "Simon Hafner" + - "http4s.org" + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "Base library to parse JSON to various ASTs for http4s" + homepage_url: "https://http4s.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-jawn_2.13/0.21.16/http4s-jawn_2.13-0.21.16.jar" + hash: + value: "46cf8323ed1f4b2e561f5738b0aaf7eefef74220" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-jawn_2.13/0.21.16/http4s-jawn_2.13-0.21.16-sources.jar" + hash: + value: "cad6d3f0dcd7b1d0dccc7d85579f3161dc2babc6" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:http4s/http4s.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/http4s/http4s.git" + revision: "" + path: "" + - id: "Maven:org.http4s:http4s-server_2.13:0.21.16" + purl: "pkg:maven/org.http4s/http4s-server_2.13@0.21.16" + authors: + - "André Rouel" + - "Arya Irani" + - "Bjørn Madsen" + - "Brad Fritz" + - "Bryce L. Anderson" + - "Carlos Encarnacion" + - "Carlos Quiroz" + - "Christopher Davenport" + - "Fabio Labella" + - "Heikki Vesalainen" + - "Ivan Porto Carrero" + - "Jean-Rémi Desjardins" + - "Jose Cardona" + - "Julien Truffaut" + - "Paulo Siqueira" + - "Rodolfo Hansen" + - "Ross A. Baker" + - "Sheng Chen" + - "Simon Hafner" + - "http4s.org" + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "Base library for building http4s servers" + homepage_url: "https://http4s.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-server_2.13/0.21.16/http4s-server_2.13-0.21.16.jar" + hash: + value: "ebf3a3a56aa2208473925fbbbe9b1a0c0938080e" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/http4s-server_2.13/0.21.16/http4s-server_2.13-0.21.16-sources.jar" + hash: + value: "2f905a7a6649907c5e52b81e31cba3ad148b4100" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:http4s/http4s.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/http4s/http4s.git" + revision: "" + path: "" + - id: "Maven:org.http4s:jawn-fs2_2.13:1.0.0" + purl: "pkg:maven/org.http4s/jawn-fs2_2.13@1.0.0" + authors: + - "Christopher Davenport" + - "Ross A. Baker" + - "org.http4s" + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "jawn-fs2" + homepage_url: "https://github.com/http4s/jawn-fs2" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/jawn-fs2_2.13/1.0.0/jawn-fs2_2.13-1.0.0.jar" + hash: + value: "734dd8dfe25289c5c50e6ac44a9928f3937640a1" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/jawn-fs2_2.13/1.0.0/jawn-fs2_2.13-1.0.0-sources.jar" + hash: + value: "54cfdd7fa058d8f44480bdaced39dd5ad461a7e0" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://github.com/http4s/jawn-fs2.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/http4s/jawn-fs2.git" + revision: "" + path: "" + - id: "Maven:org.http4s:parboiled_2.13:2.0.1" + purl: "pkg:maven/org.http4s/parboiled_2.13@2.0.1" + authors: + - "Alexander Myltsev" + - "Mathias Doenitz" + - "org.http4s" + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "Fork of parboiled2 for http4s, sans shapeless dependency" + homepage_url: "http://parboiled.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/parboiled_2.13/2.0.1/parboiled_2.13-2.0.1.jar" + hash: + value: "98d7e970642049ff9783461a6a655fd2c84eb691" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/http4s/parboiled_2.13/2.0.1/parboiled_2.13-2.0.1-sources.jar" + hash: + value: "574ba9c990ea3e5817871a540719c5615eb1629f" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:sirthias/parboiled2.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/sirthias/parboiled2.git" + revision: "" + path: "" + - id: "Maven:org.log4s:log4s_2.13:1.9.0" + purl: "pkg:maven/org.log4s/log4s_2.13@1.9.0" + authors: + - "Log4s" + - "Ross A. Baker" + - "Sarah Gerweck" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "High-performance SLF4J wrapper for Scala" + homepage_url: "http://log4s.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/log4s/log4s_2.13/1.9.0/log4s_2.13-1.9.0.jar" + hash: + value: "458190515762b384395bc9d6433383665167c48a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/log4s/log4s_2.13/1.9.0/log4s_2.13-1.9.0-sources.jar" + hash: + value: "15507c1dab1616e66b4633798127ab697a0047b5" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:Log4s/log4s.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/Log4s/log4s.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang:scala-library:2.13.4" + purl: "pkg:maven/org.scala-lang/scala-library@2.13.4" + authors: + - "LAMP/EPFL" + - "Lightbend, Inc." + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "Standard library for the Scala Programming Language" + homepage_url: "https://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.13.4/scala-library-2.13.4.jar" + hash: + value: "b6781c71dfe4a3d5980a514eec8a513f693ead95" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.13.4/scala-library-2.13.4-sources.jar" + hash: + value: "69007f50916f311991fc29b47448d475b9ed5543" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang:scala-reflect:2.13.2" + purl: "pkg:maven/org.scala-lang/scala-reflect@2.13.2" + authors: + - "LAMP/EPFL" + - "Lightbend, Inc." + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "Compiler for the Scala Programming Language" + homepage_url: "https://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.13.2/scala-reflect-2.13.2.jar" + hash: + value: "2a6dd4989a27aba0dd43bc297045cff633d70064" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.13.2/scala-reflect-2.13.2-sources.jar" + hash: + value: "11f47bb48cc482aee6a47fb058eca05e576e7411" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala.git" + revision: "" + path: "" + - id: "Maven:org.scala-sbt:test-interface:1.0" + purl: "pkg:maven/org.scala-sbt/test-interface@1.0" + authors: + - "Bill Venners" + - "Chua Chee Seng" + - "Josh Cough" + - "Mark Harrah" + - "org.scala-sbt" + declared_licenses: + - "BSD" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD: "BSD-3-Clause" + description: "Uniform test interface to Scala/Java test frameworks (specs, ScalaCheck,\ + \ ScalaTest, JUnit and other)" + homepage_url: "http://www.scala-sbt.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0.jar" + hash: + value: "0a3f14d010c4cb32071f863d97291df31603b521" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0-sources.jar" + hash: + value: "d44b23e9e3419ad0e00b91bba764a48d43075000" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/sbt/test-interface.git" + revision: "" + path: "" + - id: "Maven:org.scalameta:junit-interface:0.7.20" + purl: "pkg:maven/org.scalameta/junit-interface@0.7.20" + authors: + - "org.scalameta" + - "Ólafur Páll Geirsson" + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "A Java implementation of sbt's test interface for JUnit 4" + homepage_url: "https://github.com/scalameta/munit" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalameta/junit-interface/0.7.20/junit-interface-0.7.20.jar" + hash: + value: "57c22a6a3469a8fe1c79764b8adddc489dfc2392" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalameta/junit-interface/0.7.20/junit-interface-0.7.20-sources.jar" + hash: + value: "cd7858f06a0405298d64ebbd80fc3f6c8d2ac23e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://github.com/scalameta/munit.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scalameta/munit.git" + revision: "" + path: "" + - id: "Maven:org.scalameta:munit_2.13:0.7.20" + purl: "pkg:maven/org.scalameta/munit_2.13@0.7.20" + authors: + - "org.scalameta" + - "Ólafur Páll Geirsson" + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "munit" + homepage_url: "https://github.com/scalameta/munit" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalameta/munit_2.13/0.7.20/munit_2.13-0.7.20.jar" + hash: + value: "626291a3826971b1be984fcc36a488c79c89bb98" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalameta/munit_2.13/0.7.20/munit_2.13-0.7.20-sources.jar" + hash: + value: "a8d3a5b99ef42c282ec10c6cde67889c10d512c2" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://github.com/scalameta/munit.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scalameta/munit.git" + revision: "" + path: "" + - id: "Maven:org.scalameta:svm-subs_2.13:20.2.0" + purl: "pkg:maven/org.scalameta/svm-subs_2.13@20.2.0" + authors: + - "org.scalameta" + - "Ólafur Páll Geirsson" + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "subs" + homepage_url: "https://github.com/scalameta/svm-subs" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalameta/svm-subs_2.13/20.2.0/svm-subs_2.13-20.2.0.jar" + hash: + value: "fe7eebfa1d2e7dfead168569cb981eb3b0c3db06" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalameta/svm-subs_2.13/20.2.0/svm-subs_2.13-20.2.0-sources.jar" + hash: + value: "e20eb69dc9d950bf4e1b4b9745f69bf79f8742a3" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://github.com/scalameta/svm-subs.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scalameta/svm-subs.git" + revision: "" + path: "" + - id: "Maven:org.scodec:scodec-bits_2.13:1.1.23" + purl: "pkg:maven/org.scodec/scodec-bits_2.13@1.1.23" + authors: + - "Michael Pilquist" + - "Paul Chiusano" + - "Scodec" + declared_licenses: + - "BSD-3-Clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + description: "scodec-bits" + homepage_url: "https://github.com/scodec/scodec-bits" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scodec/scodec-bits_2.13/1.1.23/scodec-bits_2.13-1.1.23.jar" + hash: + value: "f45a2b9b5811c0d5a518356a4a45004c7528ad42" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scodec/scodec-bits_2.13/1.1.23/scodec-bits_2.13-1.1.23-sources.jar" + hash: + value: "fe7f4d42f08a04b19b1a014ea3763e8e4904d172" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:scodec/scodec-bits.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/scodec/scodec-bits.git" + revision: "" + path: "" + - id: "Maven:org.slf4j:slf4j-api:1.7.25" + purl: "pkg:maven/org.slf4j/slf4j-api@1.7.25" + authors: + - "Ceki Gulcu" + - "QOS.ch" + declared_licenses: + - "MIT License" + declared_licenses_processed: + spdx_expression: "MIT" + mapped: + MIT License: "MIT" + description: "The slf4j API" + homepage_url: "http://www.slf4j.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar" + hash: + value: "da76ca59f6a57ee3102f8f9bd9cee742973efa8a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-sources.jar" + hash: + value: "962153db4a9ea71b79d047dfd1b2a0d80d8f4739" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:qos-ch/slf4j.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/qos-ch/slf4j.git" + revision: "" + path: "" + - id: "Maven:org.typelevel:cats-core_2.13:2.3.1" + purl: "pkg:maven/org.typelevel/cats-core_2.13@2.3.1" + authors: + - "Adelbert Chang" + - "Cody Allen" + - "Daniel Spiewak" + - "Erik Osheim" + - "Frank Thomas" + - "Julien Truffaut" + - "Kailuo Wang" + - "LukaJCB" + - "Michael Pilquist" + - "Miles Sabin" + - "P. Oscar Boykin" + - "Peter Neyens" + - "Rob Norris" + - "Ross Baker" + - "Travis Brown" + - "org.typelevel" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Cats core" + homepage_url: "https://github.com/typelevel/cats" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/cats-core_2.13/2.3.1/cats-core_2.13-2.3.1.jar" + hash: + value: "0fcd0cc007cba8cf0bbe33e1f9e11a69b20d9716" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/cats-core_2.13/2.3.1/cats-core_2.13-2.3.1-sources.jar" + hash: + value: "a315bf7a42fe458d0084a7840f4bc4161bf0bcbe" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:typelevel/cats.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/typelevel/cats.git" + revision: "" + path: "" + - id: "Maven:org.typelevel:cats-effect_2.13:2.3.1" + purl: "pkg:maven/org.typelevel/cats-effect_2.13@2.3.1" + authors: + - "Alexandru Nedelcu" + - "Daniel Spiewak" + - "Fabio Labella" + - "Michael Pilquist" + - "Typelevel" + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "cats-effect" + homepage_url: "https://typelevel.org/cats-effect/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/cats-effect_2.13/2.3.1/cats-effect_2.13-2.3.1.jar" + hash: + value: "21c0fe60b4896c338828edb0893dc9122b7751ea" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/cats-effect_2.13/2.3.1/cats-effect_2.13-2.3.1-sources.jar" + hash: + value: "664e155b66d364e944f2fe4666b9a52a1b51358a" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:typelevel/cats-effect.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/typelevel/cats-effect.git" + revision: "" + path: "" + - id: "Maven:org.typelevel:cats-kernel_2.13:2.3.1" + purl: "pkg:maven/org.typelevel/cats-kernel_2.13@2.3.1" + authors: + - "Adelbert Chang" + - "Cody Allen" + - "Daniel Spiewak" + - "Erik Osheim" + - "Frank Thomas" + - "Julien Truffaut" + - "Kailuo Wang" + - "LukaJCB" + - "Michael Pilquist" + - "Miles Sabin" + - "P. Oscar Boykin" + - "Peter Neyens" + - "Rob Norris" + - "Ross Baker" + - "Travis Brown" + - "org.typelevel" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Cats kernel" + homepage_url: "https://github.com/typelevel/cats" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/cats-kernel_2.13/2.3.1/cats-kernel_2.13-2.3.1.jar" + hash: + value: "4ad652787ecd49e55a5985b035546b07d64765c6" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/cats-kernel_2.13/2.3.1/cats-kernel_2.13-2.3.1-sources.jar" + hash: + value: "bdd596244a84daa9cf4fb451b8cb429422c28247" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:typelevel/cats.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/typelevel/cats.git" + revision: "" + path: "" + - id: "Maven:org.typelevel:jawn-parser_2.13:1.0.1" + purl: "pkg:maven/org.typelevel/jawn-parser_2.13@1.0.1" + authors: + - "Erik Osheim" + - "org.typelevel" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "parser" + homepage_url: "http://github.com/typelevel/jawn" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/jawn-parser_2.13/1.0.1/jawn-parser_2.13-1.0.1.jar" + hash: + value: "4b7be6f4f03b1e0071d28ceeec671298d50be78e" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/jawn-parser_2.13/1.0.1/jawn-parser_2.13-1.0.1-sources.jar" + hash: + value: "aaaa15852bddbd2d6a2d4fa990015c9c8b9b6dcd" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:typelevel/jawn.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/typelevel/jawn.git" + revision: "" + path: "" + - id: "Maven:org.typelevel:munit-cats-effect-2_2.13:0.13.0" + purl: "pkg:maven/org.typelevel/munit-cats-effect-2_2.13@0.13.0" + authors: + - "Milan van der Meer" + - "Typelevel" + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "munit-cats-effect-2" + homepage_url: "https://github.com/typelevel/munit-cats-effect" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/munit-cats-effect-2_2.13/0.13.0/munit-cats-effect-2_2.13-0.13.0.jar" + hash: + value: "a0c823b65312142ca30519b0d7761efe5809082f" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/munit-cats-effect-2_2.13/0.13.0/munit-cats-effect-2_2.13-0.13.0-sources.jar" + hash: + value: "4b12cf400658fd7545a17c49360f9e7113d135f5" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:typelevel/munit-cats-effect.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/typelevel/munit-cats-effect.git" + revision: "" + path: "" + - id: "Maven:org.typelevel:simulacrum-scalafix-annotations_2.13:0.5.3" + purl: "pkg:maven/org.typelevel/simulacrum-scalafix-annotations_2.13@0.5.3" + authors: + - "Travis Brown" + - "org.typelevel" + declared_licenses: + - "Apache 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2.0: "Apache-2.0" + description: "annotation" + homepage_url: "https://github.com/typelevel/simulacrum-scalafix" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/simulacrum-scalafix-annotations_2.13/0.5.3/simulacrum-scalafix-annotations_2.13-0.5.3.jar" + hash: + value: "ec959001e735722980a4428b1906b11b61c6835d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/simulacrum-scalafix-annotations_2.13/0.5.3/simulacrum-scalafix-annotations_2.13-0.5.3-sources.jar" + hash: + value: "7a2cdc4729332a6277a34462cfd8fbf06a007f8c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:typelevel/simulacrum-scalafix.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/typelevel/simulacrum-scalafix.git" + revision: "" + path: "" has_issues: false scanner: null advisor: null evaluator: null +resolved_configuration: {} diff --git a/analyzer/src/funTest/assets/projects/synthetic/spdx-project-xyz-expected-output-subproject-conan.yml b/analyzer/src/funTest/assets/projects/synthetic/spdx-project-xyz-expected-output-subproject-conan.yml index 9822e7de9e0e5..203f9c7925131 100644 --- a/analyzer/src/funTest/assets/projects/synthetic/spdx-project-xyz-expected-output-subproject-conan.yml +++ b/analyzer/src/funTest/assets/projects/synthetic/spdx-project-xyz-expected-output-subproject-conan.yml @@ -55,67 +55,63 @@ projects: dependencies: - id: "Conan::zlib:1.2.12" packages: -- metadata: - id: "Conan::openssl:3.0.0" - purl: "pkg:conan/openssl@3.0.0" - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "A toolkit for the Transport Layer Security (TLS) and Secure Sockets\ - \ Layer (SSL) protocols" - homepage_url: "https://github.com/openssl/openssl" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://www.openssl.org/source/openssl-3.0.0.tar.gz" - hash: - value: "59eedfcb46c25214c9bd37ed6078297b4df01d012267fe9e9eee31f61bc70536" - algorithm: "SHA-256" - vcs: - type: "Git" - url: "https://github.com/openssl/openssl.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/openssl/openssl.git" - revision: "" - path: "" - curations: [] -- metadata: - id: "Conan::zlib:1.2.12" - purl: "pkg:conan/zlib@1.2.12" - declared_licenses: - - "Zlib" - declared_licenses_processed: - spdx_expression: "Zlib" - description: "A Massively Spiffy Yet Delicately Unobtrusive Compression Library\ - \ (Also Free, Not to Mention Unencumbered by Patents)" - homepage_url: "https://zlib.net" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://zlib.net/fossils/zlib-1.2.12.tar.gz" - hash: - value: "91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9" - algorithm: "SHA-256" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - is_modified: true - curations: [] +- id: "Conan::openssl:3.0.0" + purl: "pkg:conan/openssl@3.0.0" + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "A toolkit for the Transport Layer Security (TLS) and Secure Sockets\ + \ Layer (SSL) protocols" + homepage_url: "https://github.com/openssl/openssl" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://www.openssl.org/source/openssl-3.0.0.tar.gz" + hash: + value: "59eedfcb46c25214c9bd37ed6078297b4df01d012267fe9e9eee31f61bc70536" + algorithm: "SHA-256" + vcs: + type: "Git" + url: "https://github.com/openssl/openssl.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/openssl/openssl.git" + revision: "" + path: "" +- id: "Conan::zlib:1.2.12" + purl: "pkg:conan/zlib@1.2.12" + declared_licenses: + - "Zlib" + declared_licenses_processed: + spdx_expression: "Zlib" + description: "A Massively Spiffy Yet Delicately Unobtrusive Compression Library\ + \ (Also Free, Not to Mention Unencumbered by Patents)" + homepage_url: "https://zlib.net" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://zlib.net/fossils/zlib-1.2.12.tar.gz" + hash: + value: "91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9" + algorithm: "SHA-256" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" + is_modified: true has_issues: false diff --git a/analyzer/src/funTest/assets/projects/synthetic/yarn2-workspaces-expected-output.yml b/analyzer/src/funTest/assets/projects/synthetic/yarn2-workspaces-expected-output.yml index 07193a475ae04..d32bd08ac955c 100644 --- a/analyzer/src/funTest/assets/projects/synthetic/yarn2-workspaces-expected-output.yml +++ b/analyzer/src/funTest/assets/projects/synthetic/yarn2-workspaces-expected-output.yml @@ -65,100 +65,94 @@ projects: dependencies: - id: "NPM::node-fetch:2.6.0" packages: -- metadata: - id: "NPM::node-fetch:2.6.0" - purl: "pkg:npm/node-fetch@2.6.0" - authors: - - "David Frank" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "A light-weight module that brings window.fetch to node.js" - homepage_url: "https://github.com/bitinn/node-fetch" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz" - hash: - value: "e633456386d4aa55863f676a7ab0daa8fdecb0fd" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/bitinn/node-fetch.git" - revision: "95286f52bb866283bc69521a04efe1de37b26a33" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/bitinn/node-fetch.git" - revision: "95286f52bb866283bc69521a04efe1de37b26a33" - path: "" - curations: [] -- metadata: - id: "NPM:@here:harp-fetch:0.3.6" - purl: "pkg:npm/%40here/harp-fetch@0.3.6" - authors: - - "HERE Europe B.V." - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "This module adds a subset of the fetch API for Node.js" - homepage_url: "https://github.com/heremaps/harp.gl#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/@here/harp-fetch/-/harp-fetch-0.3.6.tgz" - hash: - value: "703fc8b034f6e0d621cc2c3ded96c6f904723742" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/heremaps/harp.gl.git" - revision: "0c2857f958a34ef7638384afada4fceec427d48d" - path: "@here/harp-fetch" - vcs_processed: - type: "Git" - url: "https://github.com/heremaps/harp.gl.git" - revision: "0c2857f958a34ef7638384afada4fceec427d48d" - path: "@here/harp-fetch" - curations: [] -- metadata: - id: "NPM:@here:harp-fetch:0.11.0" - purl: "pkg:npm/%40here/harp-fetch@0.11.0" - authors: - - "HERE Europe B.V." - declared_licenses: - - "Apache-2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "This module adds a subset of the fetch API for Node.js" - homepage_url: "https://github.com/heremaps/harp.gl#readme" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "https://registry.npmjs.org/@here/harp-fetch/-/harp-fetch-0.11.0.tgz" - hash: - value: "8d0e0bdb523c7c4f306f676aac65aa6bcb95da1c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git+https://github.com/heremaps/harp.gl.git" - revision: "ce42b2ce221de76b25ef8aea54f50ff007da2664" - path: "@here/harp-fetch" - vcs_processed: - type: "Git" - url: "https://github.com/heremaps/harp.gl.git" - revision: "ce42b2ce221de76b25ef8aea54f50ff007da2664" - path: "@here/harp-fetch" - curations: [] +- id: "NPM::node-fetch:2.6.0" + purl: "pkg:npm/node-fetch@2.6.0" + authors: + - "David Frank" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "A light-weight module that brings window.fetch to node.js" + homepage_url: "https://github.com/bitinn/node-fetch" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz" + hash: + value: "e633456386d4aa55863f676a7ab0daa8fdecb0fd" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/bitinn/node-fetch.git" + revision: "95286f52bb866283bc69521a04efe1de37b26a33" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/bitinn/node-fetch.git" + revision: "95286f52bb866283bc69521a04efe1de37b26a33" + path: "" +- id: "NPM:@here:harp-fetch:0.3.6" + purl: "pkg:npm/%40here/harp-fetch@0.3.6" + authors: + - "HERE Europe B.V." + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "This module adds a subset of the fetch API for Node.js" + homepage_url: "https://github.com/heremaps/harp.gl#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/@here/harp-fetch/-/harp-fetch-0.3.6.tgz" + hash: + value: "703fc8b034f6e0d621cc2c3ded96c6f904723742" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/heremaps/harp.gl.git" + revision: "0c2857f958a34ef7638384afada4fceec427d48d" + path: "@here/harp-fetch" + vcs_processed: + type: "Git" + url: "https://github.com/heremaps/harp.gl.git" + revision: "0c2857f958a34ef7638384afada4fceec427d48d" + path: "@here/harp-fetch" +- id: "NPM:@here:harp-fetch:0.11.0" + purl: "pkg:npm/%40here/harp-fetch@0.11.0" + authors: + - "HERE Europe B.V." + declared_licenses: + - "Apache-2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "This module adds a subset of the fetch API for Node.js" + homepage_url: "https://github.com/heremaps/harp.gl#readme" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "https://registry.npmjs.org/@here/harp-fetch/-/harp-fetch-0.11.0.tgz" + hash: + value: "8d0e0bdb523c7c4f306f676aac65aa6bcb95da1c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git+https://github.com/heremaps/harp.gl.git" + revision: "ce42b2ce221de76b25ef8aea54f50ff007da2664" + path: "@here/harp-fetch" + vcs_processed: + type: "Git" + url: "https://github.com/heremaps/harp.gl.git" + revision: "ce42b2ce221de76b25ef8aea54f50ff007da2664" + path: "@here/harp-fetch" has_issues: false diff --git a/analyzer/src/funTest/kotlin/managers/PubFunTest.kt b/analyzer/src/funTest/kotlin/managers/PubFunTest.kt index ac3f49170f06e..213543d15adf5 100644 --- a/analyzer/src/funTest/kotlin/managers/PubFunTest.kt +++ b/analyzer/src/funTest/kotlin/managers/PubFunTest.kt @@ -136,7 +136,7 @@ private fun AnalyzerResult.reduceToPubProjects(): AnalyzerResult { return AnalyzerResult( projects = pubProjects, - packages = packages.filterTo(mutableSetOf()) { it.metadata.id in dependencies }, + packages = packages.filterTo(mutableSetOf()) { it.id in dependencies }, issues = issues ) } @@ -158,13 +158,11 @@ private fun createPub(config: AnalyzerConfiguration = AnalyzerConfiguration()) = */ private fun AnalyzerResult.patchPackages(): AnalyzerResult { val patchedPackages = packages.mapTo(mutableSetOf()) { pkg -> - pkg.takeUnless { it.metadata.id.toCoordinates().startsWith("Maven:com.android.tools.build:aapt2:") } + pkg.takeUnless { it.id.toCoordinates().startsWith("Maven:com.android.tools.build:aapt2:") } ?: pkg.copy( - metadata = pkg.metadata.copy( - binaryArtifact = pkg.metadata.binaryArtifact.copy( - url = "***", - hash = Hash("***", HashAlgorithm.SHA1) - ) + binaryArtifact = pkg.binaryArtifact.copy( + url = "***", + hash = Hash("***", HashAlgorithm.SHA1) ) ) } diff --git a/analyzer/src/main/kotlin/Analyzer.kt b/analyzer/src/main/kotlin/Analyzer.kt index 872300ca8aeee..88f445b273b99 100644 --- a/analyzer/src/main/kotlin/Analyzer.kt +++ b/analyzer/src/main/kotlin/Analyzer.kt @@ -22,6 +22,8 @@ package org.ossreviewtoolkit.analyzer import java.io.File import java.time.Instant +import kotlin.time.measureTimedValue + import kotlinx.coroutines.CoroutineScope import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.flow.MutableStateFlow @@ -35,6 +37,7 @@ import kotlinx.coroutines.sync.withLock import kotlinx.coroutines.withContext import org.apache.logging.log4j.kotlin.Logging +import org.apache.logging.log4j.kotlin.logger import org.ossreviewtoolkit.analyzer.managers.Unmanaged import org.ossreviewtoolkit.downloader.VersionControlSystem @@ -42,6 +45,7 @@ import org.ossreviewtoolkit.model.AnalyzerResult import org.ossreviewtoolkit.model.AnalyzerRun import org.ossreviewtoolkit.model.OrtResult import org.ossreviewtoolkit.model.Repository +import org.ossreviewtoolkit.model.ResolvedConfiguration import org.ossreviewtoolkit.model.config.AnalyzerConfiguration import org.ossreviewtoolkit.model.config.RepositoryConfiguration import org.ossreviewtoolkit.model.orEmpty @@ -117,7 +121,7 @@ class Analyzer(private val config: AnalyzerConfiguration, private val labels: Ma val startTime = Instant.now() // Resolve dependencies per package manager. - val analyzerResult = analyzeInParallel(info.managedFiles, curationProvider) + val analyzerResult = analyzeInParallel(info.managedFiles) val workingTree = VersionControlSystem.forDirectory(info.absoluteProjectPath) val vcs = workingTree?.getInfo().orEmpty() @@ -138,15 +142,17 @@ class Analyzer(private val config: AnalyzerConfiguration, private val labels: Ma } val run = AnalyzerRun(startTime, endTime, Environment(toolVersions = toolVersions), config, analyzerResult) + val resolvedConfiguration = getResolvedConfiguration(analyzerResult, curationProvider) - return OrtResult(repository, run) + return OrtResult( + repository = repository, + analyzer = run, + resolvedConfiguration = resolvedConfiguration + ) } - private fun analyzeInParallel( - managedFiles: Map>, - curationProvider: PackageCurationProvider - ): AnalyzerResult { - val state = AnalyzerState(curationProvider) + private fun analyzeInParallel(managedFiles: Map>): AnalyzerResult { + val state = AnalyzerState() val packageManagerDependencies = determinePackageManagerDependencies(managedFiles) @@ -220,8 +226,8 @@ class Analyzer(private val config: AnalyzerConfiguration, private val labels: Ma } } -private class AnalyzerState(curationProvider: PackageCurationProvider) { - private val builder = AnalyzerResultBuilder(curationProvider) +private class AnalyzerState { + private val builder = AnalyzerResultBuilder() private val scope = CoroutineScope(Dispatchers.Default) private val addMutex = Mutex() @@ -329,3 +335,18 @@ private class PackageManagerRunner( } } } + +private fun getResolvedConfiguration( + analyzerResult: AnalyzerResult, + curationProvider: PackageCurationProvider +): ResolvedConfiguration { + val packageIds = analyzerResult.packages.mapTo(mutableSetOf()) { it.id } + + val (packageCurations, duration) = measureTimedValue { + curationProvider.getCurationsFor(packageIds).values.flatten() + } + + Analyzer.logger().debug { "Getting package curations took $duration." } + + return ResolvedConfiguration(packageCurations) +} diff --git a/analyzer/src/main/kotlin/AnalyzerResultBuilder.kt b/analyzer/src/main/kotlin/AnalyzerResultBuilder.kt index 81a4ee54f7462..e7f87172b6a9a 100644 --- a/analyzer/src/main/kotlin/AnalyzerResultBuilder.kt +++ b/analyzer/src/main/kotlin/AnalyzerResultBuilder.kt @@ -19,13 +19,10 @@ package org.ossreviewtoolkit.analyzer -import kotlin.time.measureTimedValue - import org.apache.logging.log4j.kotlin.Logging import org.ossreviewtoolkit.analyzer.managers.utils.PackageManagerDependencyHandler import org.ossreviewtoolkit.model.AnalyzerResult -import org.ossreviewtoolkit.model.CuratedPackage import org.ossreviewtoolkit.model.DependencyGraph import org.ossreviewtoolkit.model.DependencyGraphNavigator import org.ossreviewtoolkit.model.Identifier @@ -38,16 +35,16 @@ import org.ossreviewtoolkit.model.utils.DependencyGraphBuilder import org.ossreviewtoolkit.model.utils.convertToDependencyGraph import org.ossreviewtoolkit.utils.common.getDuplicates -class AnalyzerResultBuilder(private val curationProvider: PackageCurationProvider = PackageCurationProvider.EMPTY) { +class AnalyzerResultBuilder { companion object : Logging private val projects = mutableSetOf() - private val packages = mutableSetOf() + private val packages = mutableSetOf() private val issues = mutableMapOf>() private val dependencyGraphs = mutableMapOf() fun build(): AnalyzerResult { - val duplicates = (projects.map { it.toPackage() } + packages.map { it.metadata }).getDuplicates { it.id } + val duplicates = (projects.map { it.toPackage() } + packages).getDuplicates { it.id } require(duplicates.isEmpty()) { "Unable to create the AnalyzerResult as it contains packages and projects with the same ids: " + duplicates.values @@ -96,19 +93,7 @@ class AnalyzerResultBuilder(private val curationProvider: PackageCurationProvide * independently of a [ProjectAnalyzerResult]. */ fun addPackages(packageSet: Set) = apply { - val (curations, duration) = measureTimedValue { curationProvider.getCurationsFor(packageSet.map { it.id }) } - - logger.debug { "Getting package curations took $duration." } - - packages += packageSet.map { pkg -> - curations[pkg.id].orEmpty().fold(pkg.toCuratedPackage()) { cur, packageCuration -> - logger.debug { - "Applying curation '$packageCuration' to package '${pkg.id.toCoordinates()}'." - } - - packageCuration.apply(cur) - } - } + packages += packageSet } /** diff --git a/analyzer/src/main/kotlin/managers/utils/PackageManagerDependencyHandler.kt b/analyzer/src/main/kotlin/managers/utils/PackageManagerDependencyHandler.kt index 06f6aa6f28584..90db4f73dc604 100644 --- a/analyzer/src/main/kotlin/managers/utils/PackageManagerDependencyHandler.kt +++ b/analyzer/src/main/kotlin/managers/utils/PackageManagerDependencyHandler.kt @@ -81,7 +81,7 @@ class PackageManagerDependencyHandler( private val navigator = DependencyGraphNavigator(analyzerResult.dependencyGraphs) override fun createPackage(dependency: ResolvableDependencyNode, issues: MutableList): Package? = - analyzerResult.packages.find { it.metadata.id == dependency.id }?.metadata + analyzerResult.packages.find { it.id == dependency.id } override fun dependenciesFor(dependency: ResolvableDependencyNode): Collection = buildList { diff --git a/analyzer/src/test/kotlin/AnalyzerResultBuilderTest.kt b/analyzer/src/test/kotlin/AnalyzerResultBuilderTest.kt index 2b40e2324a21c..dc2efea5369f6 100644 --- a/analyzer/src/test/kotlin/AnalyzerResultBuilderTest.kt +++ b/analyzer/src/test/kotlin/AnalyzerResultBuilderTest.kt @@ -284,9 +284,9 @@ class AnalyzerResultBuilderTest : WordSpec() { project2 ) mergedResults.packages shouldBe setOf( - package1.toCuratedPackage(), - package2.toCuratedPackage(), - package3.toCuratedPackage() + package1, + package2, + package3 ) mergedResults.issues shouldBe mapOf( project1.id to analyzerResult1.issues, diff --git a/cli/src/funTest/assets/semver4j-ort-result.yml b/cli/src/funTest/assets/semver4j-ort-result.yml index e2b7b5888a818..03cb00f38742a 100644 --- a/cli/src/funTest/assets/semver4j-ort-result.yml +++ b/cli/src/funTest/assets/semver4j-ort-result.yml @@ -62,101 +62,95 @@ analyzer: - id: "Maven:org.hamcrest:hamcrest-core:1.3" - id: "Maven:org.mockito:mockito-all:1.10.19" packages: - - metadata: - id: "Maven:junit:junit:4.12" - purl: "pkg:maven/junit/junit@4.12" - declared_licenses: - - "Eclipse Public License 1.0" - declared_licenses_processed: - spdx_expression: "EPL-1.0" - mapped: - Eclipse Public License 1.0: "EPL-1.0" - description: "JUnit is a unit testing framework for Java, created by Erich\ - \ Gamma and Kent Beck." - homepage_url: "http://junit.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar" - hash: - value: "2973d150c0dc1fefe998f834810d68f278ea58ec" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12-sources.jar" - hash: - value: "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/junit-team/junit.git" - revision: "r4.12" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/junit-team/junit.git" - revision: "r4.12" - path: "" - curations: [] - - metadata: - id: "Maven:org.hamcrest:hamcrest-core:1.3" - purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3" - declared_licenses: - - "BSD-3-Clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - description: "This is the core API of hamcrest matcher framework to be used\ - \ by third-party framework providers. This includes the a foundation set\ - \ of matcher implementations for common operations." - homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" - hash: - value: "42a25dc3219429f0e5d060061f71acb49bf010a0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" - hash: - value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:hamcrest/JavaHamcrest.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/hamcrest/JavaHamcrest.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.mockito:mockito-all:1.10.19" - purl: "pkg:maven/org.mockito/mockito-all@1.10.19" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Mock objects library for java" - homepage_url: "http://www.mockito.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar" - hash: - value: "539df70269cc254a58cccc5d8e43286b4a73bf30" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19-sources.jar" - hash: - value: "8269667b73d9616600359a9b0ba1b1c7d0cf7a97" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] + - id: "Maven:junit:junit:4.12" + purl: "pkg:maven/junit/junit@4.12" + declared_licenses: + - "Eclipse Public License 1.0" + declared_licenses_processed: + spdx_expression: "EPL-1.0" + mapped: + Eclipse Public License 1.0: "EPL-1.0" + description: "JUnit is a unit testing framework for Java, created by Erich Gamma\ + \ and Kent Beck." + homepage_url: "http://junit.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar" + hash: + value: "2973d150c0dc1fefe998f834810d68f278ea58ec" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12-sources.jar" + hash: + value: "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/junit-team/junit.git" + revision: "r4.12" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/junit-team/junit.git" + revision: "r4.12" + path: "" + - id: "Maven:org.hamcrest:hamcrest-core:1.3" + purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3" + declared_licenses: + - "BSD-3-Clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + description: "This is the core API of hamcrest matcher framework to be used\ + \ by third-party framework providers. This includes the a foundation set of\ + \ matcher implementations for common operations." + homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" + hash: + value: "42a25dc3219429f0e5d060061f71acb49bf010a0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" + hash: + value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:hamcrest/JavaHamcrest.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/hamcrest/JavaHamcrest.git" + revision: "" + path: "" + - id: "Maven:org.mockito:mockito-all:1.10.19" + purl: "pkg:maven/org.mockito/mockito-all@1.10.19" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Mock objects library for java" + homepage_url: "http://www.mockito.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar" + hash: + value: "539df70269cc254a58cccc5d8e43286b4a73bf30" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19-sources.jar" + hash: + value: "8269667b73d9616600359a9b0ba1b1c7d0cf7a97" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" has_issues: false scanner: start_time: "2020-10-26T20:00:50.163356Z" @@ -351,3 +345,4 @@ advisor: severity: "5.5" has_issues: false evaluator: null +resolved_configuration: {} diff --git a/evaluator/src/test/kotlin/TestData.kt b/evaluator/src/test/kotlin/TestData.kt index bd554686e86ac..79b533c28f6cb 100644 --- a/evaluator/src/test/kotlin/TestData.kt +++ b/evaluator/src/test/kotlin/TestData.kt @@ -29,7 +29,6 @@ import org.ossreviewtoolkit.model.AdvisorRun import org.ossreviewtoolkit.model.AdvisorSummary import org.ossreviewtoolkit.model.AnalyzerResult import org.ossreviewtoolkit.model.AnalyzerRun -import org.ossreviewtoolkit.model.CuratedPackage import org.ossreviewtoolkit.model.Identifier import org.ossreviewtoolkit.model.LicenseFinding import org.ossreviewtoolkit.model.OrtResult @@ -212,7 +211,7 @@ val ortResult = OrtResult( config = AnalyzerConfiguration(allowDynamicVersions = true), result = AnalyzerResult( projects = allProjects, - packages = allPackages.mapTo(mutableSetOf()) { CuratedPackage(it) } + packages = allPackages ) ), advisor = AdvisorRun( diff --git a/helper-cli/src/main/kotlin/commands/CreateAnalyzerResultCommand.kt b/helper-cli/src/main/kotlin/commands/CreateAnalyzerResultCommand.kt index 4ec0065b36997..be563dd6bcc34 100644 --- a/helper-cli/src/main/kotlin/commands/CreateAnalyzerResultCommand.kt +++ b/helper-cli/src/main/kotlin/commands/CreateAnalyzerResultCommand.kt @@ -35,7 +35,6 @@ import org.ossreviewtoolkit.helper.utils.writeOrtResult import org.ossreviewtoolkit.model.AnalyzerResult import org.ossreviewtoolkit.model.AnalyzerRun import org.ossreviewtoolkit.model.ArtifactProvenance -import org.ossreviewtoolkit.model.CuratedPackage import org.ossreviewtoolkit.model.Identifier import org.ossreviewtoolkit.model.OrtResult import org.ossreviewtoolkit.model.Package @@ -196,7 +195,7 @@ private fun createAnalyzerResult(packages: Collection) = OrtResu config = AnalyzerConfiguration(), result = AnalyzerResult( projects = emptySet(), - packages = packages.mapTo(mutableSetOf()) { CuratedPackage(it.toPackage()) } + packages = packages.mapTo(mutableSetOf()) { it.toPackage() } ) ) ) diff --git a/model/src/main/kotlin/AnalyzerResult.kt b/model/src/main/kotlin/AnalyzerResult.kt index 669086bd31f04..66afbfa51b8a3 100644 --- a/model/src/main/kotlin/AnalyzerResult.kt +++ b/model/src/main/kotlin/AnalyzerResult.kt @@ -24,7 +24,7 @@ import com.fasterxml.jackson.annotation.JsonInclude import com.fasterxml.jackson.annotation.JsonPropertyOrder import com.fasterxml.jackson.databind.annotation.JsonSerialize -import org.ossreviewtoolkit.model.utils.CuratedPackageSortedSetConverter +import org.ossreviewtoolkit.model.utils.PackageSortedSetConverter import org.ossreviewtoolkit.model.utils.ProjectSortedSetConverter /** @@ -41,8 +41,8 @@ data class AnalyzerResult( /** * The set of identified packages for all projects. */ - @JsonSerialize(converter = CuratedPackageSortedSetConverter::class) - val packages: Set, + @JsonSerialize(converter = PackageSortedSetConverter::class) + val packages: Set, /** * The lists of [OrtIssue]s that occurred within the analyzed projects themselves. Issues related to project diff --git a/model/src/main/kotlin/OrtResult.kt b/model/src/main/kotlin/OrtResult.kt index f8d92dc377285..d3c1edec5f7a7 100644 --- a/model/src/main/kotlin/OrtResult.kt +++ b/model/src/main/kotlin/OrtResult.kt @@ -22,6 +22,8 @@ package org.ossreviewtoolkit.model import com.fasterxml.jackson.annotation.JsonIgnore import com.fasterxml.jackson.annotation.JsonInclude +import org.apache.logging.log4j.kotlin.Logging + import org.ossreviewtoolkit.model.config.Excludes import org.ossreviewtoolkit.model.config.LicenseFindingCuration import org.ossreviewtoolkit.model.config.RepositoryConfiguration @@ -78,7 +80,7 @@ data class OrtResult( @JsonInclude(JsonInclude.Include.NON_EMPTY) val labels: Map = emptyMap() ) { - companion object { + companion object : Logging { /** * A constant for an [OrtResult] with an empty repository and all other properties `null`. */ @@ -125,7 +127,10 @@ data class OrtResult( */ private val packages: Map by lazy { val projects = getProjects() - val packages = getPackages().associateBy { it.metadata.id } + val packages = applyPackageCurations( + analyzer?.result?.packages.orEmpty(), + resolvedConfiguration.packageCurations + ).associateBy { it.metadata.id } val allDependencies = packages.keys.toMutableSet() val includedDependencies = mutableSetOf() @@ -310,19 +315,18 @@ data class OrtResult( /** * Return a copy of this [OrtResult] with the [PackageCuration]s replaced by the given [curations]. */ - fun replacePackageCurations(curations: Collection): OrtResult = - copy( - analyzer = analyzer?.copy( - result = analyzer.result.copy( - packages = getPackages().mapTo(mutableSetOf()) { curatedPackage -> - val uncuratedPackage = CuratedPackage(curatedPackage.toUncuratedPackage()) - curations - .filter { it.isApplicable(curatedPackage.metadata.id) } - .fold(uncuratedPackage) { current, packageCuration -> packageCuration.apply(current) } - } - ) + fun replacePackageCurations(curations: Collection): OrtResult { + val packageIds = getPackages().map { it.metadata.id } + val applicableCurations = curations.filter { curation -> + packageIds.any { curation.isApplicable(it) } + } + + return copy( + resolvedConfiguration = resolvedConfiguration.copy( + packageCurations = applicableCurations ) ) + } fun getProject(id: Identifier): Project? = projects[id]?.project @@ -333,8 +337,8 @@ data class OrtResult( */ @JsonIgnore fun getPackages(omitExcluded: Boolean = false): Set = - analyzer?.result?.packages.orEmpty().filterTo(mutableSetOf()) { pkg -> - !omitExcluded || !isExcluded(pkg.metadata.id) + packages.mapNotNullTo(mutableSetOf()) { (_, entry) -> + entry.curatedPackage.takeIf { !omitExcluded || !entry.isExcluded } } /** @@ -513,3 +517,24 @@ data class OrtResult( labels[label] == value } } + +private fun applyPackageCurations(packages: Set, curations: List): Set { + val curationsForId = packages.associateBy( + keySelector = { pkg -> pkg.id }, + valueTransform = { pkg -> + curations.filter { curation -> + curation.isApplicable(pkg.id) + } + } + ) + + return packages.mapTo(mutableSetOf()) { pkg -> + curationsForId[pkg.id].orEmpty().fold(pkg.toCuratedPackage()) { cur, packageCuration -> + OrtResult.logger.debug { + "Applying curation '$packageCuration' to package '${pkg.id.toCoordinates()}'." + } + + packageCuration.apply(cur) + } + } +} diff --git a/model/src/test/assets/analyzer-result-with-dependency-graph.yml b/model/src/test/assets/analyzer-result-with-dependency-graph.yml index a612db8fcf856..e916e8b40db67 100644 --- a/model/src/test/assets/analyzer-result-with-dependency-graph.yml +++ b/model/src/test/assets/analyzer-result-with-dependency-graph.yml @@ -53,130 +53,110 @@ analyzer: scope_names: - "test" packages: - - metadata: - id: "Maven:junit:junit:4.12" - purl: "pkg:maven/junit/junit@4.12" - authors: - - "David Saff" - - "JUnit" - - "Kevin Cooney" - - "Marc Philipp" - - "Stefan Birkner" - declared_licenses: - - "Eclipse Public License 1.0" - declared_licenses_processed: - spdx_expression: "EPL-1.0" - mapped: - Eclipse Public License 1.0: "EPL-1.0" - concluded_license: "EPL-1.0" - description: "JUnit is a unit testing framework for Java, created by Erich\ - \ Gamma and Kent Beck." - homepage_url: "http://junit.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar" - hash: - value: "2973d150c0dc1fefe998f834810d68f278ea58ec" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12-sources.jar" - hash: - value: "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://github.com/junit-team/junit4.git" - revision: "r4.12" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/junit-team/junit4.git" - revision: "r4.12" - path: "" - curations: - - base: - vcs: - type: "Git" - url: "git://github.com/junit-team/junit.git" - revision: "r4.12" - path: "" - curation: - comment: "ScanCode claims to find some NOASSERTION and Apache-2.0 in the\ - \ FAQ and the pom.xml, both are false-positives." - concluded_license: "EPL-1.0" - vcs: - type: "Git" - url: "https://github.com/junit-team/junit4.git" - revision: "r4.12" - - metadata: - id: "Maven:org.hamcrest:hamcrest-core:1.3" - purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3" - authors: - - "Joe Walnes" - - "Nat Pryce" - - "Neil Dunn" - - "Steve Freeman" - - "Tom Denley" - declared_licenses: - - "BSD-3-Clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - description: "This is the core API of hamcrest matcher framework to be used\ - \ by third-party framework providers. This includes the a foundation set\ - \ of matcher implementations for common operations." - homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" - hash: - value: "42a25dc3219429f0e5d060061f71acb49bf010a0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" - hash: - value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:hamcrest/JavaHamcrest.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/hamcrest/JavaHamcrest.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.mockito:mockito-all:1.10.19" - purl: "pkg:maven/org.mockito/mockito-all@1.10.19" - authors: - - "Szczepan Faber" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "Mock objects library for java" - homepage_url: "http://www.mockito.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar" - hash: - value: "539df70269cc254a58cccc5d8e43286b4a73bf30" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19-sources.jar" - hash: - value: "8269667b73d9616600359a9b0ba1b1c7d0cf7a97" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] + - id: "Maven:junit:junit:4.12" + purl: "pkg:maven/junit/junit@4.12" + authors: + - "David Saff" + - "JUnit" + - "Kevin Cooney" + - "Marc Philipp" + - "Stefan Birkner" + declared_licenses: + - "Eclipse Public License 1.0" + declared_licenses_processed: + spdx_expression: "EPL-1.0" + mapped: + Eclipse Public License 1.0: "EPL-1.0" + concluded_license: "EPL-1.0" + description: "JUnit is a unit testing framework for Java, created by Erich Gamma\ + \ and Kent Beck." + homepage_url: "http://junit.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar" + hash: + value: "2973d150c0dc1fefe998f834810d68f278ea58ec" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12-sources.jar" + hash: + value: "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://github.com/junit-team/junit4.git" + revision: "r4.12" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/junit-team/junit4.git" + revision: "r4.12" + path: "" + - id: "Maven:org.hamcrest:hamcrest-core:1.3" + purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3" + authors: + - "Joe Walnes" + - "Nat Pryce" + - "Neil Dunn" + - "Steve Freeman" + - "Tom Denley" + declared_licenses: + - "BSD-3-Clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + description: "This is the core API of hamcrest matcher framework to be used\ + \ by third-party framework providers. This includes the a foundation set of\ + \ matcher implementations for common operations." + homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" + hash: + value: "42a25dc3219429f0e5d060061f71acb49bf010a0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" + hash: + value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:hamcrest/JavaHamcrest.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/hamcrest/JavaHamcrest.git" + revision: "" + path: "" + - id: "Maven:org.mockito:mockito-all:1.10.19" + purl: "pkg:maven/org.mockito/mockito-all@1.10.19" + authors: + - "Szczepan Faber" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "Mock objects library for java" + homepage_url: "http://www.mockito.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar" + hash: + value: "539df70269cc254a58cccc5d8e43286b4a73bf30" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19-sources.jar" + hash: + value: "8269667b73d9616600359a9b0ba1b1c7d0cf7a97" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" dependency_graphs: Maven: packages: @@ -195,6 +175,17 @@ analyzer: scanner: null advisor: null evaluator: null +resolved_configuration: + package_curations: + - id: "Maven:junit:junit:4.12" + curations: + comment: "ScanCode claims to find some NOASSERTION and Apache-2.0 in the FAQ\ + \ and the pom.xml, both are false-positives." + concluded_license: "EPL-1.0" + vcs: + type: "Git" + url: "https://github.com/junit-team/junit4.git" + revision: "r4.12" labels: applicationCategory: "BT05 Client application" projectName: "Semver4jNewDependencyGraphShared" diff --git a/model/src/test/assets/result-with-issues-graph-old.yml b/model/src/test/assets/result-with-issues-graph-old.yml index 76b467e599261..ef3aaefbce45d 100644 --- a/model/src/test/assets/result-with-issues-graph-old.yml +++ b/model/src/test/assets/result-with-issues-graph-old.yml @@ -106,1136 +106,1074 @@ analyzer: scope_names: - "compile" packages: - - metadata: - id: "Maven:ch.qos.logback:logback-classic:1.2.3" - purl: "pkg:maven/ch.qos.logback/logback-classic@1.2.3" - authors: - - "Ceki Gulcu" - - "Joern Huxhorn" - - "QOS.ch" - declared_licenses: - - "Eclipse Public License - v 1.0" - - "GNU Lesser General Public License" - declared_licenses_processed: - spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" - mapped: - Eclipse Public License - v 1.0: "EPL-1.0" - GNU Lesser General Public License: "LGPL-2.1-or-later" - description: "logback-classic module" - homepage_url: "http://logback.qos.ch/logback-classic" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar" - hash: - value: "7c4f3c474fb2c041d8028740440937705ebb473a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar" - hash: - value: "cfd5385e0c5ed1c8a5dce57d86e79cf357153a64" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:ceki/logback.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/ceki/logback.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:ch.qos.logback:logback-core:1.2.3" - purl: "pkg:maven/ch.qos.logback/logback-core@1.2.3" - authors: - - "Ceki Gulcu" - - "Joern Huxhorn" - - "QOS.ch" - declared_licenses: - - "Eclipse Public License - v 1.0" - - "GNU Lesser General Public License" - declared_licenses_processed: - spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" - mapped: - Eclipse Public License - v 1.0: "EPL-1.0" - GNU Lesser General Public License: "LGPL-2.1-or-later" - description: "logback-core module" - homepage_url: "http://logback.qos.ch/logback-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar" - hash: - value: "864344400c3d4d92dfeb0a305dc87d953677c03c" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar" - hash: - value: "3ebabe69eba0196af9ad3a814f723fb720b9101e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:ceki/logback.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/ceki/logback.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.chuusai:shapeless_2.12:2.3.2" - purl: "pkg:maven/com.chuusai/shapeless_2.12@2.3.2" - authors: - - "Miles Sabin" - - "com.chuusai" - declared_licenses: - - "Apache 2" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2: "Apache-2.0" - description: "core" - homepage_url: "https://github.com/milessabin/shapeless" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2.jar" - hash: - value: "27e115ffed7917b456e54891de67173f4a68d5f1" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2-sources.jar" - hash: - value: "6d83fa4fa6d25b1e8d8cd9d9d551c05c745633b1" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:milessabin/shapeless.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/milessabin/shapeless.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.fasterxml.jackson.core:jackson-annotations:2.8.0" - purl: "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.8.0" - authors: - - "Christopher Currie" - - "FasterXML" - - "Paul Brown" - - "Tatu Saloranta" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Core annotations used for value types, used by Jackson data\ - \ binding package." - homepage_url: "http://github.com/FasterXML/jackson" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.jar" - hash: - value: "45b426f7796b741035581a176744d91090e2e6fb" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0-sources.jar" - hash: - value: "29a1a95363d497e856c0a7d682e4f7973e334068" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:FasterXML/jackson-annotations.git" - revision: "jackson-annotations-2.8.0" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/FasterXML/jackson-annotations.git" - revision: "jackson-annotations-2.8.0" - path: "" - curations: [] - - metadata: - id: "Maven:com.fasterxml.jackson.core:jackson-core:2.8.9" - purl: "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.8.9" - authors: - - "Christopher Currie" - - "FasterXML" - - "Paul Brown" - - "Tatu Saloranta" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Core Jackson abstractions, basic JSON streaming API implementation" - homepage_url: "https://github.com/FasterXML/jackson-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9.jar" - hash: - value: "569b1752705da98f49aabe2911cc956ff7d8ed9d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9-sources.jar" - hash: - value: "8cf3613202ddcd495137f8cb944e2da69964a641" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:FasterXML/jackson-core.git" - revision: "jackson-core-2.8.9" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/FasterXML/jackson-core.git" - revision: "jackson-core-2.8.9" - path: "" - curations: [] - - metadata: - id: "Maven:com.fasterxml.jackson.core:jackson-databind:2.8.9" - purl: "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.8.9" - authors: - - "Christopher Currie" - - "FasterXML" - - "Paul Brown" - - "Tatu Saloranta" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "General data-binding functionality for Jackson: works on core\ - \ streaming API" - homepage_url: "http://github.com/FasterXML/jackson" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9.jar" - hash: - value: "4dfca3975be3c1a98eacb829e70f02e9a71bc159" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9-sources.jar" - hash: - value: "98e1b4171628d8f230f6a60b248de84ed04fab0d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:FasterXML/jackson-databind.git" - revision: "jackson-databind-2.8.9" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/FasterXML/jackson-databind.git" - revision: "jackson-databind-2.8.9" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.julien-truffaut:monocle-core_2.12:1.4.0" - purl: "pkg:maven/com.github.julien-truffaut/monocle-core_2.12@1.4.0" - authors: - - "Ilan Godik" - - "Julien Truffaut" - - "Kenji Yoshida" - - "Naoki Aoyama" - - "com.github.julien-truffaut" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "core" - homepage_url: "https://github.com/julien-truffaut/Monocle" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0.jar" - hash: - value: "219da9cc75878a75c888e38ad883fe4d30a7651d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0-sources.jar" - hash: - value: "37d333798ca15a03f5dfbb02f133d5b6b8e57b8c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:julien-truffaut/Monocle.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/julien-truffaut/Monocle.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.julien-truffaut:monocle-macro_2.12:1.4.0" - purl: "pkg:maven/com.github.julien-truffaut/monocle-macro_2.12@1.4.0" - authors: - - "Ilan Godik" - - "Julien Truffaut" - - "Kenji Yoshida" - - "Naoki Aoyama" - - "com.github.julien-truffaut" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "macros" - homepage_url: "https://github.com/julien-truffaut/Monocle" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0.jar" - hash: - value: "319242d130983fec319a2e2d4f8e7741b809b5a0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0-sources.jar" - hash: - value: "e7ce64d7973ad64f3fa872b931a31c8c25de59b3" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:julien-truffaut/Monocle.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/julien-truffaut/Monocle.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.pureconfig:pureconfig-macros_2.12:0.8.0" - purl: "pkg:maven/com.github.pureconfig/pureconfig-macros_2.12@0.8.0" - authors: - - "Rui Gonçalves" - - "com.github.pureconfig" - declared_licenses: - - "Mozilla Public License, version 2.0" - declared_licenses_processed: - spdx_expression: "MPL-2.0" - mapped: - Mozilla Public License, version 2.0: "MPL-2.0" - description: "pureconfig-macros" - homepage_url: "https://github.com/pureconfig/pureconfig" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0.jar" - hash: - value: "eea0e86f18c08e7fd00c90626f4f17a9ee6ef088" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0-sources.jar" - hash: - value: "7411f96540756236648b48347827b6ba2622e5e0" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:pureconfig/pureconfig.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/pureconfig/pureconfig.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.pureconfig:pureconfig_2.12:0.8.0" - purl: "pkg:maven/com.github.pureconfig/pureconfig_2.12@0.8.0" - authors: - - "Derek Morr" - - "Joao Azevedo" - - "Leif Wickland" - - "Mario Pastorelli" - - "Rui Gonçalves" - - "com.github.pureconfig" - declared_licenses: - - "Mozilla Public License, version 2.0" - declared_licenses_processed: - spdx_expression: "MPL-2.0" - mapped: - Mozilla Public License, version 2.0: "MPL-2.0" - description: "pureconfig" - homepage_url: "https://github.com/pureconfig/pureconfig" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0.jar" - hash: - value: "891fde63cda086f593bffddb0b47933abc75523f" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0-sources.jar" - hash: - value: "fa6de3ab2dd82543fb37288626687a9a6c1a67a2" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:pureconfig/pureconfig.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/pureconfig/pureconfig.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe:config:1.3.1" - purl: "pkg:maven/com.typesafe/config@1.3.1" - authors: - - "Havoc Pennington" - - "com.typesafe" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "config" - homepage_url: "https://github.com/typesafehub/config" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1.jar" - hash: - value: "2cf7a6cc79732e3bdf1647d7404279900ca63eb0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1-sources.jar" - hash: - value: "a27878630ff503b63ed25ff2a25fa8ef888740b3" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/typesafehub/config.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/typesafehub/config.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe:ssl-config-core_2.12:0.2.2" - purl: "pkg:maven/com.typesafe/ssl-config-core_2.12@0.2.2" - authors: - - "Konrad Malawski" - - "Will Sargent" - - "com.typesafe" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "ssl-config-core" - homepage_url: "https://github.com/typesafehub/ssl-config" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2.jar" - hash: - value: "8a357d491f7f94c5b4b1e0b27644e1306cc8742d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2-sources.jar" - hash: - value: "1baaec9149929d0970330aa80aca73e3f1f15624" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/typesafehub/ssl-config.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/typesafehub/ssl-config.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe.akka:akka-actor_2.12:2.5.6" - purl: "pkg:maven/com.typesafe.akka/akka-actor_2.12@2.5.6" - authors: - - "Akka Contributors" - - "Lightbend Inc." - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "akka-actor" - homepage_url: "http://akka.io/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6.jar" - hash: - value: "1e9f4c1829d3ce5640c17164b1756d1e98eb7af3" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6-sources.jar" - hash: - value: "9642cf6f2a774d781e2f2a2e5de152971bfd714e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:akka/akka.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/akka/akka.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe.akka:akka-stream_2.12:2.5.6" - purl: "pkg:maven/com.typesafe.akka/akka-stream_2.12@2.5.6" - authors: - - "Akka Contributors" - - "Lightbend Inc." - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "akka-stream" - homepage_url: "http://akka.io/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6.jar" - hash: - value: "876aa1471ac773a3dd02f70c1e511a9a014b3491" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6-sources.jar" - hash: - value: "14459df7523aea2cfd04080fe88eccd20897bcc5" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:akka/akka.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/akka/akka.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe.scala-logging:scala-logging_2.12:3.7.2" - purl: "pkg:maven/com.typesafe.scala-logging/scala-logging_2.12@3.7.2" - authors: - - "Heiko Seeberger" - - "Mathias Bogaert" - - "com.typesafe.scala-logging" - declared_licenses: - - "Apache 2.0 License" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2.0 License: "Apache-2.0" - description: "scala-logging" - homepage_url: "https://github.com/typesafehub/scala-logging" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2.jar" - hash: - value: "a1dc97509765287faa4747f7cb411f0b85dc9a34" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2-sources.jar" - hash: - value: "a5f760917b60283e37c84bf3db2aeaf976980ad3" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/typesafehub/scala-logging.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/typesafehub/scala-logging.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:net.logstash.logback:logstash-logback-encoder:4.11" - purl: "pkg:maven/net.logstash.logback/logstash-logback-encoder@4.11" - authors: - - "John E. Vincent" - - "Nokia" - - "Phil Clay" - declared_licenses: - - "Apache License, Version 2.0" - - "MIT License" - declared_licenses_processed: - spdx_expression: "Apache-2.0 OR MIT" - mapped: - Apache License, Version 2.0: "Apache-2.0" - MIT License: "MIT" - description: "Logback encoder which will output events as Logstash-compatible\ - \ JSON" - homepage_url: "https://github.com/logstash/logstash-logback-encoder" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11.jar" - hash: - value: "163b6b046de5414ac17c83cbd6cb619e541fc69a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11-sources.jar" - hash: - value: "8b889d5eb55aabfa5d9aa9cad95529668f3edb2b" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:logstash/logstash-logback-encoder.git" - revision: "logstash-logback-encoder-4.11" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/logstash/logstash-logback-encoder.git" - revision: "logstash-logback-encoder-4.11" - path: "" - curations: [] - - metadata: - id: "Maven:org.reactivestreams:reactive-streams:1.0.1" - purl: "pkg:maven/org.reactivestreams/reactive-streams@1.0.1" - authors: - - "Reactive Streams SIG" - declared_licenses: - - "CC0" - declared_licenses_processed: - spdx_expression: "CC0-1.0" - mapped: - CC0: "CC0-1.0" - description: "A Protocol for Asynchronous Non-Blocking Data Sequence" - homepage_url: "http://www.reactive-streams.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1.jar" - hash: - value: "1b1c911686eb40179219466e6a59b634b9d7a748" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1-sources.jar" - hash: - value: "af471e34e448bd4f1c183e9b26c85679be11035c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:reactive-streams/reactive-streams.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/reactive-streams/reactive-streams.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang:scala-compiler:2.12.3" - purl: "pkg:maven/org.scala-lang/scala-compiler@2.12.3" - authors: - - "LAMP/EPFL" - - "Lightbend, Inc." - declared_licenses: - - "BSD 3-Clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-Clause: "BSD-3-Clause" - description: "Compiler for the Scala Programming Language" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3.jar" - hash: - value: "b6b9ca202fc8405260d30e703b9790e91c75cd85" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3-sources.jar" - hash: - value: "b8fe133c260f72b7fe9889195e19efeeab1b8087" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang:scala-library:2.12.3" - purl: "pkg:maven/org.scala-lang/scala-library@2.12.3" - authors: - - "LAMP/EPFL" - - "Lightbend, Inc." - declared_licenses: - - "BSD 3-Clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-Clause: "BSD-3-Clause" - description: "Standard library for the Scala Programming Language" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3.jar" - hash: - value: "f2e496f21af2d80b48e0a61773f84c3a76a0d06f" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3-sources.jar" - hash: - value: "499c91b0a64bc706eee174481a3b7dde81b3591d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang:scala-reflect:2.12.2" - purl: "pkg:maven/org.scala-lang/scala-reflect@2.12.2" - authors: - - "LAMP/EPFL" - - "Lightbend, Inc." - declared_licenses: - - "BSD 3-Clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-Clause: "BSD-3-Clause" - description: "Compiler for the Scala Programming Language" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2.jar" - hash: - value: "fa13c13351566738ff156ef8a56b869868f4b77e" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2-sources.jar" - hash: - value: "a8808be417014e233b25ee44439f725e1f5e92a4" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang.modules:scala-java8-compat_2.12:0.8.0" - purl: "pkg:maven/org.scala-lang.modules/scala-java8-compat_2.12@0.8.0" - authors: - - "EPFL" - - "Typesafe, Inc." - - "org.scala-lang.modules" - declared_licenses: - - "BSD 3-clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-clause: "BSD-3-Clause" - description: "scala-java8-compat" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0.jar" - hash: - value: "1e6f1e745bf6d3c34d1e2ab150653306069aaf34" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0-sources.jar" - hash: - value: "0a33ce48278b9e3bbea8aed726e3c0abad3afadd" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala-java8-compat.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala-java8-compat.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang.modules:scala-parser-combinators_2.12:1.0.4" - purl: "pkg:maven/org.scala-lang.modules/scala-parser-combinators_2.12@1.0.4" - authors: - - "EPFL" - - "Typesafe, Inc." - - "org.scala-lang.modules" - declared_licenses: - - "BSD 3-clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-clause: "BSD-3-Clause" - description: "scala-parser-combinators" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4.jar" - hash: - value: "7c5f25a2d40ea7651452f0f0d1d4c12dabffcb8b" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4-sources.jar" - hash: - value: "9ec2f46c07d355853654af38e8b06e15ccca8cd0" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala-parser-combinators.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala-parser-combinators.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang.modules:scala-xml_2.12:1.0.5" - purl: "pkg:maven/org.scala-lang.modules/scala-xml_2.12@1.0.5" - authors: - - "EPFL" - - "Typesafe, Inc." - - "org.scala-lang.modules" - declared_licenses: - - "BSD 3-clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-clause: "BSD-3-Clause" - description: "scala-xml" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5.jar" - hash: - value: "a2b2afbeea86818a911b05851bb11d7d4840bb75" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5-sources.jar" - hash: - value: "d12864d1a73aa540f7b624c8a92a5f48783c342c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala-xml.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala-xml.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-sbt:test-interface:1.0" - purl: "pkg:maven/org.scala-sbt/test-interface@1.0" - authors: - - "Bill Venners" - - "Chua Chee Seng" - - "Josh Cough" - - "Mark Harrah" - - "org.scala-sbt" - declared_licenses: - - "BSD" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD: "BSD-3-Clause" - description: "Uniform test interface to Scala/Java test frameworks (specs,\ - \ ScalaCheck, ScalaTest, JUnit and other)" - homepage_url: "http://www.scala-sbt.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0.jar" - hash: - value: "0a3f14d010c4cb32071f863d97291df31603b521" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0-sources.jar" - hash: - value: "d44b23e9e3419ad0e00b91bba764a48d43075000" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/sbt/test-interface.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scalacheck:scalacheck_2.12:1.13.5" - purl: "pkg:maven/org.scalacheck/scalacheck_2.12@1.13.5" - authors: - - "Rickard Nilsson" - - "org.scalacheck" - declared_licenses: - - "BSD-style" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD-style: "BSD-3-Clause" - description: "scalacheck" - homepage_url: "http://www.scalacheck.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5.jar" - hash: - value: "fff972ccaa0d83ca53bfdbbd0763c1059281fb76" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5-sources.jar" - hash: - value: "d0e1376902de65c7fa327f455b61d5d71957d78e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:rickynils/scalacheck.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/rickynils/scalacheck.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scalactic:scalactic_2.12:3.0.4" - purl: "pkg:maven/org.scalactic/scalactic_2.12@3.0.4" - authors: - - "Bill Venners" - - "Chua Chee Seng" - - "George Berger" - - "org.scalactic" - declared_licenses: - - "the Apache License, ASL Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - the Apache License, ASL Version 2.0: "Apache-2.0" - description: "scalactic" - homepage_url: "http://www.scalatest.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4.jar" - hash: - value: "e75f0f9c77aa391e01797cfc42fb82fd7c7d59a5" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4-sources.jar" - hash: - value: "9f7f02217c7d2f14c6b1982493c39243a20b749d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:scalatest/scalatest.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/scalatest/scalatest.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scalatest:scalatest_2.12:3.0.4" - purl: "pkg:maven/org.scalatest/scalatest_2.12@3.0.4" - authors: - - "Bill Venners" - - "Chua Chee Seng" - - "George Berger" - - "org.scalatest" - declared_licenses: - - "the Apache License, ASL Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - the Apache License, ASL Version 2.0: "Apache-2.0" - description: "scalatest" - homepage_url: "http://www.scalatest.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4.jar" - hash: - value: "87d68f3d06dbf698fd0084c0a8b8996864d15465" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4-sources.jar" - hash: - value: "ba669c2c9b7092151e2a19e975b1bf2a2e7a5fda" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:scalatest/scalatest.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/scalatest/scalatest.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scalaz:scalaz-core_2.12:7.2.8" - purl: "pkg:maven/org.scalaz/scalaz-core_2.12@7.2.8" - authors: - - "Alexey Romanov" - - "Daniel Peebles" - - "Edward Kmett" - - "Jason Zaugg" - - "Kris Nuttycombe" - - "Lars Hupel" - - "Paul Chiusano" - - "Richard Wallace" - - "Runar Bjarnason" - - "Tony Morris" - - "org.scalaz" - declared_licenses: - - "BSD-style" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD-style: "BSD-3-Clause" - description: "scalaz-core" - homepage_url: "http://scalaz.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8.jar" - hash: - value: "2922d47f6dc7aba452634fe674087b6221b90dbf" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8-sources.jar" - hash: - value: "c94295a434f26b5650ec0fcbf93c9d2c7aada88e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:scalaz/scalaz.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/scalaz/scalaz.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.slf4j:jcl-over-slf4j:1.7.25" - purl: "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.25" - authors: - - "Ceki Gulcu" - - "QOS.ch" - declared_licenses: - - "MIT License" - declared_licenses_processed: - spdx_expression: "MIT" - mapped: - MIT License: "MIT" - description: "JCL 1.2 implemented over SLF4J" - homepage_url: "http://www.slf4j.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar" - hash: - value: "f8c32b13ff142a513eeb5b6330b1588dcb2c0461" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25-sources.jar" - hash: - value: "ffd0827a7c67d5915b7dc611afbda56a1f247191" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:qos-ch/slf4j.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/qos-ch/slf4j.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.slf4j:slf4j-api:1.7.25" - purl: "pkg:maven/org.slf4j/slf4j-api@1.7.25" - authors: - - "Ceki Gulcu" - - "QOS.ch" - declared_licenses: - - "MIT License" - declared_licenses_processed: - spdx_expression: "MIT" - mapped: - MIT License: "MIT" - description: "The slf4j API" - homepage_url: "http://www.slf4j.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar" - hash: - value: "da76ca59f6a57ee3102f8f9bd9cee742973efa8a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-sources.jar" - hash: - value: "962153db4a9ea71b79d047dfd1b2a0d80d8f4739" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:qos-ch/slf4j.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/qos-ch/slf4j.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.typelevel:macro-compat_2.12:1.1.1" - purl: "pkg:maven/org.typelevel/macro-compat_2.12@1.1.1" - authors: - - "Miles Sabin" - - "org.typelevel" - declared_licenses: - - "Apache 2" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2: "Apache-2.0" - description: "core" - homepage_url: "https://github.com/milessabin/macro-compat" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.jar" - hash: - value: "ed809d26ef4237d7c079ae6cf7ebd0dfa7986adf" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1-sources.jar" - hash: - value: "ade6d6ec81975cf514b0f9e2061614f2799cfe97" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:milessabin/macro-compat.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/milessabin/macro-compat.git" - revision: "" - path: "" - curations: [] + - id: "Maven:ch.qos.logback:logback-classic:1.2.3" + purl: "pkg:maven/ch.qos.logback/logback-classic@1.2.3" + authors: + - "Ceki Gulcu" + - "Joern Huxhorn" + - "QOS.ch" + declared_licenses: + - "Eclipse Public License - v 1.0" + - "GNU Lesser General Public License" + declared_licenses_processed: + spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" + mapped: + Eclipse Public License - v 1.0: "EPL-1.0" + GNU Lesser General Public License: "LGPL-2.1-or-later" + description: "logback-classic module" + homepage_url: "http://logback.qos.ch/logback-classic" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar" + hash: + value: "7c4f3c474fb2c041d8028740440937705ebb473a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar" + hash: + value: "cfd5385e0c5ed1c8a5dce57d86e79cf357153a64" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:ceki/logback.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/ceki/logback.git" + revision: "" + path: "" + - id: "Maven:ch.qos.logback:logback-core:1.2.3" + purl: "pkg:maven/ch.qos.logback/logback-core@1.2.3" + authors: + - "Ceki Gulcu" + - "Joern Huxhorn" + - "QOS.ch" + declared_licenses: + - "Eclipse Public License - v 1.0" + - "GNU Lesser General Public License" + declared_licenses_processed: + spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" + mapped: + Eclipse Public License - v 1.0: "EPL-1.0" + GNU Lesser General Public License: "LGPL-2.1-or-later" + description: "logback-core module" + homepage_url: "http://logback.qos.ch/logback-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar" + hash: + value: "864344400c3d4d92dfeb0a305dc87d953677c03c" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar" + hash: + value: "3ebabe69eba0196af9ad3a814f723fb720b9101e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:ceki/logback.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/ceki/logback.git" + revision: "" + path: "" + - id: "Maven:com.chuusai:shapeless_2.12:2.3.2" + purl: "pkg:maven/com.chuusai/shapeless_2.12@2.3.2" + authors: + - "Miles Sabin" + - "com.chuusai" + declared_licenses: + - "Apache 2" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2: "Apache-2.0" + description: "core" + homepage_url: "https://github.com/milessabin/shapeless" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2.jar" + hash: + value: "27e115ffed7917b456e54891de67173f4a68d5f1" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2-sources.jar" + hash: + value: "6d83fa4fa6d25b1e8d8cd9d9d551c05c745633b1" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:milessabin/shapeless.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/milessabin/shapeless.git" + revision: "" + path: "" + - id: "Maven:com.fasterxml.jackson.core:jackson-annotations:2.8.0" + purl: "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.8.0" + authors: + - "Christopher Currie" + - "FasterXML" + - "Paul Brown" + - "Tatu Saloranta" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Core annotations used for value types, used by Jackson data binding\ + \ package." + homepage_url: "http://github.com/FasterXML/jackson" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.jar" + hash: + value: "45b426f7796b741035581a176744d91090e2e6fb" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0-sources.jar" + hash: + value: "29a1a95363d497e856c0a7d682e4f7973e334068" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:FasterXML/jackson-annotations.git" + revision: "jackson-annotations-2.8.0" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/FasterXML/jackson-annotations.git" + revision: "jackson-annotations-2.8.0" + path: "" + - id: "Maven:com.fasterxml.jackson.core:jackson-core:2.8.9" + purl: "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.8.9" + authors: + - "Christopher Currie" + - "FasterXML" + - "Paul Brown" + - "Tatu Saloranta" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Core Jackson abstractions, basic JSON streaming API implementation" + homepage_url: "https://github.com/FasterXML/jackson-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9.jar" + hash: + value: "569b1752705da98f49aabe2911cc956ff7d8ed9d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9-sources.jar" + hash: + value: "8cf3613202ddcd495137f8cb944e2da69964a641" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:FasterXML/jackson-core.git" + revision: "jackson-core-2.8.9" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/FasterXML/jackson-core.git" + revision: "jackson-core-2.8.9" + path: "" + - id: "Maven:com.fasterxml.jackson.core:jackson-databind:2.8.9" + purl: "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.8.9" + authors: + - "Christopher Currie" + - "FasterXML" + - "Paul Brown" + - "Tatu Saloranta" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "General data-binding functionality for Jackson: works on core\ + \ streaming API" + homepage_url: "http://github.com/FasterXML/jackson" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9.jar" + hash: + value: "4dfca3975be3c1a98eacb829e70f02e9a71bc159" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9-sources.jar" + hash: + value: "98e1b4171628d8f230f6a60b248de84ed04fab0d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:FasterXML/jackson-databind.git" + revision: "jackson-databind-2.8.9" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/FasterXML/jackson-databind.git" + revision: "jackson-databind-2.8.9" + path: "" + - id: "Maven:com.github.julien-truffaut:monocle-core_2.12:1.4.0" + purl: "pkg:maven/com.github.julien-truffaut/monocle-core_2.12@1.4.0" + authors: + - "Ilan Godik" + - "Julien Truffaut" + - "Kenji Yoshida" + - "Naoki Aoyama" + - "com.github.julien-truffaut" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "core" + homepage_url: "https://github.com/julien-truffaut/Monocle" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0.jar" + hash: + value: "219da9cc75878a75c888e38ad883fe4d30a7651d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0-sources.jar" + hash: + value: "37d333798ca15a03f5dfbb02f133d5b6b8e57b8c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:julien-truffaut/Monocle.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/julien-truffaut/Monocle.git" + revision: "" + path: "" + - id: "Maven:com.github.julien-truffaut:monocle-macro_2.12:1.4.0" + purl: "pkg:maven/com.github.julien-truffaut/monocle-macro_2.12@1.4.0" + authors: + - "Ilan Godik" + - "Julien Truffaut" + - "Kenji Yoshida" + - "Naoki Aoyama" + - "com.github.julien-truffaut" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "macros" + homepage_url: "https://github.com/julien-truffaut/Monocle" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0.jar" + hash: + value: "319242d130983fec319a2e2d4f8e7741b809b5a0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0-sources.jar" + hash: + value: "e7ce64d7973ad64f3fa872b931a31c8c25de59b3" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:julien-truffaut/Monocle.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/julien-truffaut/Monocle.git" + revision: "" + path: "" + - id: "Maven:com.github.pureconfig:pureconfig-macros_2.12:0.8.0" + purl: "pkg:maven/com.github.pureconfig/pureconfig-macros_2.12@0.8.0" + authors: + - "Rui Gonçalves" + - "com.github.pureconfig" + declared_licenses: + - "Mozilla Public License, version 2.0" + declared_licenses_processed: + spdx_expression: "MPL-2.0" + mapped: + Mozilla Public License, version 2.0: "MPL-2.0" + description: "pureconfig-macros" + homepage_url: "https://github.com/pureconfig/pureconfig" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0.jar" + hash: + value: "eea0e86f18c08e7fd00c90626f4f17a9ee6ef088" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0-sources.jar" + hash: + value: "7411f96540756236648b48347827b6ba2622e5e0" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:pureconfig/pureconfig.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/pureconfig/pureconfig.git" + revision: "" + path: "" + - id: "Maven:com.github.pureconfig:pureconfig_2.12:0.8.0" + purl: "pkg:maven/com.github.pureconfig/pureconfig_2.12@0.8.0" + authors: + - "Derek Morr" + - "Joao Azevedo" + - "Leif Wickland" + - "Mario Pastorelli" + - "Rui Gonçalves" + - "com.github.pureconfig" + declared_licenses: + - "Mozilla Public License, version 2.0" + declared_licenses_processed: + spdx_expression: "MPL-2.0" + mapped: + Mozilla Public License, version 2.0: "MPL-2.0" + description: "pureconfig" + homepage_url: "https://github.com/pureconfig/pureconfig" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0.jar" + hash: + value: "891fde63cda086f593bffddb0b47933abc75523f" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0-sources.jar" + hash: + value: "fa6de3ab2dd82543fb37288626687a9a6c1a67a2" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:pureconfig/pureconfig.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/pureconfig/pureconfig.git" + revision: "" + path: "" + - id: "Maven:com.typesafe:config:1.3.1" + purl: "pkg:maven/com.typesafe/config@1.3.1" + authors: + - "Havoc Pennington" + - "com.typesafe" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "config" + homepage_url: "https://github.com/typesafehub/config" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1.jar" + hash: + value: "2cf7a6cc79732e3bdf1647d7404279900ca63eb0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1-sources.jar" + hash: + value: "a27878630ff503b63ed25ff2a25fa8ef888740b3" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/typesafehub/config.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/typesafehub/config.git" + revision: "" + path: "" + - id: "Maven:com.typesafe:ssl-config-core_2.12:0.2.2" + purl: "pkg:maven/com.typesafe/ssl-config-core_2.12@0.2.2" + authors: + - "Konrad Malawski" + - "Will Sargent" + - "com.typesafe" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "ssl-config-core" + homepage_url: "https://github.com/typesafehub/ssl-config" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2.jar" + hash: + value: "8a357d491f7f94c5b4b1e0b27644e1306cc8742d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2-sources.jar" + hash: + value: "1baaec9149929d0970330aa80aca73e3f1f15624" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/typesafehub/ssl-config.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/typesafehub/ssl-config.git" + revision: "" + path: "" + - id: "Maven:com.typesafe.akka:akka-actor_2.12:2.5.6" + purl: "pkg:maven/com.typesafe.akka/akka-actor_2.12@2.5.6" + authors: + - "Akka Contributors" + - "Lightbend Inc." + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "akka-actor" + homepage_url: "http://akka.io/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6.jar" + hash: + value: "1e9f4c1829d3ce5640c17164b1756d1e98eb7af3" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6-sources.jar" + hash: + value: "9642cf6f2a774d781e2f2a2e5de152971bfd714e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:akka/akka.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/akka/akka.git" + revision: "" + path: "" + - id: "Maven:com.typesafe.akka:akka-stream_2.12:2.5.6" + purl: "pkg:maven/com.typesafe.akka/akka-stream_2.12@2.5.6" + authors: + - "Akka Contributors" + - "Lightbend Inc." + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "akka-stream" + homepage_url: "http://akka.io/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6.jar" + hash: + value: "876aa1471ac773a3dd02f70c1e511a9a014b3491" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6-sources.jar" + hash: + value: "14459df7523aea2cfd04080fe88eccd20897bcc5" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:akka/akka.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/akka/akka.git" + revision: "" + path: "" + - id: "Maven:com.typesafe.scala-logging:scala-logging_2.12:3.7.2" + purl: "pkg:maven/com.typesafe.scala-logging/scala-logging_2.12@3.7.2" + authors: + - "Heiko Seeberger" + - "Mathias Bogaert" + - "com.typesafe.scala-logging" + declared_licenses: + - "Apache 2.0 License" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2.0 License: "Apache-2.0" + description: "scala-logging" + homepage_url: "https://github.com/typesafehub/scala-logging" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2.jar" + hash: + value: "a1dc97509765287faa4747f7cb411f0b85dc9a34" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2-sources.jar" + hash: + value: "a5f760917b60283e37c84bf3db2aeaf976980ad3" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/typesafehub/scala-logging.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/typesafehub/scala-logging.git" + revision: "" + path: "" + - id: "Maven:net.logstash.logback:logstash-logback-encoder:4.11" + purl: "pkg:maven/net.logstash.logback/logstash-logback-encoder@4.11" + authors: + - "John E. Vincent" + - "Nokia" + - "Phil Clay" + declared_licenses: + - "Apache License, Version 2.0" + - "MIT License" + declared_licenses_processed: + spdx_expression: "Apache-2.0 OR MIT" + mapped: + Apache License, Version 2.0: "Apache-2.0" + MIT License: "MIT" + description: "Logback encoder which will output events as Logstash-compatible\ + \ JSON" + homepage_url: "https://github.com/logstash/logstash-logback-encoder" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11.jar" + hash: + value: "163b6b046de5414ac17c83cbd6cb619e541fc69a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11-sources.jar" + hash: + value: "8b889d5eb55aabfa5d9aa9cad95529668f3edb2b" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:logstash/logstash-logback-encoder.git" + revision: "logstash-logback-encoder-4.11" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/logstash/logstash-logback-encoder.git" + revision: "logstash-logback-encoder-4.11" + path: "" + - id: "Maven:org.reactivestreams:reactive-streams:1.0.1" + purl: "pkg:maven/org.reactivestreams/reactive-streams@1.0.1" + authors: + - "Reactive Streams SIG" + declared_licenses: + - "CC0" + declared_licenses_processed: + spdx_expression: "CC0-1.0" + mapped: + CC0: "CC0-1.0" + description: "A Protocol for Asynchronous Non-Blocking Data Sequence" + homepage_url: "http://www.reactive-streams.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1.jar" + hash: + value: "1b1c911686eb40179219466e6a59b634b9d7a748" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1-sources.jar" + hash: + value: "af471e34e448bd4f1c183e9b26c85679be11035c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:reactive-streams/reactive-streams.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/reactive-streams/reactive-streams.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang:scala-compiler:2.12.3" + purl: "pkg:maven/org.scala-lang/scala-compiler@2.12.3" + authors: + - "LAMP/EPFL" + - "Lightbend, Inc." + declared_licenses: + - "BSD 3-Clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-Clause: "BSD-3-Clause" + description: "Compiler for the Scala Programming Language" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3.jar" + hash: + value: "b6b9ca202fc8405260d30e703b9790e91c75cd85" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3-sources.jar" + hash: + value: "b8fe133c260f72b7fe9889195e19efeeab1b8087" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang:scala-library:2.12.3" + purl: "pkg:maven/org.scala-lang/scala-library@2.12.3" + authors: + - "LAMP/EPFL" + - "Lightbend, Inc." + declared_licenses: + - "BSD 3-Clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-Clause: "BSD-3-Clause" + description: "Standard library for the Scala Programming Language" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3.jar" + hash: + value: "f2e496f21af2d80b48e0a61773f84c3a76a0d06f" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3-sources.jar" + hash: + value: "499c91b0a64bc706eee174481a3b7dde81b3591d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang:scala-reflect:2.12.2" + purl: "pkg:maven/org.scala-lang/scala-reflect@2.12.2" + authors: + - "LAMP/EPFL" + - "Lightbend, Inc." + declared_licenses: + - "BSD 3-Clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-Clause: "BSD-3-Clause" + description: "Compiler for the Scala Programming Language" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2.jar" + hash: + value: "fa13c13351566738ff156ef8a56b869868f4b77e" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2-sources.jar" + hash: + value: "a8808be417014e233b25ee44439f725e1f5e92a4" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang.modules:scala-java8-compat_2.12:0.8.0" + purl: "pkg:maven/org.scala-lang.modules/scala-java8-compat_2.12@0.8.0" + authors: + - "EPFL" + - "Typesafe, Inc." + - "org.scala-lang.modules" + declared_licenses: + - "BSD 3-clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-clause: "BSD-3-Clause" + description: "scala-java8-compat" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0.jar" + hash: + value: "1e6f1e745bf6d3c34d1e2ab150653306069aaf34" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0-sources.jar" + hash: + value: "0a33ce48278b9e3bbea8aed726e3c0abad3afadd" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala-java8-compat.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala-java8-compat.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang.modules:scala-parser-combinators_2.12:1.0.4" + purl: "pkg:maven/org.scala-lang.modules/scala-parser-combinators_2.12@1.0.4" + authors: + - "EPFL" + - "Typesafe, Inc." + - "org.scala-lang.modules" + declared_licenses: + - "BSD 3-clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-clause: "BSD-3-Clause" + description: "scala-parser-combinators" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4.jar" + hash: + value: "7c5f25a2d40ea7651452f0f0d1d4c12dabffcb8b" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4-sources.jar" + hash: + value: "9ec2f46c07d355853654af38e8b06e15ccca8cd0" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala-parser-combinators.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala-parser-combinators.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang.modules:scala-xml_2.12:1.0.5" + purl: "pkg:maven/org.scala-lang.modules/scala-xml_2.12@1.0.5" + authors: + - "EPFL" + - "Typesafe, Inc." + - "org.scala-lang.modules" + declared_licenses: + - "BSD 3-clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-clause: "BSD-3-Clause" + description: "scala-xml" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5.jar" + hash: + value: "a2b2afbeea86818a911b05851bb11d7d4840bb75" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5-sources.jar" + hash: + value: "d12864d1a73aa540f7b624c8a92a5f48783c342c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala-xml.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala-xml.git" + revision: "" + path: "" + - id: "Maven:org.scala-sbt:test-interface:1.0" + purl: "pkg:maven/org.scala-sbt/test-interface@1.0" + authors: + - "Bill Venners" + - "Chua Chee Seng" + - "Josh Cough" + - "Mark Harrah" + - "org.scala-sbt" + declared_licenses: + - "BSD" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD: "BSD-3-Clause" + description: "Uniform test interface to Scala/Java test frameworks (specs, ScalaCheck,\ + \ ScalaTest, JUnit and other)" + homepage_url: "http://www.scala-sbt.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0.jar" + hash: + value: "0a3f14d010c4cb32071f863d97291df31603b521" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0-sources.jar" + hash: + value: "d44b23e9e3419ad0e00b91bba764a48d43075000" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/sbt/test-interface.git" + revision: "" + path: "" + - id: "Maven:org.scalacheck:scalacheck_2.12:1.13.5" + purl: "pkg:maven/org.scalacheck/scalacheck_2.12@1.13.5" + authors: + - "Rickard Nilsson" + - "org.scalacheck" + declared_licenses: + - "BSD-style" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD-style: "BSD-3-Clause" + description: "scalacheck" + homepage_url: "http://www.scalacheck.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5.jar" + hash: + value: "fff972ccaa0d83ca53bfdbbd0763c1059281fb76" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5-sources.jar" + hash: + value: "d0e1376902de65c7fa327f455b61d5d71957d78e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:rickynils/scalacheck.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/rickynils/scalacheck.git" + revision: "" + path: "" + - id: "Maven:org.scalactic:scalactic_2.12:3.0.4" + purl: "pkg:maven/org.scalactic/scalactic_2.12@3.0.4" + authors: + - "Bill Venners" + - "Chua Chee Seng" + - "George Berger" + - "org.scalactic" + declared_licenses: + - "the Apache License, ASL Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + the Apache License, ASL Version 2.0: "Apache-2.0" + description: "scalactic" + homepage_url: "http://www.scalatest.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4.jar" + hash: + value: "e75f0f9c77aa391e01797cfc42fb82fd7c7d59a5" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4-sources.jar" + hash: + value: "9f7f02217c7d2f14c6b1982493c39243a20b749d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:scalatest/scalatest.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/scalatest/scalatest.git" + revision: "" + path: "" + - id: "Maven:org.scalatest:scalatest_2.12:3.0.4" + purl: "pkg:maven/org.scalatest/scalatest_2.12@3.0.4" + authors: + - "Bill Venners" + - "Chua Chee Seng" + - "George Berger" + - "org.scalatest" + declared_licenses: + - "the Apache License, ASL Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + the Apache License, ASL Version 2.0: "Apache-2.0" + description: "scalatest" + homepage_url: "http://www.scalatest.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4.jar" + hash: + value: "87d68f3d06dbf698fd0084c0a8b8996864d15465" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4-sources.jar" + hash: + value: "ba669c2c9b7092151e2a19e975b1bf2a2e7a5fda" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:scalatest/scalatest.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/scalatest/scalatest.git" + revision: "" + path: "" + - id: "Maven:org.scalaz:scalaz-core_2.12:7.2.8" + purl: "pkg:maven/org.scalaz/scalaz-core_2.12@7.2.8" + authors: + - "Alexey Romanov" + - "Daniel Peebles" + - "Edward Kmett" + - "Jason Zaugg" + - "Kris Nuttycombe" + - "Lars Hupel" + - "Paul Chiusano" + - "Richard Wallace" + - "Runar Bjarnason" + - "Tony Morris" + - "org.scalaz" + declared_licenses: + - "BSD-style" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD-style: "BSD-3-Clause" + description: "scalaz-core" + homepage_url: "http://scalaz.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8.jar" + hash: + value: "2922d47f6dc7aba452634fe674087b6221b90dbf" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8-sources.jar" + hash: + value: "c94295a434f26b5650ec0fcbf93c9d2c7aada88e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:scalaz/scalaz.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/scalaz/scalaz.git" + revision: "" + path: "" + - id: "Maven:org.slf4j:jcl-over-slf4j:1.7.25" + purl: "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.25" + authors: + - "Ceki Gulcu" + - "QOS.ch" + declared_licenses: + - "MIT License" + declared_licenses_processed: + spdx_expression: "MIT" + mapped: + MIT License: "MIT" + description: "JCL 1.2 implemented over SLF4J" + homepage_url: "http://www.slf4j.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar" + hash: + value: "f8c32b13ff142a513eeb5b6330b1588dcb2c0461" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25-sources.jar" + hash: + value: "ffd0827a7c67d5915b7dc611afbda56a1f247191" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:qos-ch/slf4j.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/qos-ch/slf4j.git" + revision: "" + path: "" + - id: "Maven:org.slf4j:slf4j-api:1.7.25" + purl: "pkg:maven/org.slf4j/slf4j-api@1.7.25" + authors: + - "Ceki Gulcu" + - "QOS.ch" + declared_licenses: + - "MIT License" + declared_licenses_processed: + spdx_expression: "MIT" + mapped: + MIT License: "MIT" + description: "The slf4j API" + homepage_url: "http://www.slf4j.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar" + hash: + value: "da76ca59f6a57ee3102f8f9bd9cee742973efa8a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-sources.jar" + hash: + value: "962153db4a9ea71b79d047dfd1b2a0d80d8f4739" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:qos-ch/slf4j.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/qos-ch/slf4j.git" + revision: "" + path: "" + - id: "Maven:org.typelevel:macro-compat_2.12:1.1.1" + purl: "pkg:maven/org.typelevel/macro-compat_2.12@1.1.1" + authors: + - "Miles Sabin" + - "org.typelevel" + declared_licenses: + - "Apache 2" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2: "Apache-2.0" + description: "core" + homepage_url: "https://github.com/milessabin/macro-compat" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.jar" + hash: + value: "ed809d26ef4237d7c079ae6cf7ebd0dfa7986adf" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1-sources.jar" + hash: + value: "ade6d6ec81975cf514b0f9e2061614f2799cfe97" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:milessabin/macro-compat.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/milessabin/macro-compat.git" + revision: "" + path: "" dependency_graphs: SBT: packages: @@ -1372,3 +1310,4 @@ analyzer: scanner: null advisor: null evaluator: null +resolved_configuration: {} diff --git a/model/src/test/assets/result-with-issues-graph.yml b/model/src/test/assets/result-with-issues-graph.yml index 6334ab8fbc0a4..92d48970c4afc 100644 --- a/model/src/test/assets/result-with-issues-graph.yml +++ b/model/src/test/assets/result-with-issues-graph.yml @@ -106,1136 +106,1074 @@ analyzer: scope_names: - "compile" packages: - - metadata: - id: "Maven:ch.qos.logback:logback-classic:1.2.3" - purl: "pkg:maven/ch.qos.logback/logback-classic@1.2.3" - authors: - - "Ceki Gulcu" - - "Joern Huxhorn" - - "QOS.ch" - declared_licenses: - - "Eclipse Public License - v 1.0" - - "GNU Lesser General Public License" - declared_licenses_processed: - spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" - mapped: - Eclipse Public License - v 1.0: "EPL-1.0" - GNU Lesser General Public License: "LGPL-2.1-or-later" - description: "logback-classic module" - homepage_url: "http://logback.qos.ch/logback-classic" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar" - hash: - value: "7c4f3c474fb2c041d8028740440937705ebb473a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar" - hash: - value: "cfd5385e0c5ed1c8a5dce57d86e79cf357153a64" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:ceki/logback.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/ceki/logback.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:ch.qos.logback:logback-core:1.2.3" - purl: "pkg:maven/ch.qos.logback/logback-core@1.2.3" - authors: - - "Ceki Gulcu" - - "Joern Huxhorn" - - "QOS.ch" - declared_licenses: - - "Eclipse Public License - v 1.0" - - "GNU Lesser General Public License" - declared_licenses_processed: - spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" - mapped: - Eclipse Public License - v 1.0: "EPL-1.0" - GNU Lesser General Public License: "LGPL-2.1-or-later" - description: "logback-core module" - homepage_url: "http://logback.qos.ch/logback-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar" - hash: - value: "864344400c3d4d92dfeb0a305dc87d953677c03c" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar" - hash: - value: "3ebabe69eba0196af9ad3a814f723fb720b9101e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:ceki/logback.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/ceki/logback.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.chuusai:shapeless_2.12:2.3.2" - purl: "pkg:maven/com.chuusai/shapeless_2.12@2.3.2" - authors: - - "Miles Sabin" - - "com.chuusai" - declared_licenses: - - "Apache 2" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2: "Apache-2.0" - description: "core" - homepage_url: "https://github.com/milessabin/shapeless" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2.jar" - hash: - value: "27e115ffed7917b456e54891de67173f4a68d5f1" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2-sources.jar" - hash: - value: "6d83fa4fa6d25b1e8d8cd9d9d551c05c745633b1" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:milessabin/shapeless.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/milessabin/shapeless.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.fasterxml.jackson.core:jackson-annotations:2.8.0" - purl: "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.8.0" - authors: - - "Christopher Currie" - - "FasterXML" - - "Paul Brown" - - "Tatu Saloranta" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Core annotations used for value types, used by Jackson data\ - \ binding package." - homepage_url: "http://github.com/FasterXML/jackson" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.jar" - hash: - value: "45b426f7796b741035581a176744d91090e2e6fb" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0-sources.jar" - hash: - value: "29a1a95363d497e856c0a7d682e4f7973e334068" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:FasterXML/jackson-annotations.git" - revision: "jackson-annotations-2.8.0" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/FasterXML/jackson-annotations.git" - revision: "jackson-annotations-2.8.0" - path: "" - curations: [] - - metadata: - id: "Maven:com.fasterxml.jackson.core:jackson-core:2.8.9" - purl: "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.8.9" - authors: - - "Christopher Currie" - - "FasterXML" - - "Paul Brown" - - "Tatu Saloranta" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Core Jackson abstractions, basic JSON streaming API implementation" - homepage_url: "https://github.com/FasterXML/jackson-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9.jar" - hash: - value: "569b1752705da98f49aabe2911cc956ff7d8ed9d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9-sources.jar" - hash: - value: "8cf3613202ddcd495137f8cb944e2da69964a641" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:FasterXML/jackson-core.git" - revision: "jackson-core-2.8.9" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/FasterXML/jackson-core.git" - revision: "jackson-core-2.8.9" - path: "" - curations: [] - - metadata: - id: "Maven:com.fasterxml.jackson.core:jackson-databind:2.8.9" - purl: "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.8.9" - authors: - - "Christopher Currie" - - "FasterXML" - - "Paul Brown" - - "Tatu Saloranta" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "General data-binding functionality for Jackson: works on core\ - \ streaming API" - homepage_url: "http://github.com/FasterXML/jackson" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9.jar" - hash: - value: "4dfca3975be3c1a98eacb829e70f02e9a71bc159" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9-sources.jar" - hash: - value: "98e1b4171628d8f230f6a60b248de84ed04fab0d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:FasterXML/jackson-databind.git" - revision: "jackson-databind-2.8.9" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/FasterXML/jackson-databind.git" - revision: "jackson-databind-2.8.9" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.julien-truffaut:monocle-core_2.12:1.4.0" - purl: "pkg:maven/com.github.julien-truffaut/monocle-core_2.12@1.4.0" - authors: - - "Ilan Godik" - - "Julien Truffaut" - - "Kenji Yoshida" - - "Naoki Aoyama" - - "com.github.julien-truffaut" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "core" - homepage_url: "https://github.com/julien-truffaut/Monocle" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0.jar" - hash: - value: "219da9cc75878a75c888e38ad883fe4d30a7651d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0-sources.jar" - hash: - value: "37d333798ca15a03f5dfbb02f133d5b6b8e57b8c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:julien-truffaut/Monocle.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/julien-truffaut/Monocle.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.julien-truffaut:monocle-macro_2.12:1.4.0" - purl: "pkg:maven/com.github.julien-truffaut/monocle-macro_2.12@1.4.0" - authors: - - "Ilan Godik" - - "Julien Truffaut" - - "Kenji Yoshida" - - "Naoki Aoyama" - - "com.github.julien-truffaut" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "macros" - homepage_url: "https://github.com/julien-truffaut/Monocle" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0.jar" - hash: - value: "319242d130983fec319a2e2d4f8e7741b809b5a0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0-sources.jar" - hash: - value: "e7ce64d7973ad64f3fa872b931a31c8c25de59b3" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:julien-truffaut/Monocle.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/julien-truffaut/Monocle.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.pureconfig:pureconfig-macros_2.12:0.8.0" - purl: "pkg:maven/com.github.pureconfig/pureconfig-macros_2.12@0.8.0" - authors: - - "Rui Gonçalves" - - "com.github.pureconfig" - declared_licenses: - - "Mozilla Public License, version 2.0" - declared_licenses_processed: - spdx_expression: "MPL-2.0" - mapped: - Mozilla Public License, version 2.0: "MPL-2.0" - description: "pureconfig-macros" - homepage_url: "https://github.com/pureconfig/pureconfig" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0.jar" - hash: - value: "eea0e86f18c08e7fd00c90626f4f17a9ee6ef088" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0-sources.jar" - hash: - value: "7411f96540756236648b48347827b6ba2622e5e0" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:pureconfig/pureconfig.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/pureconfig/pureconfig.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.pureconfig:pureconfig_2.12:0.8.0" - purl: "pkg:maven/com.github.pureconfig/pureconfig_2.12@0.8.0" - authors: - - "Derek Morr" - - "Joao Azevedo" - - "Leif Wickland" - - "Mario Pastorelli" - - "Rui Gonçalves" - - "com.github.pureconfig" - declared_licenses: - - "Mozilla Public License, version 2.0" - declared_licenses_processed: - spdx_expression: "MPL-2.0" - mapped: - Mozilla Public License, version 2.0: "MPL-2.0" - description: "pureconfig" - homepage_url: "https://github.com/pureconfig/pureconfig" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0.jar" - hash: - value: "891fde63cda086f593bffddb0b47933abc75523f" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0-sources.jar" - hash: - value: "fa6de3ab2dd82543fb37288626687a9a6c1a67a2" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:pureconfig/pureconfig.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/pureconfig/pureconfig.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe:config:1.3.1" - purl: "pkg:maven/com.typesafe/config@1.3.1" - authors: - - "Havoc Pennington" - - "com.typesafe" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "config" - homepage_url: "https://github.com/typesafehub/config" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1.jar" - hash: - value: "2cf7a6cc79732e3bdf1647d7404279900ca63eb0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1-sources.jar" - hash: - value: "a27878630ff503b63ed25ff2a25fa8ef888740b3" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/typesafehub/config.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/typesafehub/config.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe:ssl-config-core_2.12:0.2.2" - purl: "pkg:maven/com.typesafe/ssl-config-core_2.12@0.2.2" - authors: - - "Konrad Malawski" - - "Will Sargent" - - "com.typesafe" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "ssl-config-core" - homepage_url: "https://github.com/typesafehub/ssl-config" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2.jar" - hash: - value: "8a357d491f7f94c5b4b1e0b27644e1306cc8742d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2-sources.jar" - hash: - value: "1baaec9149929d0970330aa80aca73e3f1f15624" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/typesafehub/ssl-config.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/typesafehub/ssl-config.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe.akka:akka-actor_2.12:2.5.6" - purl: "pkg:maven/com.typesafe.akka/akka-actor_2.12@2.5.6" - authors: - - "Akka Contributors" - - "Lightbend Inc." - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "akka-actor" - homepage_url: "http://akka.io/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6.jar" - hash: - value: "1e9f4c1829d3ce5640c17164b1756d1e98eb7af3" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6-sources.jar" - hash: - value: "9642cf6f2a774d781e2f2a2e5de152971bfd714e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:akka/akka.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/akka/akka.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe.akka:akka-stream_2.12:2.5.6" - purl: "pkg:maven/com.typesafe.akka/akka-stream_2.12@2.5.6" - authors: - - "Akka Contributors" - - "Lightbend Inc." - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "akka-stream" - homepage_url: "http://akka.io/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6.jar" - hash: - value: "876aa1471ac773a3dd02f70c1e511a9a014b3491" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6-sources.jar" - hash: - value: "14459df7523aea2cfd04080fe88eccd20897bcc5" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:akka/akka.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/akka/akka.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe.scala-logging:scala-logging_2.12:3.7.2" - purl: "pkg:maven/com.typesafe.scala-logging/scala-logging_2.12@3.7.2" - authors: - - "Heiko Seeberger" - - "Mathias Bogaert" - - "com.typesafe.scala-logging" - declared_licenses: - - "Apache 2.0 License" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2.0 License: "Apache-2.0" - description: "scala-logging" - homepage_url: "https://github.com/typesafehub/scala-logging" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2.jar" - hash: - value: "a1dc97509765287faa4747f7cb411f0b85dc9a34" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2-sources.jar" - hash: - value: "a5f760917b60283e37c84bf3db2aeaf976980ad3" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/typesafehub/scala-logging.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/typesafehub/scala-logging.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:net.logstash.logback:logstash-logback-encoder:4.11" - purl: "pkg:maven/net.logstash.logback/logstash-logback-encoder@4.11" - authors: - - "John E. Vincent" - - "Nokia" - - "Phil Clay" - declared_licenses: - - "Apache License, Version 2.0" - - "MIT License" - declared_licenses_processed: - spdx_expression: "Apache-2.0 OR MIT" - mapped: - Apache License, Version 2.0: "Apache-2.0" - MIT License: "MIT" - description: "Logback encoder which will output events as Logstash-compatible\ - \ JSON" - homepage_url: "https://github.com/logstash/logstash-logback-encoder" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11.jar" - hash: - value: "163b6b046de5414ac17c83cbd6cb619e541fc69a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11-sources.jar" - hash: - value: "8b889d5eb55aabfa5d9aa9cad95529668f3edb2b" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:logstash/logstash-logback-encoder.git" - revision: "logstash-logback-encoder-4.11" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/logstash/logstash-logback-encoder.git" - revision: "logstash-logback-encoder-4.11" - path: "" - curations: [] - - metadata: - id: "Maven:org.reactivestreams:reactive-streams:1.0.1" - purl: "pkg:maven/org.reactivestreams/reactive-streams@1.0.1" - authors: - - "Reactive Streams SIG" - declared_licenses: - - "CC0" - declared_licenses_processed: - spdx_expression: "CC0-1.0" - mapped: - CC0: "CC0-1.0" - description: "A Protocol for Asynchronous Non-Blocking Data Sequence" - homepage_url: "http://www.reactive-streams.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1.jar" - hash: - value: "1b1c911686eb40179219466e6a59b634b9d7a748" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1-sources.jar" - hash: - value: "af471e34e448bd4f1c183e9b26c85679be11035c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:reactive-streams/reactive-streams.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/reactive-streams/reactive-streams.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang:scala-compiler:2.12.3" - purl: "pkg:maven/org.scala-lang/scala-compiler@2.12.3" - authors: - - "LAMP/EPFL" - - "Lightbend, Inc." - declared_licenses: - - "BSD 3-Clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-Clause: "BSD-3-Clause" - description: "Compiler for the Scala Programming Language" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3.jar" - hash: - value: "b6b9ca202fc8405260d30e703b9790e91c75cd85" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3-sources.jar" - hash: - value: "b8fe133c260f72b7fe9889195e19efeeab1b8087" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang:scala-library:2.12.3" - purl: "pkg:maven/org.scala-lang/scala-library@2.12.3" - authors: - - "LAMP/EPFL" - - "Lightbend, Inc." - declared_licenses: - - "BSD 3-Clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-Clause: "BSD-3-Clause" - description: "Standard library for the Scala Programming Language" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3.jar" - hash: - value: "f2e496f21af2d80b48e0a61773f84c3a76a0d06f" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3-sources.jar" - hash: - value: "499c91b0a64bc706eee174481a3b7dde81b3591d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang:scala-reflect:2.12.2" - purl: "pkg:maven/org.scala-lang/scala-reflect@2.12.2" - authors: - - "LAMP/EPFL" - - "Lightbend, Inc." - declared_licenses: - - "BSD 3-Clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-Clause: "BSD-3-Clause" - description: "Compiler for the Scala Programming Language" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2.jar" - hash: - value: "fa13c13351566738ff156ef8a56b869868f4b77e" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2-sources.jar" - hash: - value: "a8808be417014e233b25ee44439f725e1f5e92a4" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang.modules:scala-java8-compat_2.12:0.8.0" - purl: "pkg:maven/org.scala-lang.modules/scala-java8-compat_2.12@0.8.0" - authors: - - "EPFL" - - "Typesafe, Inc." - - "org.scala-lang.modules" - declared_licenses: - - "BSD 3-clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-clause: "BSD-3-Clause" - description: "scala-java8-compat" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0.jar" - hash: - value: "1e6f1e745bf6d3c34d1e2ab150653306069aaf34" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0-sources.jar" - hash: - value: "0a33ce48278b9e3bbea8aed726e3c0abad3afadd" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala-java8-compat.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala-java8-compat.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang.modules:scala-parser-combinators_2.12:1.0.4" - purl: "pkg:maven/org.scala-lang.modules/scala-parser-combinators_2.12@1.0.4" - authors: - - "EPFL" - - "Typesafe, Inc." - - "org.scala-lang.modules" - declared_licenses: - - "BSD 3-clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-clause: "BSD-3-Clause" - description: "scala-parser-combinators" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4.jar" - hash: - value: "7c5f25a2d40ea7651452f0f0d1d4c12dabffcb8b" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4-sources.jar" - hash: - value: "9ec2f46c07d355853654af38e8b06e15ccca8cd0" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala-parser-combinators.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala-parser-combinators.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang.modules:scala-xml_2.12:1.0.5" - purl: "pkg:maven/org.scala-lang.modules/scala-xml_2.12@1.0.5" - authors: - - "EPFL" - - "Typesafe, Inc." - - "org.scala-lang.modules" - declared_licenses: - - "BSD 3-clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-clause: "BSD-3-Clause" - description: "scala-xml" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5.jar" - hash: - value: "a2b2afbeea86818a911b05851bb11d7d4840bb75" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5-sources.jar" - hash: - value: "d12864d1a73aa540f7b624c8a92a5f48783c342c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala-xml.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala-xml.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-sbt:test-interface:1.0" - purl: "pkg:maven/org.scala-sbt/test-interface@1.0" - authors: - - "Bill Venners" - - "Chua Chee Seng" - - "Josh Cough" - - "Mark Harrah" - - "org.scala-sbt" - declared_licenses: - - "BSD" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD: "BSD-3-Clause" - description: "Uniform test interface to Scala/Java test frameworks (specs,\ - \ ScalaCheck, ScalaTest, JUnit and other)" - homepage_url: "http://www.scala-sbt.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0.jar" - hash: - value: "0a3f14d010c4cb32071f863d97291df31603b521" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0-sources.jar" - hash: - value: "d44b23e9e3419ad0e00b91bba764a48d43075000" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/sbt/test-interface.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scalacheck:scalacheck_2.12:1.13.5" - purl: "pkg:maven/org.scalacheck/scalacheck_2.12@1.13.5" - authors: - - "Rickard Nilsson" - - "org.scalacheck" - declared_licenses: - - "BSD-style" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD-style: "BSD-3-Clause" - description: "scalacheck" - homepage_url: "http://www.scalacheck.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5.jar" - hash: - value: "fff972ccaa0d83ca53bfdbbd0763c1059281fb76" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5-sources.jar" - hash: - value: "d0e1376902de65c7fa327f455b61d5d71957d78e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:rickynils/scalacheck.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/rickynils/scalacheck.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scalactic:scalactic_2.12:3.0.4" - purl: "pkg:maven/org.scalactic/scalactic_2.12@3.0.4" - authors: - - "Bill Venners" - - "Chua Chee Seng" - - "George Berger" - - "org.scalactic" - declared_licenses: - - "the Apache License, ASL Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - the Apache License, ASL Version 2.0: "Apache-2.0" - description: "scalactic" - homepage_url: "http://www.scalatest.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4.jar" - hash: - value: "e75f0f9c77aa391e01797cfc42fb82fd7c7d59a5" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4-sources.jar" - hash: - value: "9f7f02217c7d2f14c6b1982493c39243a20b749d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:scalatest/scalatest.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/scalatest/scalatest.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scalatest:scalatest_2.12:3.0.4" - purl: "pkg:maven/org.scalatest/scalatest_2.12@3.0.4" - authors: - - "Bill Venners" - - "Chua Chee Seng" - - "George Berger" - - "org.scalatest" - declared_licenses: - - "the Apache License, ASL Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - the Apache License, ASL Version 2.0: "Apache-2.0" - description: "scalatest" - homepage_url: "http://www.scalatest.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4.jar" - hash: - value: "87d68f3d06dbf698fd0084c0a8b8996864d15465" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4-sources.jar" - hash: - value: "ba669c2c9b7092151e2a19e975b1bf2a2e7a5fda" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:scalatest/scalatest.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/scalatest/scalatest.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scalaz:scalaz-core_2.12:7.2.8" - purl: "pkg:maven/org.scalaz/scalaz-core_2.12@7.2.8" - authors: - - "Alexey Romanov" - - "Daniel Peebles" - - "Edward Kmett" - - "Jason Zaugg" - - "Kris Nuttycombe" - - "Lars Hupel" - - "Paul Chiusano" - - "Richard Wallace" - - "Runar Bjarnason" - - "Tony Morris" - - "org.scalaz" - declared_licenses: - - "BSD-style" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD-style: "BSD-3-Clause" - description: "scalaz-core" - homepage_url: "http://scalaz.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8.jar" - hash: - value: "2922d47f6dc7aba452634fe674087b6221b90dbf" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8-sources.jar" - hash: - value: "c94295a434f26b5650ec0fcbf93c9d2c7aada88e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:scalaz/scalaz.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/scalaz/scalaz.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.slf4j:jcl-over-slf4j:1.7.25" - purl: "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.25" - authors: - - "Ceki Gulcu" - - "QOS.ch" - declared_licenses: - - "MIT License" - declared_licenses_processed: - spdx_expression: "MIT" - mapped: - MIT License: "MIT" - description: "JCL 1.2 implemented over SLF4J" - homepage_url: "http://www.slf4j.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar" - hash: - value: "f8c32b13ff142a513eeb5b6330b1588dcb2c0461" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25-sources.jar" - hash: - value: "ffd0827a7c67d5915b7dc611afbda56a1f247191" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:qos-ch/slf4j.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/qos-ch/slf4j.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.slf4j:slf4j-api:1.7.25" - purl: "pkg:maven/org.slf4j/slf4j-api@1.7.25" - authors: - - "Ceki Gulcu" - - "QOS.ch" - declared_licenses: - - "MIT License" - declared_licenses_processed: - spdx_expression: "MIT" - mapped: - MIT License: "MIT" - description: "The slf4j API" - homepage_url: "http://www.slf4j.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar" - hash: - value: "da76ca59f6a57ee3102f8f9bd9cee742973efa8a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-sources.jar" - hash: - value: "962153db4a9ea71b79d047dfd1b2a0d80d8f4739" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:qos-ch/slf4j.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/qos-ch/slf4j.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.typelevel:macro-compat_2.12:1.1.1" - purl: "pkg:maven/org.typelevel/macro-compat_2.12@1.1.1" - authors: - - "Miles Sabin" - - "org.typelevel" - declared_licenses: - - "Apache 2" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2: "Apache-2.0" - description: "core" - homepage_url: "https://github.com/milessabin/macro-compat" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.jar" - hash: - value: "ed809d26ef4237d7c079ae6cf7ebd0dfa7986adf" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1-sources.jar" - hash: - value: "ade6d6ec81975cf514b0f9e2061614f2799cfe97" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:milessabin/macro-compat.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/milessabin/macro-compat.git" - revision: "" - path: "" - curations: [] + - id: "Maven:ch.qos.logback:logback-classic:1.2.3" + purl: "pkg:maven/ch.qos.logback/logback-classic@1.2.3" + authors: + - "Ceki Gulcu" + - "Joern Huxhorn" + - "QOS.ch" + declared_licenses: + - "Eclipse Public License - v 1.0" + - "GNU Lesser General Public License" + declared_licenses_processed: + spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" + mapped: + Eclipse Public License - v 1.0: "EPL-1.0" + GNU Lesser General Public License: "LGPL-2.1-or-later" + description: "logback-classic module" + homepage_url: "http://logback.qos.ch/logback-classic" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar" + hash: + value: "7c4f3c474fb2c041d8028740440937705ebb473a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar" + hash: + value: "cfd5385e0c5ed1c8a5dce57d86e79cf357153a64" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:ceki/logback.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/ceki/logback.git" + revision: "" + path: "" + - id: "Maven:ch.qos.logback:logback-core:1.2.3" + purl: "pkg:maven/ch.qos.logback/logback-core@1.2.3" + authors: + - "Ceki Gulcu" + - "Joern Huxhorn" + - "QOS.ch" + declared_licenses: + - "Eclipse Public License - v 1.0" + - "GNU Lesser General Public License" + declared_licenses_processed: + spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" + mapped: + Eclipse Public License - v 1.0: "EPL-1.0" + GNU Lesser General Public License: "LGPL-2.1-or-later" + description: "logback-core module" + homepage_url: "http://logback.qos.ch/logback-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar" + hash: + value: "864344400c3d4d92dfeb0a305dc87d953677c03c" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar" + hash: + value: "3ebabe69eba0196af9ad3a814f723fb720b9101e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:ceki/logback.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/ceki/logback.git" + revision: "" + path: "" + - id: "Maven:com.chuusai:shapeless_2.12:2.3.2" + purl: "pkg:maven/com.chuusai/shapeless_2.12@2.3.2" + authors: + - "Miles Sabin" + - "com.chuusai" + declared_licenses: + - "Apache 2" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2: "Apache-2.0" + description: "core" + homepage_url: "https://github.com/milessabin/shapeless" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2.jar" + hash: + value: "27e115ffed7917b456e54891de67173f4a68d5f1" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2-sources.jar" + hash: + value: "6d83fa4fa6d25b1e8d8cd9d9d551c05c745633b1" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:milessabin/shapeless.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/milessabin/shapeless.git" + revision: "" + path: "" + - id: "Maven:com.fasterxml.jackson.core:jackson-annotations:2.8.0" + purl: "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.8.0" + authors: + - "Christopher Currie" + - "FasterXML" + - "Paul Brown" + - "Tatu Saloranta" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Core annotations used for value types, used by Jackson data binding\ + \ package." + homepage_url: "http://github.com/FasterXML/jackson" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.jar" + hash: + value: "45b426f7796b741035581a176744d91090e2e6fb" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0-sources.jar" + hash: + value: "29a1a95363d497e856c0a7d682e4f7973e334068" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:FasterXML/jackson-annotations.git" + revision: "jackson-annotations-2.8.0" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/FasterXML/jackson-annotations.git" + revision: "jackson-annotations-2.8.0" + path: "" + - id: "Maven:com.fasterxml.jackson.core:jackson-core:2.8.9" + purl: "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.8.9" + authors: + - "Christopher Currie" + - "FasterXML" + - "Paul Brown" + - "Tatu Saloranta" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Core Jackson abstractions, basic JSON streaming API implementation" + homepage_url: "https://github.com/FasterXML/jackson-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9.jar" + hash: + value: "569b1752705da98f49aabe2911cc956ff7d8ed9d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9-sources.jar" + hash: + value: "8cf3613202ddcd495137f8cb944e2da69964a641" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:FasterXML/jackson-core.git" + revision: "jackson-core-2.8.9" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/FasterXML/jackson-core.git" + revision: "jackson-core-2.8.9" + path: "" + - id: "Maven:com.fasterxml.jackson.core:jackson-databind:2.8.9" + purl: "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.8.9" + authors: + - "Christopher Currie" + - "FasterXML" + - "Paul Brown" + - "Tatu Saloranta" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "General data-binding functionality for Jackson: works on core\ + \ streaming API" + homepage_url: "http://github.com/FasterXML/jackson" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9.jar" + hash: + value: "4dfca3975be3c1a98eacb829e70f02e9a71bc159" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9-sources.jar" + hash: + value: "98e1b4171628d8f230f6a60b248de84ed04fab0d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:FasterXML/jackson-databind.git" + revision: "jackson-databind-2.8.9" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/FasterXML/jackson-databind.git" + revision: "jackson-databind-2.8.9" + path: "" + - id: "Maven:com.github.julien-truffaut:monocle-core_2.12:1.4.0" + purl: "pkg:maven/com.github.julien-truffaut/monocle-core_2.12@1.4.0" + authors: + - "Ilan Godik" + - "Julien Truffaut" + - "Kenji Yoshida" + - "Naoki Aoyama" + - "com.github.julien-truffaut" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "core" + homepage_url: "https://github.com/julien-truffaut/Monocle" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0.jar" + hash: + value: "219da9cc75878a75c888e38ad883fe4d30a7651d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0-sources.jar" + hash: + value: "37d333798ca15a03f5dfbb02f133d5b6b8e57b8c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:julien-truffaut/Monocle.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/julien-truffaut/Monocle.git" + revision: "" + path: "" + - id: "Maven:com.github.julien-truffaut:monocle-macro_2.12:1.4.0" + purl: "pkg:maven/com.github.julien-truffaut/monocle-macro_2.12@1.4.0" + authors: + - "Ilan Godik" + - "Julien Truffaut" + - "Kenji Yoshida" + - "Naoki Aoyama" + - "com.github.julien-truffaut" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "macros" + homepage_url: "https://github.com/julien-truffaut/Monocle" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0.jar" + hash: + value: "319242d130983fec319a2e2d4f8e7741b809b5a0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0-sources.jar" + hash: + value: "e7ce64d7973ad64f3fa872b931a31c8c25de59b3" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:julien-truffaut/Monocle.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/julien-truffaut/Monocle.git" + revision: "" + path: "" + - id: "Maven:com.github.pureconfig:pureconfig-macros_2.12:0.8.0" + purl: "pkg:maven/com.github.pureconfig/pureconfig-macros_2.12@0.8.0" + authors: + - "Rui Gonçalves" + - "com.github.pureconfig" + declared_licenses: + - "Mozilla Public License, version 2.0" + declared_licenses_processed: + spdx_expression: "MPL-2.0" + mapped: + Mozilla Public License, version 2.0: "MPL-2.0" + description: "pureconfig-macros" + homepage_url: "https://github.com/pureconfig/pureconfig" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0.jar" + hash: + value: "eea0e86f18c08e7fd00c90626f4f17a9ee6ef088" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0-sources.jar" + hash: + value: "7411f96540756236648b48347827b6ba2622e5e0" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:pureconfig/pureconfig.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/pureconfig/pureconfig.git" + revision: "" + path: "" + - id: "Maven:com.github.pureconfig:pureconfig_2.12:0.8.0" + purl: "pkg:maven/com.github.pureconfig/pureconfig_2.12@0.8.0" + authors: + - "Derek Morr" + - "Joao Azevedo" + - "Leif Wickland" + - "Mario Pastorelli" + - "Rui Gonçalves" + - "com.github.pureconfig" + declared_licenses: + - "Mozilla Public License, version 2.0" + declared_licenses_processed: + spdx_expression: "MPL-2.0" + mapped: + Mozilla Public License, version 2.0: "MPL-2.0" + description: "pureconfig" + homepage_url: "https://github.com/pureconfig/pureconfig" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0.jar" + hash: + value: "891fde63cda086f593bffddb0b47933abc75523f" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0-sources.jar" + hash: + value: "fa6de3ab2dd82543fb37288626687a9a6c1a67a2" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:pureconfig/pureconfig.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/pureconfig/pureconfig.git" + revision: "" + path: "" + - id: "Maven:com.typesafe:config:1.3.1" + purl: "pkg:maven/com.typesafe/config@1.3.1" + authors: + - "Havoc Pennington" + - "com.typesafe" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "config" + homepage_url: "https://github.com/typesafehub/config" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1.jar" + hash: + value: "2cf7a6cc79732e3bdf1647d7404279900ca63eb0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1-sources.jar" + hash: + value: "a27878630ff503b63ed25ff2a25fa8ef888740b3" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/typesafehub/config.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/typesafehub/config.git" + revision: "" + path: "" + - id: "Maven:com.typesafe:ssl-config-core_2.12:0.2.2" + purl: "pkg:maven/com.typesafe/ssl-config-core_2.12@0.2.2" + authors: + - "Konrad Malawski" + - "Will Sargent" + - "com.typesafe" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "ssl-config-core" + homepage_url: "https://github.com/typesafehub/ssl-config" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2.jar" + hash: + value: "8a357d491f7f94c5b4b1e0b27644e1306cc8742d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2-sources.jar" + hash: + value: "1baaec9149929d0970330aa80aca73e3f1f15624" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/typesafehub/ssl-config.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/typesafehub/ssl-config.git" + revision: "" + path: "" + - id: "Maven:com.typesafe.akka:akka-actor_2.12:2.5.6" + purl: "pkg:maven/com.typesafe.akka/akka-actor_2.12@2.5.6" + authors: + - "Akka Contributors" + - "Lightbend Inc." + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "akka-actor" + homepage_url: "http://akka.io/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6.jar" + hash: + value: "1e9f4c1829d3ce5640c17164b1756d1e98eb7af3" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6-sources.jar" + hash: + value: "9642cf6f2a774d781e2f2a2e5de152971bfd714e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:akka/akka.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/akka/akka.git" + revision: "" + path: "" + - id: "Maven:com.typesafe.akka:akka-stream_2.12:2.5.6" + purl: "pkg:maven/com.typesafe.akka/akka-stream_2.12@2.5.6" + authors: + - "Akka Contributors" + - "Lightbend Inc." + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "akka-stream" + homepage_url: "http://akka.io/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6.jar" + hash: + value: "876aa1471ac773a3dd02f70c1e511a9a014b3491" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6-sources.jar" + hash: + value: "14459df7523aea2cfd04080fe88eccd20897bcc5" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:akka/akka.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/akka/akka.git" + revision: "" + path: "" + - id: "Maven:com.typesafe.scala-logging:scala-logging_2.12:3.7.2" + purl: "pkg:maven/com.typesafe.scala-logging/scala-logging_2.12@3.7.2" + authors: + - "Heiko Seeberger" + - "Mathias Bogaert" + - "com.typesafe.scala-logging" + declared_licenses: + - "Apache 2.0 License" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2.0 License: "Apache-2.0" + description: "scala-logging" + homepage_url: "https://github.com/typesafehub/scala-logging" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2.jar" + hash: + value: "a1dc97509765287faa4747f7cb411f0b85dc9a34" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2-sources.jar" + hash: + value: "a5f760917b60283e37c84bf3db2aeaf976980ad3" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/typesafehub/scala-logging.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/typesafehub/scala-logging.git" + revision: "" + path: "" + - id: "Maven:net.logstash.logback:logstash-logback-encoder:4.11" + purl: "pkg:maven/net.logstash.logback/logstash-logback-encoder@4.11" + authors: + - "John E. Vincent" + - "Nokia" + - "Phil Clay" + declared_licenses: + - "Apache License, Version 2.0" + - "MIT License" + declared_licenses_processed: + spdx_expression: "Apache-2.0 OR MIT" + mapped: + Apache License, Version 2.0: "Apache-2.0" + MIT License: "MIT" + description: "Logback encoder which will output events as Logstash-compatible\ + \ JSON" + homepage_url: "https://github.com/logstash/logstash-logback-encoder" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11.jar" + hash: + value: "163b6b046de5414ac17c83cbd6cb619e541fc69a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11-sources.jar" + hash: + value: "8b889d5eb55aabfa5d9aa9cad95529668f3edb2b" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:logstash/logstash-logback-encoder.git" + revision: "logstash-logback-encoder-4.11" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/logstash/logstash-logback-encoder.git" + revision: "logstash-logback-encoder-4.11" + path: "" + - id: "Maven:org.reactivestreams:reactive-streams:1.0.1" + purl: "pkg:maven/org.reactivestreams/reactive-streams@1.0.1" + authors: + - "Reactive Streams SIG" + declared_licenses: + - "CC0" + declared_licenses_processed: + spdx_expression: "CC0-1.0" + mapped: + CC0: "CC0-1.0" + description: "A Protocol for Asynchronous Non-Blocking Data Sequence" + homepage_url: "http://www.reactive-streams.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1.jar" + hash: + value: "1b1c911686eb40179219466e6a59b634b9d7a748" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1-sources.jar" + hash: + value: "af471e34e448bd4f1c183e9b26c85679be11035c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:reactive-streams/reactive-streams.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/reactive-streams/reactive-streams.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang:scala-compiler:2.12.3" + purl: "pkg:maven/org.scala-lang/scala-compiler@2.12.3" + authors: + - "LAMP/EPFL" + - "Lightbend, Inc." + declared_licenses: + - "BSD 3-Clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-Clause: "BSD-3-Clause" + description: "Compiler for the Scala Programming Language" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3.jar" + hash: + value: "b6b9ca202fc8405260d30e703b9790e91c75cd85" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3-sources.jar" + hash: + value: "b8fe133c260f72b7fe9889195e19efeeab1b8087" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang:scala-library:2.12.3" + purl: "pkg:maven/org.scala-lang/scala-library@2.12.3" + authors: + - "LAMP/EPFL" + - "Lightbend, Inc." + declared_licenses: + - "BSD 3-Clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-Clause: "BSD-3-Clause" + description: "Standard library for the Scala Programming Language" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3.jar" + hash: + value: "f2e496f21af2d80b48e0a61773f84c3a76a0d06f" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3-sources.jar" + hash: + value: "499c91b0a64bc706eee174481a3b7dde81b3591d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang:scala-reflect:2.12.2" + purl: "pkg:maven/org.scala-lang/scala-reflect@2.12.2" + authors: + - "LAMP/EPFL" + - "Lightbend, Inc." + declared_licenses: + - "BSD 3-Clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-Clause: "BSD-3-Clause" + description: "Compiler for the Scala Programming Language" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2.jar" + hash: + value: "fa13c13351566738ff156ef8a56b869868f4b77e" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2-sources.jar" + hash: + value: "a8808be417014e233b25ee44439f725e1f5e92a4" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang.modules:scala-java8-compat_2.12:0.8.0" + purl: "pkg:maven/org.scala-lang.modules/scala-java8-compat_2.12@0.8.0" + authors: + - "EPFL" + - "Typesafe, Inc." + - "org.scala-lang.modules" + declared_licenses: + - "BSD 3-clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-clause: "BSD-3-Clause" + description: "scala-java8-compat" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0.jar" + hash: + value: "1e6f1e745bf6d3c34d1e2ab150653306069aaf34" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0-sources.jar" + hash: + value: "0a33ce48278b9e3bbea8aed726e3c0abad3afadd" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala-java8-compat.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala-java8-compat.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang.modules:scala-parser-combinators_2.12:1.0.4" + purl: "pkg:maven/org.scala-lang.modules/scala-parser-combinators_2.12@1.0.4" + authors: + - "EPFL" + - "Typesafe, Inc." + - "org.scala-lang.modules" + declared_licenses: + - "BSD 3-clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-clause: "BSD-3-Clause" + description: "scala-parser-combinators" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4.jar" + hash: + value: "7c5f25a2d40ea7651452f0f0d1d4c12dabffcb8b" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4-sources.jar" + hash: + value: "9ec2f46c07d355853654af38e8b06e15ccca8cd0" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala-parser-combinators.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala-parser-combinators.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang.modules:scala-xml_2.12:1.0.5" + purl: "pkg:maven/org.scala-lang.modules/scala-xml_2.12@1.0.5" + authors: + - "EPFL" + - "Typesafe, Inc." + - "org.scala-lang.modules" + declared_licenses: + - "BSD 3-clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-clause: "BSD-3-Clause" + description: "scala-xml" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5.jar" + hash: + value: "a2b2afbeea86818a911b05851bb11d7d4840bb75" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5-sources.jar" + hash: + value: "d12864d1a73aa540f7b624c8a92a5f48783c342c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala-xml.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala-xml.git" + revision: "" + path: "" + - id: "Maven:org.scala-sbt:test-interface:1.0" + purl: "pkg:maven/org.scala-sbt/test-interface@1.0" + authors: + - "Bill Venners" + - "Chua Chee Seng" + - "Josh Cough" + - "Mark Harrah" + - "org.scala-sbt" + declared_licenses: + - "BSD" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD: "BSD-3-Clause" + description: "Uniform test interface to Scala/Java test frameworks (specs, ScalaCheck,\ + \ ScalaTest, JUnit and other)" + homepage_url: "http://www.scala-sbt.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0.jar" + hash: + value: "0a3f14d010c4cb32071f863d97291df31603b521" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0-sources.jar" + hash: + value: "d44b23e9e3419ad0e00b91bba764a48d43075000" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/sbt/test-interface.git" + revision: "" + path: "" + - id: "Maven:org.scalacheck:scalacheck_2.12:1.13.5" + purl: "pkg:maven/org.scalacheck/scalacheck_2.12@1.13.5" + authors: + - "Rickard Nilsson" + - "org.scalacheck" + declared_licenses: + - "BSD-style" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD-style: "BSD-3-Clause" + description: "scalacheck" + homepage_url: "http://www.scalacheck.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5.jar" + hash: + value: "fff972ccaa0d83ca53bfdbbd0763c1059281fb76" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5-sources.jar" + hash: + value: "d0e1376902de65c7fa327f455b61d5d71957d78e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:rickynils/scalacheck.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/rickynils/scalacheck.git" + revision: "" + path: "" + - id: "Maven:org.scalactic:scalactic_2.12:3.0.4" + purl: "pkg:maven/org.scalactic/scalactic_2.12@3.0.4" + authors: + - "Bill Venners" + - "Chua Chee Seng" + - "George Berger" + - "org.scalactic" + declared_licenses: + - "the Apache License, ASL Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + the Apache License, ASL Version 2.0: "Apache-2.0" + description: "scalactic" + homepage_url: "http://www.scalatest.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4.jar" + hash: + value: "e75f0f9c77aa391e01797cfc42fb82fd7c7d59a5" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4-sources.jar" + hash: + value: "9f7f02217c7d2f14c6b1982493c39243a20b749d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:scalatest/scalatest.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/scalatest/scalatest.git" + revision: "" + path: "" + - id: "Maven:org.scalatest:scalatest_2.12:3.0.4" + purl: "pkg:maven/org.scalatest/scalatest_2.12@3.0.4" + authors: + - "Bill Venners" + - "Chua Chee Seng" + - "George Berger" + - "org.scalatest" + declared_licenses: + - "the Apache License, ASL Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + the Apache License, ASL Version 2.0: "Apache-2.0" + description: "scalatest" + homepage_url: "http://www.scalatest.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4.jar" + hash: + value: "87d68f3d06dbf698fd0084c0a8b8996864d15465" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4-sources.jar" + hash: + value: "ba669c2c9b7092151e2a19e975b1bf2a2e7a5fda" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:scalatest/scalatest.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/scalatest/scalatest.git" + revision: "" + path: "" + - id: "Maven:org.scalaz:scalaz-core_2.12:7.2.8" + purl: "pkg:maven/org.scalaz/scalaz-core_2.12@7.2.8" + authors: + - "Alexey Romanov" + - "Daniel Peebles" + - "Edward Kmett" + - "Jason Zaugg" + - "Kris Nuttycombe" + - "Lars Hupel" + - "Paul Chiusano" + - "Richard Wallace" + - "Runar Bjarnason" + - "Tony Morris" + - "org.scalaz" + declared_licenses: + - "BSD-style" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD-style: "BSD-3-Clause" + description: "scalaz-core" + homepage_url: "http://scalaz.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8.jar" + hash: + value: "2922d47f6dc7aba452634fe674087b6221b90dbf" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8-sources.jar" + hash: + value: "c94295a434f26b5650ec0fcbf93c9d2c7aada88e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:scalaz/scalaz.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/scalaz/scalaz.git" + revision: "" + path: "" + - id: "Maven:org.slf4j:jcl-over-slf4j:1.7.25" + purl: "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.25" + authors: + - "Ceki Gulcu" + - "QOS.ch" + declared_licenses: + - "MIT License" + declared_licenses_processed: + spdx_expression: "MIT" + mapped: + MIT License: "MIT" + description: "JCL 1.2 implemented over SLF4J" + homepage_url: "http://www.slf4j.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar" + hash: + value: "f8c32b13ff142a513eeb5b6330b1588dcb2c0461" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25-sources.jar" + hash: + value: "ffd0827a7c67d5915b7dc611afbda56a1f247191" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:qos-ch/slf4j.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/qos-ch/slf4j.git" + revision: "" + path: "" + - id: "Maven:org.slf4j:slf4j-api:1.7.25" + purl: "pkg:maven/org.slf4j/slf4j-api@1.7.25" + authors: + - "Ceki Gulcu" + - "QOS.ch" + declared_licenses: + - "MIT License" + declared_licenses_processed: + spdx_expression: "MIT" + mapped: + MIT License: "MIT" + description: "The slf4j API" + homepage_url: "http://www.slf4j.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar" + hash: + value: "da76ca59f6a57ee3102f8f9bd9cee742973efa8a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-sources.jar" + hash: + value: "962153db4a9ea71b79d047dfd1b2a0d80d8f4739" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:qos-ch/slf4j.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/qos-ch/slf4j.git" + revision: "" + path: "" + - id: "Maven:org.typelevel:macro-compat_2.12:1.1.1" + purl: "pkg:maven/org.typelevel/macro-compat_2.12@1.1.1" + authors: + - "Miles Sabin" + - "org.typelevel" + declared_licenses: + - "Apache 2" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2: "Apache-2.0" + description: "core" + homepage_url: "https://github.com/milessabin/macro-compat" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.jar" + hash: + value: "ed809d26ef4237d7c079ae6cf7ebd0dfa7986adf" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1-sources.jar" + hash: + value: "ade6d6ec81975cf514b0f9e2061614f2799cfe97" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:milessabin/macro-compat.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/milessabin/macro-compat.git" + revision: "" + path: "" dependency_graphs: SBT: packages: @@ -1401,3 +1339,4 @@ analyzer: scanner: null advisor: null evaluator: null +resolved_configuration: {} diff --git a/model/src/test/assets/result-with-issues-scopes.yml b/model/src/test/assets/result-with-issues-scopes.yml index 1a542d249877d..017d1bb947410 100644 --- a/model/src/test/assets/result-with-issues-scopes.yml +++ b/model/src/test/assets/result-with-issues-scopes.yml @@ -234,1137 +234,1076 @@ analyzer: dependencies: - id: "Maven:org.scala-lang:scala-library:2.12.3" packages: - - metadata: - id: "Maven:ch.qos.logback:logback-classic:1.2.3" - purl: "pkg:maven/ch.qos.logback/logback-classic@1.2.3" - authors: - - "Ceki Gulcu" - - "Joern Huxhorn" - - "QOS.ch" - declared_licenses: - - "Eclipse Public License - v 1.0" - - "GNU Lesser General Public License" - declared_licenses_processed: - spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" - mapped: - Eclipse Public License - v 1.0: "EPL-1.0" - GNU Lesser General Public License: "LGPL-2.1-or-later" - description: "logback-classic module" - homepage_url: "http://logback.qos.ch/logback-classic" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar" - hash: - value: "7c4f3c474fb2c041d8028740440937705ebb473a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar" - hash: - value: "cfd5385e0c5ed1c8a5dce57d86e79cf357153a64" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:ceki/logback.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/ceki/logback.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:ch.qos.logback:logback-core:1.2.3" - purl: "pkg:maven/ch.qos.logback/logback-core@1.2.3" - authors: - - "Ceki Gulcu" - - "Joern Huxhorn" - - "QOS.ch" - declared_licenses: - - "Eclipse Public License - v 1.0" - - "GNU Lesser General Public License" - declared_licenses_processed: - spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" - mapped: - Eclipse Public License - v 1.0: "EPL-1.0" - GNU Lesser General Public License: "LGPL-2.1-or-later" - description: "logback-core module" - homepage_url: "http://logback.qos.ch/logback-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar" - hash: - value: "864344400c3d4d92dfeb0a305dc87d953677c03c" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar" - hash: - value: "3ebabe69eba0196af9ad3a814f723fb720b9101e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:ceki/logback.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/ceki/logback.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.chuusai:shapeless_2.12:2.3.2" - purl: "pkg:maven/com.chuusai/shapeless_2.12@2.3.2" - authors: - - "Miles Sabin" - - "com.chuusai" - declared_licenses: - - "Apache 2" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2: "Apache-2.0" - description: "core" - homepage_url: "https://github.com/milessabin/shapeless" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2.jar" - hash: - value: "27e115ffed7917b456e54891de67173f4a68d5f1" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2-sources.jar" - hash: - value: "6d83fa4fa6d25b1e8d8cd9d9d551c05c745633b1" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:milessabin/shapeless.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/milessabin/shapeless.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.fasterxml.jackson.core:jackson-annotations:2.8.0" - purl: "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.8.0" - authors: - - "Christopher Currie" - - "FasterXML" - - "Paul Brown" - - "Tatu Saloranta" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Core annotations used for value types, used by Jackson data\ - \ binding package." - homepage_url: "http://github.com/FasterXML/jackson" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.jar" - hash: - value: "45b426f7796b741035581a176744d91090e2e6fb" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0-sources.jar" - hash: - value: "29a1a95363d497e856c0a7d682e4f7973e334068" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:FasterXML/jackson-annotations.git" - revision: "jackson-annotations-2.8.0" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/FasterXML/jackson-annotations.git" - revision: "jackson-annotations-2.8.0" - path: "" - curations: [] - - metadata: - id: "Maven:com.fasterxml.jackson.core:jackson-core:2.8.9" - purl: "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.8.9" - authors: - - "Christopher Currie" - - "FasterXML" - - "Paul Brown" - - "Tatu Saloranta" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Core Jackson abstractions, basic JSON streaming API implementation" - homepage_url: "https://github.com/FasterXML/jackson-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9.jar" - hash: - value: "569b1752705da98f49aabe2911cc956ff7d8ed9d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9-sources.jar" - hash: - value: "8cf3613202ddcd495137f8cb944e2da69964a641" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:FasterXML/jackson-core.git" - revision: "jackson-core-2.8.9" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/FasterXML/jackson-core.git" - revision: "jackson-core-2.8.9" - path: "" - curations: [] - - metadata: - id: "Maven:com.fasterxml.jackson.core:jackson-databind:2.8.9" - purl: "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.8.9" - authors: - - "Christopher Currie" - - "FasterXML" - - "Paul Brown" - - "Tatu Saloranta" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "General data-binding functionality for Jackson: works on core\ - \ streaming API" - homepage_url: "http://github.com/FasterXML/jackson" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9.jar" - hash: - value: "4dfca3975be3c1a98eacb829e70f02e9a71bc159" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9-sources.jar" - hash: - value: "98e1b4171628d8f230f6a60b248de84ed04fab0d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:FasterXML/jackson-databind.git" - revision: "jackson-databind-2.8.9" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/FasterXML/jackson-databind.git" - revision: "jackson-databind-2.8.9" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.julien-truffaut:monocle-core_2.12:1.4.0" - purl: "pkg:maven/com.github.julien-truffaut/monocle-core_2.12@1.4.0" - authors: - - "Ilan Godik" - - "Julien Truffaut" - - "Kenji Yoshida" - - "Naoki Aoyama" - - "com.github.julien-truffaut" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "core" - homepage_url: "https://github.com/julien-truffaut/Monocle" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0.jar" - hash: - value: "219da9cc75878a75c888e38ad883fe4d30a7651d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0-sources.jar" - hash: - value: "37d333798ca15a03f5dfbb02f133d5b6b8e57b8c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:julien-truffaut/Monocle.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/julien-truffaut/Monocle.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.julien-truffaut:monocle-macro_2.12:1.4.0" - purl: "pkg:maven/com.github.julien-truffaut/monocle-macro_2.12@1.4.0" - authors: - - "Ilan Godik" - - "Julien Truffaut" - - "Kenji Yoshida" - - "Naoki Aoyama" - - "com.github.julien-truffaut" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "macros" - homepage_url: "https://github.com/julien-truffaut/Monocle" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0.jar" - hash: - value: "319242d130983fec319a2e2d4f8e7741b809b5a0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0-sources.jar" - hash: - value: "e7ce64d7973ad64f3fa872b931a31c8c25de59b3" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:julien-truffaut/Monocle.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/julien-truffaut/Monocle.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.pureconfig:pureconfig-macros_2.12:0.8.0" - purl: "pkg:maven/com.github.pureconfig/pureconfig-macros_2.12@0.8.0" - authors: - - "Rui Gonçalves" - - "com.github.pureconfig" - declared_licenses: - - "Mozilla Public License, version 2.0" - declared_licenses_processed: - spdx_expression: "MPL-2.0" - mapped: - Mozilla Public License, version 2.0: "MPL-2.0" - description: "pureconfig-macros" - homepage_url: "https://github.com/pureconfig/pureconfig" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0.jar" - hash: - value: "eea0e86f18c08e7fd00c90626f4f17a9ee6ef088" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0-sources.jar" - hash: - value: "7411f96540756236648b48347827b6ba2622e5e0" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:pureconfig/pureconfig.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/pureconfig/pureconfig.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.pureconfig:pureconfig_2.12:0.8.0" - purl: "pkg:maven/com.github.pureconfig/pureconfig_2.12@0.8.0" - authors: - - "Derek Morr" - - "Joao Azevedo" - - "Leif Wickland" - - "Mario Pastorelli" - - "Rui Gonçalves" - - "com.github.pureconfig" - declared_licenses: - - "Mozilla Public License, version 2.0" - declared_licenses_processed: - spdx_expression: "MPL-2.0" - mapped: - Mozilla Public License, version 2.0: "MPL-2.0" - description: "pureconfig" - homepage_url: "https://github.com/pureconfig/pureconfig" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0.jar" - hash: - value: "891fde63cda086f593bffddb0b47933abc75523f" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0-sources.jar" - hash: - value: "fa6de3ab2dd82543fb37288626687a9a6c1a67a2" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:pureconfig/pureconfig.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/pureconfig/pureconfig.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe:config:1.3.1" - purl: "pkg:maven/com.typesafe/config@1.3.1" - authors: - - "Havoc Pennington" - - "com.typesafe" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "config" - homepage_url: "https://github.com/typesafehub/config" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1.jar" - hash: - value: "2cf7a6cc79732e3bdf1647d7404279900ca63eb0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1-sources.jar" - hash: - value: "a27878630ff503b63ed25ff2a25fa8ef888740b3" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/typesafehub/config.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/typesafehub/config.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe:ssl-config-core_2.12:0.2.2" - purl: "pkg:maven/com.typesafe/ssl-config-core_2.12@0.2.2" - authors: - - "Konrad Malawski" - - "Will Sargent" - - "com.typesafe" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "ssl-config-core" - homepage_url: "https://github.com/typesafehub/ssl-config" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2.jar" - hash: - value: "8a357d491f7f94c5b4b1e0b27644e1306cc8742d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2-sources.jar" - hash: - value: "1baaec9149929d0970330aa80aca73e3f1f15624" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/typesafehub/ssl-config.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/typesafehub/ssl-config.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe.akka:akka-actor_2.12:2.5.6" - purl: "pkg:maven/com.typesafe.akka/akka-actor_2.12@2.5.6" - authors: - - "Akka Contributors" - - "Lightbend Inc." - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "akka-actor" - homepage_url: "http://akka.io/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6.jar" - hash: - value: "1e9f4c1829d3ce5640c17164b1756d1e98eb7af3" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6-sources.jar" - hash: - value: "9642cf6f2a774d781e2f2a2e5de152971bfd714e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:akka/akka.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/akka/akka.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe.akka:akka-stream_2.12:2.5.6" - purl: "pkg:maven/com.typesafe.akka/akka-stream_2.12@2.5.6" - authors: - - "Akka Contributors" - - "Lightbend Inc." - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "akka-stream" - homepage_url: "http://akka.io/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6.jar" - hash: - value: "876aa1471ac773a3dd02f70c1e511a9a014b3491" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6-sources.jar" - hash: - value: "14459df7523aea2cfd04080fe88eccd20897bcc5" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:akka/akka.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/akka/akka.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe.scala-logging:scala-logging_2.12:3.7.2" - purl: "pkg:maven/com.typesafe.scala-logging/scala-logging_2.12@3.7.2" - authors: - - "Heiko Seeberger" - - "Mathias Bogaert" - - "com.typesafe.scala-logging" - declared_licenses: - - "Apache 2.0 License" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2.0 License: "Apache-2.0" - description: "scala-logging" - homepage_url: "https://github.com/typesafehub/scala-logging" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2.jar" - hash: - value: "a1dc97509765287faa4747f7cb411f0b85dc9a34" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2-sources.jar" - hash: - value: "a5f760917b60283e37c84bf3db2aeaf976980ad3" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/typesafehub/scala-logging.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/typesafehub/scala-logging.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:net.logstash.logback:logstash-logback-encoder:4.11" - purl: "pkg:maven/net.logstash.logback/logstash-logback-encoder@4.11" - authors: - - "John E. Vincent" - - "Nokia" - - "Phil Clay" - declared_licenses: - - "Apache License, Version 2.0" - - "MIT License" - declared_licenses_processed: - spdx_expression: "Apache-2.0 OR MIT" - mapped: - Apache License, Version 2.0: "Apache-2.0" - MIT License: "MIT" - description: "Logback encoder which will output events as Logstash-compatible\ - \ JSON" - homepage_url: "https://github.com/logstash/logstash-logback-encoder" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11.jar" - hash: - value: "163b6b046de5414ac17c83cbd6cb619e541fc69a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11-sources.jar" - hash: - value: "8b889d5eb55aabfa5d9aa9cad95529668f3edb2b" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:logstash/logstash-logback-encoder.git" - revision: "logstash-logback-encoder-4.11" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/logstash/logstash-logback-encoder.git" - revision: "logstash-logback-encoder-4.11" - path: "" - curations: [] - - metadata: - id: "Maven:org.reactivestreams:reactive-streams:1.0.1" - purl: "pkg:maven/org.reactivestreams/reactive-streams@1.0.1" - authors: - - "Reactive Streams SIG" - declared_licenses: - - "CC0" - declared_licenses_processed: - spdx_expression: "CC0-1.0" - mapped: - CC0: "CC0-1.0" - description: "A Protocol for Asynchronous Non-Blocking Data Sequence" - homepage_url: "http://www.reactive-streams.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1.jar" - hash: - value: "1b1c911686eb40179219466e6a59b634b9d7a748" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1-sources.jar" - hash: - value: "af471e34e448bd4f1c183e9b26c85679be11035c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:reactive-streams/reactive-streams.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/reactive-streams/reactive-streams.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang:scala-compiler:2.12.3" - purl: "pkg:maven/org.scala-lang/scala-compiler@2.12.3" - authors: - - "LAMP/EPFL" - - "Lightbend, Inc." - declared_licenses: - - "BSD 3-Clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-Clause: "BSD-3-Clause" - description: "Compiler for the Scala Programming Language" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3.jar" - hash: - value: "b6b9ca202fc8405260d30e703b9790e91c75cd85" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3-sources.jar" - hash: - value: "b8fe133c260f72b7fe9889195e19efeeab1b8087" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang:scala-library:2.12.3" - purl: "pkg:maven/org.scala-lang/scala-library@2.12.3" - authors: - - "LAMP/EPFL" - - "Lightbend, Inc." - declared_licenses: - - "BSD 3-Clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-Clause: "BSD-3-Clause" - description: "Standard library for the Scala Programming Language" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3.jar" - hash: - value: "f2e496f21af2d80b48e0a61773f84c3a76a0d06f" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3-sources.jar" - hash: - value: "499c91b0a64bc706eee174481a3b7dde81b3591d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang:scala-reflect:2.12.2" - purl: "pkg:maven/org.scala-lang/scala-reflect@2.12.2" - authors: - - "LAMP/EPFL" - - "Lightbend, Inc." - declared_licenses: - - "BSD 3-Clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-Clause: "BSD-3-Clause" - description: "Compiler for the Scala Programming Language" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2.jar" - hash: - value: "fa13c13351566738ff156ef8a56b869868f4b77e" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2-sources.jar" - hash: - value: "a8808be417014e233b25ee44439f725e1f5e92a4" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang.modules:scala-java8-compat_2.12:0.8.0" - purl: "pkg:maven/org.scala-lang.modules/scala-java8-compat_2.12@0.8.0" - authors: - - "EPFL" - - "Typesafe, Inc." - - "org.scala-lang.modules" - declared_licenses: - - "BSD 3-clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-clause: "BSD-3-Clause" - description: "scala-java8-compat" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0.jar" - hash: - value: "1e6f1e745bf6d3c34d1e2ab150653306069aaf34" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0-sources.jar" - hash: - value: "0a33ce48278b9e3bbea8aed726e3c0abad3afadd" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala-java8-compat.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala-java8-compat.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang.modules:scala-parser-combinators_2.12:1.0.4" - purl: "pkg:maven/org.scala-lang.modules/scala-parser-combinators_2.12@1.0.4" - authors: - - "EPFL" - - "Typesafe, Inc." - - "org.scala-lang.modules" - declared_licenses: - - "BSD 3-clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-clause: "BSD-3-Clause" - description: "scala-parser-combinators" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4.jar" - hash: - value: "7c5f25a2d40ea7651452f0f0d1d4c12dabffcb8b" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4-sources.jar" - hash: - value: "9ec2f46c07d355853654af38e8b06e15ccca8cd0" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala-parser-combinators.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala-parser-combinators.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang.modules:scala-xml_2.12:1.0.5" - purl: "pkg:maven/org.scala-lang.modules/scala-xml_2.12@1.0.5" - authors: - - "EPFL" - - "Typesafe, Inc." - - "org.scala-lang.modules" - declared_licenses: - - "BSD 3-clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-clause: "BSD-3-Clause" - description: "scala-xml" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5.jar" - hash: - value: "a2b2afbeea86818a911b05851bb11d7d4840bb75" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5-sources.jar" - hash: - value: "d12864d1a73aa540f7b624c8a92a5f48783c342c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala-xml.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala-xml.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-sbt:test-interface:1.0" - purl: "pkg:maven/org.scala-sbt/test-interface@1.0" - authors: - - "Bill Venners" - - "Chua Chee Seng" - - "Josh Cough" - - "Mark Harrah" - - "org.scala-sbt" - declared_licenses: - - "BSD" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD: "BSD-3-Clause" - description: "Uniform test interface to Scala/Java test frameworks (specs,\ - \ ScalaCheck, ScalaTest, JUnit and other)" - homepage_url: "http://www.scala-sbt.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0.jar" - hash: - value: "0a3f14d010c4cb32071f863d97291df31603b521" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0-sources.jar" - hash: - value: "d44b23e9e3419ad0e00b91bba764a48d43075000" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/sbt/test-interface.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scalacheck:scalacheck_2.12:1.13.5" - purl: "pkg:maven/org.scalacheck/scalacheck_2.12@1.13.5" - authors: - - "Rickard Nilsson" - - "org.scalacheck" - declared_licenses: - - "BSD-style" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD-style: "BSD-3-Clause" - description: "scalacheck" - homepage_url: "http://www.scalacheck.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5.jar" - hash: - value: "fff972ccaa0d83ca53bfdbbd0763c1059281fb76" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5-sources.jar" - hash: - value: "d0e1376902de65c7fa327f455b61d5d71957d78e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:rickynils/scalacheck.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/rickynils/scalacheck.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scalactic:scalactic_2.12:3.0.4" - purl: "pkg:maven/org.scalactic/scalactic_2.12@3.0.4" - authors: - - "Bill Venners" - - "Chua Chee Seng" - - "George Berger" - - "org.scalactic" - declared_licenses: - - "the Apache License, ASL Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - the Apache License, ASL Version 2.0: "Apache-2.0" - description: "scalactic" - homepage_url: "http://www.scalatest.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4.jar" - hash: - value: "e75f0f9c77aa391e01797cfc42fb82fd7c7d59a5" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4-sources.jar" - hash: - value: "9f7f02217c7d2f14c6b1982493c39243a20b749d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:scalatest/scalatest.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/scalatest/scalatest.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scalatest:scalatest_2.12:3.0.4" - purl: "pkg:maven/org.scalatest/scalatest_2.12@3.0.4" - authors: - - "Bill Venners" - - "Chua Chee Seng" - - "George Berger" - - "org.scalatest" - declared_licenses: - - "the Apache License, ASL Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - the Apache License, ASL Version 2.0: "Apache-2.0" - description: "scalatest" - homepage_url: "http://www.scalatest.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4.jar" - hash: - value: "87d68f3d06dbf698fd0084c0a8b8996864d15465" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4-sources.jar" - hash: - value: "ba669c2c9b7092151e2a19e975b1bf2a2e7a5fda" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:scalatest/scalatest.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/scalatest/scalatest.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scalaz:scalaz-core_2.12:7.2.8" - purl: "pkg:maven/org.scalaz/scalaz-core_2.12@7.2.8" - authors: - - "Alexey Romanov" - - "Daniel Peebles" - - "Edward Kmett" - - "Jason Zaugg" - - "Kris Nuttycombe" - - "Lars Hupel" - - "Paul Chiusano" - - "Richard Wallace" - - "Runar Bjarnason" - - "Tony Morris" - - "org.scalaz" - declared_licenses: - - "BSD-style" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD-style: "BSD-3-Clause" - description: "scalaz-core" - homepage_url: "http://scalaz.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8.jar" - hash: - value: "2922d47f6dc7aba452634fe674087b6221b90dbf" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8-sources.jar" - hash: - value: "c94295a434f26b5650ec0fcbf93c9d2c7aada88e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:scalaz/scalaz.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/scalaz/scalaz.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.slf4j:jcl-over-slf4j:1.7.25" - purl: "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.25" - authors: - - "Ceki Gulcu" - - "QOS.ch" - declared_licenses: - - "MIT License" - declared_licenses_processed: - spdx_expression: "MIT" - mapped: - MIT License: "MIT" - description: "JCL 1.2 implemented over SLF4J" - homepage_url: "http://www.slf4j.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar" - hash: - value: "f8c32b13ff142a513eeb5b6330b1588dcb2c0461" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25-sources.jar" - hash: - value: "ffd0827a7c67d5915b7dc611afbda56a1f247191" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:qos-ch/slf4j.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/qos-ch/slf4j.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.slf4j:slf4j-api:1.7.25" - purl: "pkg:maven/org.slf4j/slf4j-api@1.7.25" - authors: - - "Ceki Gulcu" - - "QOS.ch" - declared_licenses: - - "MIT License" - declared_licenses_processed: - spdx_expression: "MIT" - mapped: - MIT License: "MIT" - description: "The slf4j API" - homepage_url: "http://www.slf4j.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar" - hash: - value: "da76ca59f6a57ee3102f8f9bd9cee742973efa8a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-sources.jar" - hash: - value: "962153db4a9ea71b79d047dfd1b2a0d80d8f4739" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:qos-ch/slf4j.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/qos-ch/slf4j.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.typelevel:macro-compat_2.12:1.1.1" - purl: "pkg:maven/org.typelevel/macro-compat_2.12@1.1.1" - authors: - - "Miles Sabin" - - "org.typelevel" - declared_licenses: - - "Apache 2" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2: "Apache-2.0" - description: "core" - homepage_url: "https://github.com/milessabin/macro-compat" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.jar" - hash: - value: "ed809d26ef4237d7c079ae6cf7ebd0dfa7986adf" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1-sources.jar" - hash: - value: "ade6d6ec81975cf514b0f9e2061614f2799cfe97" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:milessabin/macro-compat.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/milessabin/macro-compat.git" - revision: "" - path: "" - curations: [] + - id: "Maven:ch.qos.logback:logback-classic:1.2.3" + purl: "pkg:maven/ch.qos.logback/logback-classic@1.2.3" + authors: + - "Ceki Gulcu" + - "Joern Huxhorn" + - "QOS.ch" + declared_licenses: + - "Eclipse Public License - v 1.0" + - "GNU Lesser General Public License" + declared_licenses_processed: + spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" + mapped: + Eclipse Public License - v 1.0: "EPL-1.0" + GNU Lesser General Public License: "LGPL-2.1-or-later" + description: "logback-classic module" + homepage_url: "http://logback.qos.ch/logback-classic" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar" + hash: + value: "7c4f3c474fb2c041d8028740440937705ebb473a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar" + hash: + value: "cfd5385e0c5ed1c8a5dce57d86e79cf357153a64" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:ceki/logback.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/ceki/logback.git" + revision: "" + path: "" + - id: "Maven:ch.qos.logback:logback-core:1.2.3" + purl: "pkg:maven/ch.qos.logback/logback-core@1.2.3" + authors: + - "Ceki Gulcu" + - "Joern Huxhorn" + - "QOS.ch" + declared_licenses: + - "Eclipse Public License - v 1.0" + - "GNU Lesser General Public License" + declared_licenses_processed: + spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" + mapped: + Eclipse Public License - v 1.0: "EPL-1.0" + GNU Lesser General Public License: "LGPL-2.1-or-later" + description: "logback-core module" + homepage_url: "http://logback.qos.ch/logback-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar" + hash: + value: "864344400c3d4d92dfeb0a305dc87d953677c03c" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar" + hash: + value: "3ebabe69eba0196af9ad3a814f723fb720b9101e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:ceki/logback.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/ceki/logback.git" + revision: "" + path: "" + - id: "Maven:com.chuusai:shapeless_2.12:2.3.2" + purl: "pkg:maven/com.chuusai/shapeless_2.12@2.3.2" + authors: + - "Miles Sabin" + - "com.chuusai" + declared_licenses: + - "Apache 2" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2: "Apache-2.0" + description: "core" + homepage_url: "https://github.com/milessabin/shapeless" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2.jar" + hash: + value: "27e115ffed7917b456e54891de67173f4a68d5f1" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2-sources.jar" + hash: + value: "6d83fa4fa6d25b1e8d8cd9d9d551c05c745633b1" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:milessabin/shapeless.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/milessabin/shapeless.git" + revision: "" + path: "" + - id: "Maven:com.fasterxml.jackson.core:jackson-annotations:2.8.0" + purl: "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.8.0" + authors: + - "Christopher Currie" + - "FasterXML" + - "Paul Brown" + - "Tatu Saloranta" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Core annotations used for value types, used by Jackson data binding\ + \ package." + homepage_url: "http://github.com/FasterXML/jackson" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.jar" + hash: + value: "45b426f7796b741035581a176744d91090e2e6fb" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0-sources.jar" + hash: + value: "29a1a95363d497e856c0a7d682e4f7973e334068" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:FasterXML/jackson-annotations.git" + revision: "jackson-annotations-2.8.0" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/FasterXML/jackson-annotations.git" + revision: "jackson-annotations-2.8.0" + path: "" + - id: "Maven:com.fasterxml.jackson.core:jackson-core:2.8.9" + purl: "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.8.9" + authors: + - "Christopher Currie" + - "FasterXML" + - "Paul Brown" + - "Tatu Saloranta" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Core Jackson abstractions, basic JSON streaming API implementation" + homepage_url: "https://github.com/FasterXML/jackson-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9.jar" + hash: + value: "569b1752705da98f49aabe2911cc956ff7d8ed9d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9-sources.jar" + hash: + value: "8cf3613202ddcd495137f8cb944e2da69964a641" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:FasterXML/jackson-core.git" + revision: "jackson-core-2.8.9" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/FasterXML/jackson-core.git" + revision: "jackson-core-2.8.9" + path: "" + - id: "Maven:com.fasterxml.jackson.core:jackson-databind:2.8.9" + purl: "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.8.9" + authors: + - "Christopher Currie" + - "FasterXML" + - "Paul Brown" + - "Tatu Saloranta" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "General data-binding functionality for Jackson: works on core\ + \ streaming API" + homepage_url: "http://github.com/FasterXML/jackson" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9.jar" + hash: + value: "4dfca3975be3c1a98eacb829e70f02e9a71bc159" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9-sources.jar" + hash: + value: "98e1b4171628d8f230f6a60b248de84ed04fab0d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:FasterXML/jackson-databind.git" + revision: "jackson-databind-2.8.9" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/FasterXML/jackson-databind.git" + revision: "jackson-databind-2.8.9" + path: "" + - id: "Maven:com.github.julien-truffaut:monocle-core_2.12:1.4.0" + purl: "pkg:maven/com.github.julien-truffaut/monocle-core_2.12@1.4.0" + authors: + - "Ilan Godik" + - "Julien Truffaut" + - "Kenji Yoshida" + - "Naoki Aoyama" + - "com.github.julien-truffaut" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "core" + homepage_url: "https://github.com/julien-truffaut/Monocle" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0.jar" + hash: + value: "219da9cc75878a75c888e38ad883fe4d30a7651d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0-sources.jar" + hash: + value: "37d333798ca15a03f5dfbb02f133d5b6b8e57b8c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:julien-truffaut/Monocle.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/julien-truffaut/Monocle.git" + revision: "" + path: "" + - id: "Maven:com.github.julien-truffaut:monocle-macro_2.12:1.4.0" + purl: "pkg:maven/com.github.julien-truffaut/monocle-macro_2.12@1.4.0" + authors: + - "Ilan Godik" + - "Julien Truffaut" + - "Kenji Yoshida" + - "Naoki Aoyama" + - "com.github.julien-truffaut" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "macros" + homepage_url: "https://github.com/julien-truffaut/Monocle" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0.jar" + hash: + value: "319242d130983fec319a2e2d4f8e7741b809b5a0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0-sources.jar" + hash: + value: "e7ce64d7973ad64f3fa872b931a31c8c25de59b3" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:julien-truffaut/Monocle.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/julien-truffaut/Monocle.git" + revision: "" + path: "" + - id: "Maven:com.github.pureconfig:pureconfig-macros_2.12:0.8.0" + purl: "pkg:maven/com.github.pureconfig/pureconfig-macros_2.12@0.8.0" + authors: + - "Rui Gonçalves" + - "com.github.pureconfig" + declared_licenses: + - "Mozilla Public License, version 2.0" + declared_licenses_processed: + spdx_expression: "MPL-2.0" + mapped: + Mozilla Public License, version 2.0: "MPL-2.0" + description: "pureconfig-macros" + homepage_url: "https://github.com/pureconfig/pureconfig" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0.jar" + hash: + value: "eea0e86f18c08e7fd00c90626f4f17a9ee6ef088" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0-sources.jar" + hash: + value: "7411f96540756236648b48347827b6ba2622e5e0" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:pureconfig/pureconfig.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/pureconfig/pureconfig.git" + revision: "" + path: "" + - id: "Maven:com.github.pureconfig:pureconfig_2.12:0.8.0" + purl: "pkg:maven/com.github.pureconfig/pureconfig_2.12@0.8.0" + authors: + - "Derek Morr" + - "Joao Azevedo" + - "Leif Wickland" + - "Mario Pastorelli" + - "Rui Gonçalves" + - "com.github.pureconfig" + declared_licenses: + - "Mozilla Public License, version 2.0" + declared_licenses_processed: + spdx_expression: "MPL-2.0" + mapped: + Mozilla Public License, version 2.0: "MPL-2.0" + description: "pureconfig" + homepage_url: "https://github.com/pureconfig/pureconfig" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0.jar" + hash: + value: "891fde63cda086f593bffddb0b47933abc75523f" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0-sources.jar" + hash: + value: "fa6de3ab2dd82543fb37288626687a9a6c1a67a2" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:pureconfig/pureconfig.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/pureconfig/pureconfig.git" + revision: "" + path: "" + - id: "Maven:com.typesafe:config:1.3.1" + purl: "pkg:maven/com.typesafe/config@1.3.1" + authors: + - "Havoc Pennington" + - "com.typesafe" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "config" + homepage_url: "https://github.com/typesafehub/config" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1.jar" + hash: + value: "2cf7a6cc79732e3bdf1647d7404279900ca63eb0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1-sources.jar" + hash: + value: "a27878630ff503b63ed25ff2a25fa8ef888740b3" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/typesafehub/config.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/typesafehub/config.git" + revision: "" + path: "" + - id: "Maven:com.typesafe:ssl-config-core_2.12:0.2.2" + purl: "pkg:maven/com.typesafe/ssl-config-core_2.12@0.2.2" + authors: + - "Konrad Malawski" + - "Will Sargent" + - "com.typesafe" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "ssl-config-core" + homepage_url: "https://github.com/typesafehub/ssl-config" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2.jar" + hash: + value: "8a357d491f7f94c5b4b1e0b27644e1306cc8742d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2-sources.jar" + hash: + value: "1baaec9149929d0970330aa80aca73e3f1f15624" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/typesafehub/ssl-config.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/typesafehub/ssl-config.git" + revision: "" + path: "" + - id: "Maven:com.typesafe.akka:akka-actor_2.12:2.5.6" + purl: "pkg:maven/com.typesafe.akka/akka-actor_2.12@2.5.6" + authors: + - "Akka Contributors" + - "Lightbend Inc." + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "akka-actor" + homepage_url: "http://akka.io/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6.jar" + hash: + value: "1e9f4c1829d3ce5640c17164b1756d1e98eb7af3" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6-sources.jar" + hash: + value: "9642cf6f2a774d781e2f2a2e5de152971bfd714e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:akka/akka.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/akka/akka.git" + revision: "" + path: "" + - id: "Maven:com.typesafe.akka:akka-stream_2.12:2.5.6" + purl: "pkg:maven/com.typesafe.akka/akka-stream_2.12@2.5.6" + authors: + - "Akka Contributors" + - "Lightbend Inc." + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "akka-stream" + homepage_url: "http://akka.io/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6.jar" + hash: + value: "876aa1471ac773a3dd02f70c1e511a9a014b3491" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6-sources.jar" + hash: + value: "14459df7523aea2cfd04080fe88eccd20897bcc5" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:akka/akka.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/akka/akka.git" + revision: "" + path: "" + - id: "Maven:com.typesafe.scala-logging:scala-logging_2.12:3.7.2" + purl: "pkg:maven/com.typesafe.scala-logging/scala-logging_2.12@3.7.2" + authors: + - "Heiko Seeberger" + - "Mathias Bogaert" + - "com.typesafe.scala-logging" + declared_licenses: + - "Apache 2.0 License" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2.0 License: "Apache-2.0" + description: "scala-logging" + homepage_url: "https://github.com/typesafehub/scala-logging" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2.jar" + hash: + value: "a1dc97509765287faa4747f7cb411f0b85dc9a34" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2-sources.jar" + hash: + value: "a5f760917b60283e37c84bf3db2aeaf976980ad3" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/typesafehub/scala-logging.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/typesafehub/scala-logging.git" + revision: "" + path: "" + - id: "Maven:net.logstash.logback:logstash-logback-encoder:4.11" + purl: "pkg:maven/net.logstash.logback/logstash-logback-encoder@4.11" + authors: + - "John E. Vincent" + - "Nokia" + - "Phil Clay" + declared_licenses: + - "Apache License, Version 2.0" + - "MIT License" + declared_licenses_processed: + spdx_expression: "Apache-2.0 OR MIT" + mapped: + Apache License, Version 2.0: "Apache-2.0" + MIT License: "MIT" + description: "Logback encoder which will output events as Logstash-compatible\ + \ JSON" + homepage_url: "https://github.com/logstash/logstash-logback-encoder" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11.jar" + hash: + value: "163b6b046de5414ac17c83cbd6cb619e541fc69a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11-sources.jar" + hash: + value: "8b889d5eb55aabfa5d9aa9cad95529668f3edb2b" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:logstash/logstash-logback-encoder.git" + revision: "logstash-logback-encoder-4.11" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/logstash/logstash-logback-encoder.git" + revision: "logstash-logback-encoder-4.11" + path: "" + - id: "Maven:org.reactivestreams:reactive-streams:1.0.1" + purl: "pkg:maven/org.reactivestreams/reactive-streams@1.0.1" + authors: + - "Reactive Streams SIG" + declared_licenses: + - "CC0" + declared_licenses_processed: + spdx_expression: "CC0-1.0" + mapped: + CC0: "CC0-1.0" + description: "A Protocol for Asynchronous Non-Blocking Data Sequence" + homepage_url: "http://www.reactive-streams.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1.jar" + hash: + value: "1b1c911686eb40179219466e6a59b634b9d7a748" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1-sources.jar" + hash: + value: "af471e34e448bd4f1c183e9b26c85679be11035c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:reactive-streams/reactive-streams.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/reactive-streams/reactive-streams.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang:scala-compiler:2.12.3" + purl: "pkg:maven/org.scala-lang/scala-compiler@2.12.3" + authors: + - "LAMP/EPFL" + - "Lightbend, Inc." + declared_licenses: + - "BSD 3-Clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-Clause: "BSD-3-Clause" + description: "Compiler for the Scala Programming Language" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3.jar" + hash: + value: "b6b9ca202fc8405260d30e703b9790e91c75cd85" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3-sources.jar" + hash: + value: "b8fe133c260f72b7fe9889195e19efeeab1b8087" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang:scala-library:2.12.3" + purl: "pkg:maven/org.scala-lang/scala-library@2.12.3" + authors: + - "LAMP/EPFL" + - "Lightbend, Inc." + declared_licenses: + - "BSD 3-Clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-Clause: "BSD-3-Clause" + description: "Standard library for the Scala Programming Language" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3.jar" + hash: + value: "f2e496f21af2d80b48e0a61773f84c3a76a0d06f" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3-sources.jar" + hash: + value: "499c91b0a64bc706eee174481a3b7dde81b3591d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang:scala-reflect:2.12.2" + purl: "pkg:maven/org.scala-lang/scala-reflect@2.12.2" + authors: + - "LAMP/EPFL" + - "Lightbend, Inc." + declared_licenses: + - "BSD 3-Clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-Clause: "BSD-3-Clause" + description: "Compiler for the Scala Programming Language" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2.jar" + hash: + value: "fa13c13351566738ff156ef8a56b869868f4b77e" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2-sources.jar" + hash: + value: "a8808be417014e233b25ee44439f725e1f5e92a4" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang.modules:scala-java8-compat_2.12:0.8.0" + purl: "pkg:maven/org.scala-lang.modules/scala-java8-compat_2.12@0.8.0" + authors: + - "EPFL" + - "Typesafe, Inc." + - "org.scala-lang.modules" + declared_licenses: + - "BSD 3-clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-clause: "BSD-3-Clause" + description: "scala-java8-compat" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0.jar" + hash: + value: "1e6f1e745bf6d3c34d1e2ab150653306069aaf34" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0-sources.jar" + hash: + value: "0a33ce48278b9e3bbea8aed726e3c0abad3afadd" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala-java8-compat.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala-java8-compat.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang.modules:scala-parser-combinators_2.12:1.0.4" + purl: "pkg:maven/org.scala-lang.modules/scala-parser-combinators_2.12@1.0.4" + authors: + - "EPFL" + - "Typesafe, Inc." + - "org.scala-lang.modules" + declared_licenses: + - "BSD 3-clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-clause: "BSD-3-Clause" + description: "scala-parser-combinators" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4.jar" + hash: + value: "7c5f25a2d40ea7651452f0f0d1d4c12dabffcb8b" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4-sources.jar" + hash: + value: "9ec2f46c07d355853654af38e8b06e15ccca8cd0" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala-parser-combinators.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala-parser-combinators.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang.modules:scala-xml_2.12:1.0.5" + purl: "pkg:maven/org.scala-lang.modules/scala-xml_2.12@1.0.5" + authors: + - "EPFL" + - "Typesafe, Inc." + - "org.scala-lang.modules" + declared_licenses: + - "BSD 3-clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-clause: "BSD-3-Clause" + description: "scala-xml" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5.jar" + hash: + value: "a2b2afbeea86818a911b05851bb11d7d4840bb75" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5-sources.jar" + hash: + value: "d12864d1a73aa540f7b624c8a92a5f48783c342c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala-xml.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala-xml.git" + revision: "" + path: "" + - id: "Maven:org.scala-sbt:test-interface:1.0" + purl: "pkg:maven/org.scala-sbt/test-interface@1.0" + authors: + - "Bill Venners" + - "Chua Chee Seng" + - "Josh Cough" + - "Mark Harrah" + - "org.scala-sbt" + declared_licenses: + - "BSD" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD: "BSD-3-Clause" + description: "Uniform test interface to Scala/Java test frameworks (specs, ScalaCheck,\ + \ ScalaTest, JUnit and other)" + homepage_url: "http://www.scala-sbt.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0.jar" + hash: + value: "0a3f14d010c4cb32071f863d97291df31603b521" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0-sources.jar" + hash: + value: "d44b23e9e3419ad0e00b91bba764a48d43075000" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/sbt/test-interface.git" + revision: "" + path: "" + - id: "Maven:org.scalacheck:scalacheck_2.12:1.13.5" + purl: "pkg:maven/org.scalacheck/scalacheck_2.12@1.13.5" + authors: + - "Rickard Nilsson" + - "org.scalacheck" + declared_licenses: + - "BSD-style" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD-style: "BSD-3-Clause" + description: "scalacheck" + homepage_url: "http://www.scalacheck.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5.jar" + hash: + value: "fff972ccaa0d83ca53bfdbbd0763c1059281fb76" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5-sources.jar" + hash: + value: "d0e1376902de65c7fa327f455b61d5d71957d78e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:rickynils/scalacheck.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/rickynils/scalacheck.git" + revision: "" + path: "" + - id: "Maven:org.scalactic:scalactic_2.12:3.0.4" + purl: "pkg:maven/org.scalactic/scalactic_2.12@3.0.4" + authors: + - "Bill Venners" + - "Chua Chee Seng" + - "George Berger" + - "org.scalactic" + declared_licenses: + - "the Apache License, ASL Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + the Apache License, ASL Version 2.0: "Apache-2.0" + description: "scalactic" + homepage_url: "http://www.scalatest.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4.jar" + hash: + value: "e75f0f9c77aa391e01797cfc42fb82fd7c7d59a5" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4-sources.jar" + hash: + value: "9f7f02217c7d2f14c6b1982493c39243a20b749d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:scalatest/scalatest.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/scalatest/scalatest.git" + revision: "" + path: "" + - id: "Maven:org.scalatest:scalatest_2.12:3.0.4" + purl: "pkg:maven/org.scalatest/scalatest_2.12@3.0.4" + authors: + - "Bill Venners" + - "Chua Chee Seng" + - "George Berger" + - "org.scalatest" + declared_licenses: + - "the Apache License, ASL Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + the Apache License, ASL Version 2.0: "Apache-2.0" + description: "scalatest" + homepage_url: "http://www.scalatest.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4.jar" + hash: + value: "87d68f3d06dbf698fd0084c0a8b8996864d15465" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4-sources.jar" + hash: + value: "ba669c2c9b7092151e2a19e975b1bf2a2e7a5fda" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:scalatest/scalatest.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/scalatest/scalatest.git" + revision: "" + path: "" + - id: "Maven:org.scalaz:scalaz-core_2.12:7.2.8" + purl: "pkg:maven/org.scalaz/scalaz-core_2.12@7.2.8" + authors: + - "Alexey Romanov" + - "Daniel Peebles" + - "Edward Kmett" + - "Jason Zaugg" + - "Kris Nuttycombe" + - "Lars Hupel" + - "Paul Chiusano" + - "Richard Wallace" + - "Runar Bjarnason" + - "Tony Morris" + - "org.scalaz" + declared_licenses: + - "BSD-style" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD-style: "BSD-3-Clause" + description: "scalaz-core" + homepage_url: "http://scalaz.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8.jar" + hash: + value: "2922d47f6dc7aba452634fe674087b6221b90dbf" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8-sources.jar" + hash: + value: "c94295a434f26b5650ec0fcbf93c9d2c7aada88e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:scalaz/scalaz.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/scalaz/scalaz.git" + revision: "" + path: "" + - id: "Maven:org.slf4j:jcl-over-slf4j:1.7.25" + purl: "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.25" + authors: + - "Ceki Gulcu" + - "QOS.ch" + declared_licenses: + - "MIT License" + declared_licenses_processed: + spdx_expression: "MIT" + mapped: + MIT License: "MIT" + description: "JCL 1.2 implemented over SLF4J" + homepage_url: "http://www.slf4j.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar" + hash: + value: "f8c32b13ff142a513eeb5b6330b1588dcb2c0461" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25-sources.jar" + hash: + value: "ffd0827a7c67d5915b7dc611afbda56a1f247191" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:qos-ch/slf4j.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/qos-ch/slf4j.git" + revision: "" + path: "" + - id: "Maven:org.slf4j:slf4j-api:1.7.25" + purl: "pkg:maven/org.slf4j/slf4j-api@1.7.25" + authors: + - "Ceki Gulcu" + - "QOS.ch" + declared_licenses: + - "MIT License" + declared_licenses_processed: + spdx_expression: "MIT" + mapped: + MIT License: "MIT" + description: "The slf4j API" + homepage_url: "http://www.slf4j.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar" + hash: + value: "da76ca59f6a57ee3102f8f9bd9cee742973efa8a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-sources.jar" + hash: + value: "962153db4a9ea71b79d047dfd1b2a0d80d8f4739" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:qos-ch/slf4j.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/qos-ch/slf4j.git" + revision: "" + path: "" + - id: "Maven:org.typelevel:macro-compat_2.12:1.1.1" + purl: "pkg:maven/org.typelevel/macro-compat_2.12@1.1.1" + authors: + - "Miles Sabin" + - "org.typelevel" + declared_licenses: + - "Apache 2" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2: "Apache-2.0" + description: "core" + homepage_url: "https://github.com/milessabin/macro-compat" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.jar" + hash: + value: "ed809d26ef4237d7c079ae6cf7ebd0dfa7986adf" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1-sources.jar" + hash: + value: "ade6d6ec81975cf514b0f9e2061614f2799cfe97" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:milessabin/macro-compat.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/milessabin/macro-compat.git" + revision: "" + path: "" has_issues: true scanner: null advisor: null evaluator: null +resolved_configuration: {} diff --git a/model/src/test/assets/sbt-multi-project-example-graph-old.yml b/model/src/test/assets/sbt-multi-project-example-graph-old.yml index 5d72b644745fe..0ce69b7f1f26f 100644 --- a/model/src/test/assets/sbt-multi-project-example-graph-old.yml +++ b/model/src/test/assets/sbt-multi-project-example-graph-old.yml @@ -106,1136 +106,1074 @@ analyzer: scope_names: - "compile" packages: - - package: - id: "Maven:ch.qos.logback:logback-classic:1.2.3" - purl: "pkg:maven/ch.qos.logback/logback-classic@1.2.3" - authors: - - "Ceki Gulcu" - - "Joern Huxhorn" - - "QOS.ch" - declared_licenses: - - "Eclipse Public License - v 1.0" - - "GNU Lesser General Public License" - declared_licenses_processed: - spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" - mapped: - Eclipse Public License - v 1.0: "EPL-1.0" - GNU Lesser General Public License: "LGPL-2.1-or-later" - description: "logback-classic module" - homepage_url: "http://logback.qos.ch/logback-classic" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar" - hash: - value: "7c4f3c474fb2c041d8028740440937705ebb473a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar" - hash: - value: "cfd5385e0c5ed1c8a5dce57d86e79cf357153a64" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:ceki/logback.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/ceki/logback.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:ch.qos.logback:logback-core:1.2.3" - purl: "pkg:maven/ch.qos.logback/logback-core@1.2.3" - authors: - - "Ceki Gulcu" - - "Joern Huxhorn" - - "QOS.ch" - declared_licenses: - - "Eclipse Public License - v 1.0" - - "GNU Lesser General Public License" - declared_licenses_processed: - spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" - mapped: - Eclipse Public License - v 1.0: "EPL-1.0" - GNU Lesser General Public License: "LGPL-2.1-or-later" - description: "logback-core module" - homepage_url: "http://logback.qos.ch/logback-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar" - hash: - value: "864344400c3d4d92dfeb0a305dc87d953677c03c" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar" - hash: - value: "3ebabe69eba0196af9ad3a814f723fb720b9101e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:ceki/logback.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/ceki/logback.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:com.chuusai:shapeless_2.12:2.3.2" - purl: "pkg:maven/com.chuusai/shapeless_2.12@2.3.2" - authors: - - "Miles Sabin" - - "com.chuusai" - declared_licenses: - - "Apache 2" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2: "Apache-2.0" - description: "core" - homepage_url: "https://github.com/milessabin/shapeless" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2.jar" - hash: - value: "27e115ffed7917b456e54891de67173f4a68d5f1" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2-sources.jar" - hash: - value: "6d83fa4fa6d25b1e8d8cd9d9d551c05c745633b1" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:milessabin/shapeless.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/milessabin/shapeless.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:com.fasterxml.jackson.core:jackson-annotations:2.8.0" - purl: "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.8.0" - authors: - - "Christopher Currie" - - "FasterXML" - - "Paul Brown" - - "Tatu Saloranta" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Core annotations used for value types, used by Jackson data\ - \ binding package." - homepage_url: "http://github.com/FasterXML/jackson" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.jar" - hash: - value: "45b426f7796b741035581a176744d91090e2e6fb" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0-sources.jar" - hash: - value: "29a1a95363d497e856c0a7d682e4f7973e334068" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:FasterXML/jackson-annotations.git" - revision: "jackson-annotations-2.8.0" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/FasterXML/jackson-annotations.git" - revision: "jackson-annotations-2.8.0" - path: "" - curations: [] - - package: - id: "Maven:com.fasterxml.jackson.core:jackson-core:2.8.9" - purl: "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.8.9" - authors: - - "Christopher Currie" - - "FasterXML" - - "Paul Brown" - - "Tatu Saloranta" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Core Jackson abstractions, basic JSON streaming API implementation" - homepage_url: "https://github.com/FasterXML/jackson-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9.jar" - hash: - value: "569b1752705da98f49aabe2911cc956ff7d8ed9d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9-sources.jar" - hash: - value: "8cf3613202ddcd495137f8cb944e2da69964a641" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:FasterXML/jackson-core.git" - revision: "jackson-core-2.8.9" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/FasterXML/jackson-core.git" - revision: "jackson-core-2.8.9" - path: "" - curations: [] - - package: - id: "Maven:com.fasterxml.jackson.core:jackson-databind:2.8.9" - purl: "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.8.9" - authors: - - "Christopher Currie" - - "FasterXML" - - "Paul Brown" - - "Tatu Saloranta" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "General data-binding functionality for Jackson: works on core\ - \ streaming API" - homepage_url: "http://github.com/FasterXML/jackson" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9.jar" - hash: - value: "4dfca3975be3c1a98eacb829e70f02e9a71bc159" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9-sources.jar" - hash: - value: "98e1b4171628d8f230f6a60b248de84ed04fab0d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:FasterXML/jackson-databind.git" - revision: "jackson-databind-2.8.9" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/FasterXML/jackson-databind.git" - revision: "jackson-databind-2.8.9" - path: "" - curations: [] - - package: - id: "Maven:com.github.julien-truffaut:monocle-core_2.12:1.4.0" - purl: "pkg:maven/com.github.julien-truffaut/monocle-core_2.12@1.4.0" - authors: - - "Ilan Godik" - - "Julien Truffaut" - - "Kenji Yoshida" - - "Naoki Aoyama" - - "com.github.julien-truffaut" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "core" - homepage_url: "https://github.com/julien-truffaut/Monocle" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0.jar" - hash: - value: "219da9cc75878a75c888e38ad883fe4d30a7651d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0-sources.jar" - hash: - value: "37d333798ca15a03f5dfbb02f133d5b6b8e57b8c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:julien-truffaut/Monocle.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/julien-truffaut/Monocle.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:com.github.julien-truffaut:monocle-macro_2.12:1.4.0" - purl: "pkg:maven/com.github.julien-truffaut/monocle-macro_2.12@1.4.0" - authors: - - "Ilan Godik" - - "Julien Truffaut" - - "Kenji Yoshida" - - "Naoki Aoyama" - - "com.github.julien-truffaut" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "macros" - homepage_url: "https://github.com/julien-truffaut/Monocle" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0.jar" - hash: - value: "319242d130983fec319a2e2d4f8e7741b809b5a0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0-sources.jar" - hash: - value: "e7ce64d7973ad64f3fa872b931a31c8c25de59b3" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:julien-truffaut/Monocle.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/julien-truffaut/Monocle.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:com.github.pureconfig:pureconfig-macros_2.12:0.8.0" - purl: "pkg:maven/com.github.pureconfig/pureconfig-macros_2.12@0.8.0" - authors: - - "Rui Gonçalves" - - "com.github.pureconfig" - declared_licenses: - - "Mozilla Public License, version 2.0" - declared_licenses_processed: - spdx_expression: "MPL-2.0" - mapped: - Mozilla Public License, version 2.0: "MPL-2.0" - description: "pureconfig-macros" - homepage_url: "https://github.com/pureconfig/pureconfig" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0.jar" - hash: - value: "eea0e86f18c08e7fd00c90626f4f17a9ee6ef088" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0-sources.jar" - hash: - value: "7411f96540756236648b48347827b6ba2622e5e0" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:pureconfig/pureconfig.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/pureconfig/pureconfig.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:com.github.pureconfig:pureconfig_2.12:0.8.0" - purl: "pkg:maven/com.github.pureconfig/pureconfig_2.12@0.8.0" - authors: - - "Derek Morr" - - "Joao Azevedo" - - "Leif Wickland" - - "Mario Pastorelli" - - "Rui Gonçalves" - - "com.github.pureconfig" - declared_licenses: - - "Mozilla Public License, version 2.0" - declared_licenses_processed: - spdx_expression: "MPL-2.0" - mapped: - Mozilla Public License, version 2.0: "MPL-2.0" - description: "pureconfig" - homepage_url: "https://github.com/pureconfig/pureconfig" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0.jar" - hash: - value: "891fde63cda086f593bffddb0b47933abc75523f" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0-sources.jar" - hash: - value: "fa6de3ab2dd82543fb37288626687a9a6c1a67a2" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:pureconfig/pureconfig.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/pureconfig/pureconfig.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:com.typesafe:config:1.3.1" - purl: "pkg:maven/com.typesafe/config@1.3.1" - authors: - - "Havoc Pennington" - - "com.typesafe" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "config" - homepage_url: "https://github.com/typesafehub/config" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1.jar" - hash: - value: "2cf7a6cc79732e3bdf1647d7404279900ca63eb0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1-sources.jar" - hash: - value: "a27878630ff503b63ed25ff2a25fa8ef888740b3" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/typesafehub/config.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/typesafehub/config.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:com.typesafe:ssl-config-core_2.12:0.2.2" - purl: "pkg:maven/com.typesafe/ssl-config-core_2.12@0.2.2" - authors: - - "Konrad Malawski" - - "Will Sargent" - - "com.typesafe" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "ssl-config-core" - homepage_url: "https://github.com/typesafehub/ssl-config" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2.jar" - hash: - value: "8a357d491f7f94c5b4b1e0b27644e1306cc8742d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2-sources.jar" - hash: - value: "1baaec9149929d0970330aa80aca73e3f1f15624" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/typesafehub/ssl-config.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/typesafehub/ssl-config.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:com.typesafe.akka:akka-actor_2.12:2.5.6" - purl: "pkg:maven/com.typesafe.akka/akka-actor_2.12@2.5.6" - authors: - - "Akka Contributors" - - "Lightbend Inc." - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "akka-actor" - homepage_url: "http://akka.io/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6.jar" - hash: - value: "1e9f4c1829d3ce5640c17164b1756d1e98eb7af3" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6-sources.jar" - hash: - value: "9642cf6f2a774d781e2f2a2e5de152971bfd714e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:akka/akka.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/akka/akka.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:com.typesafe.akka:akka-stream_2.12:2.5.6" - purl: "pkg:maven/com.typesafe.akka/akka-stream_2.12@2.5.6" - authors: - - "Akka Contributors" - - "Lightbend Inc." - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "akka-stream" - homepage_url: "http://akka.io/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6.jar" - hash: - value: "876aa1471ac773a3dd02f70c1e511a9a014b3491" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6-sources.jar" - hash: - value: "14459df7523aea2cfd04080fe88eccd20897bcc5" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:akka/akka.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/akka/akka.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:com.typesafe.scala-logging:scala-logging_2.12:3.7.2" - purl: "pkg:maven/com.typesafe.scala-logging/scala-logging_2.12@3.7.2" - authors: - - "Heiko Seeberger" - - "Mathias Bogaert" - - "com.typesafe.scala-logging" - declared_licenses: - - "Apache 2.0 License" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2.0 License: "Apache-2.0" - description: "scala-logging" - homepage_url: "https://github.com/typesafehub/scala-logging" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2.jar" - hash: - value: "a1dc97509765287faa4747f7cb411f0b85dc9a34" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2-sources.jar" - hash: - value: "a5f760917b60283e37c84bf3db2aeaf976980ad3" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/typesafehub/scala-logging.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/typesafehub/scala-logging.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:net.logstash.logback:logstash-logback-encoder:4.11" - purl: "pkg:maven/net.logstash.logback/logstash-logback-encoder@4.11" - authors: - - "John E. Vincent" - - "Nokia" - - "Phil Clay" - declared_licenses: - - "Apache License, Version 2.0" - - "MIT License" - declared_licenses_processed: - spdx_expression: "Apache-2.0 OR MIT" - mapped: - Apache License, Version 2.0: "Apache-2.0" - MIT License: "MIT" - description: "Logback encoder which will output events as Logstash-compatible\ - \ JSON" - homepage_url: "https://github.com/logstash/logstash-logback-encoder" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11.jar" - hash: - value: "163b6b046de5414ac17c83cbd6cb619e541fc69a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11-sources.jar" - hash: - value: "8b889d5eb55aabfa5d9aa9cad95529668f3edb2b" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:logstash/logstash-logback-encoder.git" - revision: "logstash-logback-encoder-4.11" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/logstash/logstash-logback-encoder.git" - revision: "logstash-logback-encoder-4.11" - path: "" - curations: [] - - package: - id: "Maven:org.reactivestreams:reactive-streams:1.0.1" - purl: "pkg:maven/org.reactivestreams/reactive-streams@1.0.1" - authors: - - "Reactive Streams SIG" - declared_licenses: - - "CC0" - declared_licenses_processed: - spdx_expression: "CC0-1.0" - mapped: - CC0: "CC0-1.0" - description: "A Protocol for Asynchronous Non-Blocking Data Sequence" - homepage_url: "http://www.reactive-streams.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1.jar" - hash: - value: "1b1c911686eb40179219466e6a59b634b9d7a748" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1-sources.jar" - hash: - value: "af471e34e448bd4f1c183e9b26c85679be11035c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:reactive-streams/reactive-streams.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/reactive-streams/reactive-streams.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:org.scala-lang:scala-compiler:2.12.3" - purl: "pkg:maven/org.scala-lang/scala-compiler@2.12.3" - authors: - - "LAMP/EPFL" - - "Lightbend, Inc." - declared_licenses: - - "BSD 3-Clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-Clause: "BSD-3-Clause" - description: "Compiler for the Scala Programming Language" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3.jar" - hash: - value: "b6b9ca202fc8405260d30e703b9790e91c75cd85" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3-sources.jar" - hash: - value: "b8fe133c260f72b7fe9889195e19efeeab1b8087" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:org.scala-lang:scala-library:2.12.15" - purl: "pkg:maven/org.scala-lang/scala-library@2.12.3" - authors: - - "LAMP/EPFL" - - "Lightbend, Inc." - declared_licenses: - - "BSD 3-Clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-Clause: "BSD-3-Clause" - description: "Standard library for the Scala Programming Language" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3.jar" - hash: - value: "f2e496f21af2d80b48e0a61773f84c3a76a0d06f" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3-sources.jar" - hash: - value: "499c91b0a64bc706eee174481a3b7dde81b3591d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:org.scala-lang:scala-reflect:2.12.2" - purl: "pkg:maven/org.scala-lang/scala-reflect@2.12.2" - authors: - - "LAMP/EPFL" - - "Lightbend, Inc." - declared_licenses: - - "BSD 3-Clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-Clause: "BSD-3-Clause" - description: "Compiler for the Scala Programming Language" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2.jar" - hash: - value: "fa13c13351566738ff156ef8a56b869868f4b77e" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2-sources.jar" - hash: - value: "a8808be417014e233b25ee44439f725e1f5e92a4" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:org.scala-lang.modules:scala-java8-compat_2.12:0.8.0" - purl: "pkg:maven/org.scala-lang.modules/scala-java8-compat_2.12@0.8.0" - authors: - - "EPFL" - - "Typesafe, Inc." - - "org.scala-lang.modules" - declared_licenses: - - "BSD 3-clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-clause: "BSD-3-Clause" - description: "scala-java8-compat" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0.jar" - hash: - value: "1e6f1e745bf6d3c34d1e2ab150653306069aaf34" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0-sources.jar" - hash: - value: "0a33ce48278b9e3bbea8aed726e3c0abad3afadd" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala-java8-compat.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala-java8-compat.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:org.scala-lang.modules:scala-parser-combinators_2.12:1.0.4" - purl: "pkg:maven/org.scala-lang.modules/scala-parser-combinators_2.12@1.0.4" - authors: - - "EPFL" - - "Typesafe, Inc." - - "org.scala-lang.modules" - declared_licenses: - - "BSD 3-clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-clause: "BSD-3-Clause" - description: "scala-parser-combinators" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4.jar" - hash: - value: "7c5f25a2d40ea7651452f0f0d1d4c12dabffcb8b" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4-sources.jar" - hash: - value: "9ec2f46c07d355853654af38e8b06e15ccca8cd0" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala-parser-combinators.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala-parser-combinators.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:org.scala-lang.modules:scala-xml_2.12:1.0.5" - purl: "pkg:maven/org.scala-lang.modules/scala-xml_2.12@1.0.5" - authors: - - "EPFL" - - "Typesafe, Inc." - - "org.scala-lang.modules" - declared_licenses: - - "BSD 3-clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-clause: "BSD-3-Clause" - description: "scala-xml" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5.jar" - hash: - value: "a2b2afbeea86818a911b05851bb11d7d4840bb75" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5-sources.jar" - hash: - value: "d12864d1a73aa540f7b624c8a92a5f48783c342c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala-xml.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala-xml.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:org.scala-sbt:test-interface:1.0" - purl: "pkg:maven/org.scala-sbt/test-interface@1.0" - authors: - - "Bill Venners" - - "Chua Chee Seng" - - "Josh Cough" - - "Mark Harrah" - - "org.scala-sbt" - declared_licenses: - - "BSD" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD: "BSD-3-Clause" - description: "Uniform test interface to Scala/Java test frameworks (specs,\ - \ ScalaCheck, ScalaTest, JUnit and other)" - homepage_url: "http://www.scala-sbt.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0.jar" - hash: - value: "0a3f14d010c4cb32071f863d97291df31603b521" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0-sources.jar" - hash: - value: "d44b23e9e3419ad0e00b91bba764a48d43075000" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/sbt/test-interface.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:org.scalacheck:scalacheck_2.12:1.13.5" - purl: "pkg:maven/org.scalacheck/scalacheck_2.12@1.13.5" - authors: - - "Rickard Nilsson" - - "org.scalacheck" - declared_licenses: - - "BSD-style" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD-style: "BSD-3-Clause" - description: "scalacheck" - homepage_url: "http://www.scalacheck.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5.jar" - hash: - value: "fff972ccaa0d83ca53bfdbbd0763c1059281fb76" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5-sources.jar" - hash: - value: "d0e1376902de65c7fa327f455b61d5d71957d78e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:rickynils/scalacheck.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/rickynils/scalacheck.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:org.scalactic:scalactic_2.12:3.0.4" - purl: "pkg:maven/org.scalactic/scalactic_2.12@3.0.4" - authors: - - "Bill Venners" - - "Chua Chee Seng" - - "George Berger" - - "org.scalactic" - declared_licenses: - - "the Apache License, ASL Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - the Apache License, ASL Version 2.0: "Apache-2.0" - description: "scalactic" - homepage_url: "http://www.scalatest.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4.jar" - hash: - value: "e75f0f9c77aa391e01797cfc42fb82fd7c7d59a5" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4-sources.jar" - hash: - value: "9f7f02217c7d2f14c6b1982493c39243a20b749d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:scalatest/scalatest.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/scalatest/scalatest.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:org.scalatest:scalatest_2.12:3.0.4" - purl: "pkg:maven/org.scalatest/scalatest_2.12@3.0.4" - authors: - - "Bill Venners" - - "Chua Chee Seng" - - "George Berger" - - "org.scalatest" - declared_licenses: - - "the Apache License, ASL Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - the Apache License, ASL Version 2.0: "Apache-2.0" - description: "scalatest" - homepage_url: "http://www.scalatest.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4.jar" - hash: - value: "87d68f3d06dbf698fd0084c0a8b8996864d15465" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4-sources.jar" - hash: - value: "ba669c2c9b7092151e2a19e975b1bf2a2e7a5fda" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:scalatest/scalatest.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/scalatest/scalatest.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:org.scalaz:scalaz-core_2.12:7.2.8" - purl: "pkg:maven/org.scalaz/scalaz-core_2.12@7.2.8" - authors: - - "Alexey Romanov" - - "Daniel Peebles" - - "Edward Kmett" - - "Jason Zaugg" - - "Kris Nuttycombe" - - "Lars Hupel" - - "Paul Chiusano" - - "Richard Wallace" - - "Runar Bjarnason" - - "Tony Morris" - - "org.scalaz" - declared_licenses: - - "BSD-style" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD-style: "BSD-3-Clause" - description: "scalaz-core" - homepage_url: "http://scalaz.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8.jar" - hash: - value: "2922d47f6dc7aba452634fe674087b6221b90dbf" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8-sources.jar" - hash: - value: "c94295a434f26b5650ec0fcbf93c9d2c7aada88e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:scalaz/scalaz.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/scalaz/scalaz.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:org.slf4j:jcl-over-slf4j:1.7.25" - purl: "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.25" - authors: - - "Ceki Gulcu" - - "QOS.ch" - declared_licenses: - - "MIT License" - declared_licenses_processed: - spdx_expression: "MIT" - mapped: - MIT License: "MIT" - description: "JCL 1.2 implemented over SLF4J" - homepage_url: "http://www.slf4j.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar" - hash: - value: "f8c32b13ff142a513eeb5b6330b1588dcb2c0461" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25-sources.jar" - hash: - value: "ffd0827a7c67d5915b7dc611afbda56a1f247191" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:qos-ch/slf4j.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/qos-ch/slf4j.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:org.slf4j:slf4j-api:1.7.25" - purl: "pkg:maven/org.slf4j/slf4j-api@1.7.25" - authors: - - "Ceki Gulcu" - - "QOS.ch" - declared_licenses: - - "MIT License" - declared_licenses_processed: - spdx_expression: "MIT" - mapped: - MIT License: "MIT" - description: "The slf4j API" - homepage_url: "http://www.slf4j.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar" - hash: - value: "da76ca59f6a57ee3102f8f9bd9cee742973efa8a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-sources.jar" - hash: - value: "962153db4a9ea71b79d047dfd1b2a0d80d8f4739" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:qos-ch/slf4j.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/qos-ch/slf4j.git" - revision: "" - path: "" - curations: [] - - package: - id: "Maven:org.typelevel:macro-compat_2.12:1.1.1" - purl: "pkg:maven/org.typelevel/macro-compat_2.12@1.1.1" - authors: - - "Miles Sabin" - - "org.typelevel" - declared_licenses: - - "Apache 2" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2: "Apache-2.0" - description: "core" - homepage_url: "https://github.com/milessabin/macro-compat" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.jar" - hash: - value: "ed809d26ef4237d7c079ae6cf7ebd0dfa7986adf" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1-sources.jar" - hash: - value: "ade6d6ec81975cf514b0f9e2061614f2799cfe97" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:milessabin/macro-compat.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/milessabin/macro-compat.git" - revision: "" - path: "" - curations: [] + - id: "Maven:ch.qos.logback:logback-classic:1.2.3" + purl: "pkg:maven/ch.qos.logback/logback-classic@1.2.3" + authors: + - "Ceki Gulcu" + - "Joern Huxhorn" + - "QOS.ch" + declared_licenses: + - "Eclipse Public License - v 1.0" + - "GNU Lesser General Public License" + declared_licenses_processed: + spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" + mapped: + Eclipse Public License - v 1.0: "EPL-1.0" + GNU Lesser General Public License: "LGPL-2.1-or-later" + description: "logback-classic module" + homepage_url: "http://logback.qos.ch/logback-classic" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar" + hash: + value: "7c4f3c474fb2c041d8028740440937705ebb473a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar" + hash: + value: "cfd5385e0c5ed1c8a5dce57d86e79cf357153a64" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:ceki/logback.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/ceki/logback.git" + revision: "" + path: "" + - id: "Maven:ch.qos.logback:logback-core:1.2.3" + purl: "pkg:maven/ch.qos.logback/logback-core@1.2.3" + authors: + - "Ceki Gulcu" + - "Joern Huxhorn" + - "QOS.ch" + declared_licenses: + - "Eclipse Public License - v 1.0" + - "GNU Lesser General Public License" + declared_licenses_processed: + spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" + mapped: + Eclipse Public License - v 1.0: "EPL-1.0" + GNU Lesser General Public License: "LGPL-2.1-or-later" + description: "logback-core module" + homepage_url: "http://logback.qos.ch/logback-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar" + hash: + value: "864344400c3d4d92dfeb0a305dc87d953677c03c" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar" + hash: + value: "3ebabe69eba0196af9ad3a814f723fb720b9101e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:ceki/logback.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/ceki/logback.git" + revision: "" + path: "" + - id: "Maven:com.chuusai:shapeless_2.12:2.3.2" + purl: "pkg:maven/com.chuusai/shapeless_2.12@2.3.2" + authors: + - "Miles Sabin" + - "com.chuusai" + declared_licenses: + - "Apache 2" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2: "Apache-2.0" + description: "core" + homepage_url: "https://github.com/milessabin/shapeless" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2.jar" + hash: + value: "27e115ffed7917b456e54891de67173f4a68d5f1" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2-sources.jar" + hash: + value: "6d83fa4fa6d25b1e8d8cd9d9d551c05c745633b1" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:milessabin/shapeless.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/milessabin/shapeless.git" + revision: "" + path: "" + - id: "Maven:com.fasterxml.jackson.core:jackson-annotations:2.8.0" + purl: "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.8.0" + authors: + - "Christopher Currie" + - "FasterXML" + - "Paul Brown" + - "Tatu Saloranta" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Core annotations used for value types, used by Jackson data binding\ + \ package." + homepage_url: "http://github.com/FasterXML/jackson" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.jar" + hash: + value: "45b426f7796b741035581a176744d91090e2e6fb" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0-sources.jar" + hash: + value: "29a1a95363d497e856c0a7d682e4f7973e334068" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:FasterXML/jackson-annotations.git" + revision: "jackson-annotations-2.8.0" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/FasterXML/jackson-annotations.git" + revision: "jackson-annotations-2.8.0" + path: "" + - id: "Maven:com.fasterxml.jackson.core:jackson-core:2.8.9" + purl: "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.8.9" + authors: + - "Christopher Currie" + - "FasterXML" + - "Paul Brown" + - "Tatu Saloranta" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Core Jackson abstractions, basic JSON streaming API implementation" + homepage_url: "https://github.com/FasterXML/jackson-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9.jar" + hash: + value: "569b1752705da98f49aabe2911cc956ff7d8ed9d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9-sources.jar" + hash: + value: "8cf3613202ddcd495137f8cb944e2da69964a641" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:FasterXML/jackson-core.git" + revision: "jackson-core-2.8.9" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/FasterXML/jackson-core.git" + revision: "jackson-core-2.8.9" + path: "" + - id: "Maven:com.fasterxml.jackson.core:jackson-databind:2.8.9" + purl: "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.8.9" + authors: + - "Christopher Currie" + - "FasterXML" + - "Paul Brown" + - "Tatu Saloranta" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "General data-binding functionality for Jackson: works on core\ + \ streaming API" + homepage_url: "http://github.com/FasterXML/jackson" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9.jar" + hash: + value: "4dfca3975be3c1a98eacb829e70f02e9a71bc159" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9-sources.jar" + hash: + value: "98e1b4171628d8f230f6a60b248de84ed04fab0d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:FasterXML/jackson-databind.git" + revision: "jackson-databind-2.8.9" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/FasterXML/jackson-databind.git" + revision: "jackson-databind-2.8.9" + path: "" + - id: "Maven:com.github.julien-truffaut:monocle-core_2.12:1.4.0" + purl: "pkg:maven/com.github.julien-truffaut/monocle-core_2.12@1.4.0" + authors: + - "Ilan Godik" + - "Julien Truffaut" + - "Kenji Yoshida" + - "Naoki Aoyama" + - "com.github.julien-truffaut" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "core" + homepage_url: "https://github.com/julien-truffaut/Monocle" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0.jar" + hash: + value: "219da9cc75878a75c888e38ad883fe4d30a7651d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0-sources.jar" + hash: + value: "37d333798ca15a03f5dfbb02f133d5b6b8e57b8c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:julien-truffaut/Monocle.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/julien-truffaut/Monocle.git" + revision: "" + path: "" + - id: "Maven:com.github.julien-truffaut:monocle-macro_2.12:1.4.0" + purl: "pkg:maven/com.github.julien-truffaut/monocle-macro_2.12@1.4.0" + authors: + - "Ilan Godik" + - "Julien Truffaut" + - "Kenji Yoshida" + - "Naoki Aoyama" + - "com.github.julien-truffaut" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "macros" + homepage_url: "https://github.com/julien-truffaut/Monocle" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0.jar" + hash: + value: "319242d130983fec319a2e2d4f8e7741b809b5a0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0-sources.jar" + hash: + value: "e7ce64d7973ad64f3fa872b931a31c8c25de59b3" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:julien-truffaut/Monocle.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/julien-truffaut/Monocle.git" + revision: "" + path: "" + - id: "Maven:com.github.pureconfig:pureconfig-macros_2.12:0.8.0" + purl: "pkg:maven/com.github.pureconfig/pureconfig-macros_2.12@0.8.0" + authors: + - "Rui Gonçalves" + - "com.github.pureconfig" + declared_licenses: + - "Mozilla Public License, version 2.0" + declared_licenses_processed: + spdx_expression: "MPL-2.0" + mapped: + Mozilla Public License, version 2.0: "MPL-2.0" + description: "pureconfig-macros" + homepage_url: "https://github.com/pureconfig/pureconfig" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0.jar" + hash: + value: "eea0e86f18c08e7fd00c90626f4f17a9ee6ef088" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0-sources.jar" + hash: + value: "7411f96540756236648b48347827b6ba2622e5e0" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:pureconfig/pureconfig.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/pureconfig/pureconfig.git" + revision: "" + path: "" + - id: "Maven:com.github.pureconfig:pureconfig_2.12:0.8.0" + purl: "pkg:maven/com.github.pureconfig/pureconfig_2.12@0.8.0" + authors: + - "Derek Morr" + - "Joao Azevedo" + - "Leif Wickland" + - "Mario Pastorelli" + - "Rui Gonçalves" + - "com.github.pureconfig" + declared_licenses: + - "Mozilla Public License, version 2.0" + declared_licenses_processed: + spdx_expression: "MPL-2.0" + mapped: + Mozilla Public License, version 2.0: "MPL-2.0" + description: "pureconfig" + homepage_url: "https://github.com/pureconfig/pureconfig" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0.jar" + hash: + value: "891fde63cda086f593bffddb0b47933abc75523f" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0-sources.jar" + hash: + value: "fa6de3ab2dd82543fb37288626687a9a6c1a67a2" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:pureconfig/pureconfig.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/pureconfig/pureconfig.git" + revision: "" + path: "" + - id: "Maven:com.typesafe:config:1.3.1" + purl: "pkg:maven/com.typesafe/config@1.3.1" + authors: + - "Havoc Pennington" + - "com.typesafe" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "config" + homepage_url: "https://github.com/typesafehub/config" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1.jar" + hash: + value: "2cf7a6cc79732e3bdf1647d7404279900ca63eb0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1-sources.jar" + hash: + value: "a27878630ff503b63ed25ff2a25fa8ef888740b3" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/typesafehub/config.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/typesafehub/config.git" + revision: "" + path: "" + - id: "Maven:com.typesafe:ssl-config-core_2.12:0.2.2" + purl: "pkg:maven/com.typesafe/ssl-config-core_2.12@0.2.2" + authors: + - "Konrad Malawski" + - "Will Sargent" + - "com.typesafe" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "ssl-config-core" + homepage_url: "https://github.com/typesafehub/ssl-config" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2.jar" + hash: + value: "8a357d491f7f94c5b4b1e0b27644e1306cc8742d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2-sources.jar" + hash: + value: "1baaec9149929d0970330aa80aca73e3f1f15624" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/typesafehub/ssl-config.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/typesafehub/ssl-config.git" + revision: "" + path: "" + - id: "Maven:com.typesafe.akka:akka-actor_2.12:2.5.6" + purl: "pkg:maven/com.typesafe.akka/akka-actor_2.12@2.5.6" + authors: + - "Akka Contributors" + - "Lightbend Inc." + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "akka-actor" + homepage_url: "http://akka.io/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6.jar" + hash: + value: "1e9f4c1829d3ce5640c17164b1756d1e98eb7af3" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6-sources.jar" + hash: + value: "9642cf6f2a774d781e2f2a2e5de152971bfd714e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:akka/akka.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/akka/akka.git" + revision: "" + path: "" + - id: "Maven:com.typesafe.akka:akka-stream_2.12:2.5.6" + purl: "pkg:maven/com.typesafe.akka/akka-stream_2.12@2.5.6" + authors: + - "Akka Contributors" + - "Lightbend Inc." + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "akka-stream" + homepage_url: "http://akka.io/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6.jar" + hash: + value: "876aa1471ac773a3dd02f70c1e511a9a014b3491" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6-sources.jar" + hash: + value: "14459df7523aea2cfd04080fe88eccd20897bcc5" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:akka/akka.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/akka/akka.git" + revision: "" + path: "" + - id: "Maven:com.typesafe.scala-logging:scala-logging_2.12:3.7.2" + purl: "pkg:maven/com.typesafe.scala-logging/scala-logging_2.12@3.7.2" + authors: + - "Heiko Seeberger" + - "Mathias Bogaert" + - "com.typesafe.scala-logging" + declared_licenses: + - "Apache 2.0 License" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2.0 License: "Apache-2.0" + description: "scala-logging" + homepage_url: "https://github.com/typesafehub/scala-logging" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2.jar" + hash: + value: "a1dc97509765287faa4747f7cb411f0b85dc9a34" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2-sources.jar" + hash: + value: "a5f760917b60283e37c84bf3db2aeaf976980ad3" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/typesafehub/scala-logging.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/typesafehub/scala-logging.git" + revision: "" + path: "" + - id: "Maven:net.logstash.logback:logstash-logback-encoder:4.11" + purl: "pkg:maven/net.logstash.logback/logstash-logback-encoder@4.11" + authors: + - "John E. Vincent" + - "Nokia" + - "Phil Clay" + declared_licenses: + - "Apache License, Version 2.0" + - "MIT License" + declared_licenses_processed: + spdx_expression: "Apache-2.0 OR MIT" + mapped: + Apache License, Version 2.0: "Apache-2.0" + MIT License: "MIT" + description: "Logback encoder which will output events as Logstash-compatible\ + \ JSON" + homepage_url: "https://github.com/logstash/logstash-logback-encoder" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11.jar" + hash: + value: "163b6b046de5414ac17c83cbd6cb619e541fc69a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11-sources.jar" + hash: + value: "8b889d5eb55aabfa5d9aa9cad95529668f3edb2b" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:logstash/logstash-logback-encoder.git" + revision: "logstash-logback-encoder-4.11" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/logstash/logstash-logback-encoder.git" + revision: "logstash-logback-encoder-4.11" + path: "" + - id: "Maven:org.reactivestreams:reactive-streams:1.0.1" + purl: "pkg:maven/org.reactivestreams/reactive-streams@1.0.1" + authors: + - "Reactive Streams SIG" + declared_licenses: + - "CC0" + declared_licenses_processed: + spdx_expression: "CC0-1.0" + mapped: + CC0: "CC0-1.0" + description: "A Protocol for Asynchronous Non-Blocking Data Sequence" + homepage_url: "http://www.reactive-streams.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1.jar" + hash: + value: "1b1c911686eb40179219466e6a59b634b9d7a748" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1-sources.jar" + hash: + value: "af471e34e448bd4f1c183e9b26c85679be11035c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:reactive-streams/reactive-streams.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/reactive-streams/reactive-streams.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang:scala-compiler:2.12.3" + purl: "pkg:maven/org.scala-lang/scala-compiler@2.12.3" + authors: + - "LAMP/EPFL" + - "Lightbend, Inc." + declared_licenses: + - "BSD 3-Clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-Clause: "BSD-3-Clause" + description: "Compiler for the Scala Programming Language" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3.jar" + hash: + value: "b6b9ca202fc8405260d30e703b9790e91c75cd85" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3-sources.jar" + hash: + value: "b8fe133c260f72b7fe9889195e19efeeab1b8087" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang:scala-library:2.12.15" + purl: "pkg:maven/org.scala-lang/scala-library@2.12.3" + authors: + - "LAMP/EPFL" + - "Lightbend, Inc." + declared_licenses: + - "BSD 3-Clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-Clause: "BSD-3-Clause" + description: "Standard library for the Scala Programming Language" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3.jar" + hash: + value: "f2e496f21af2d80b48e0a61773f84c3a76a0d06f" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3-sources.jar" + hash: + value: "499c91b0a64bc706eee174481a3b7dde81b3591d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang:scala-reflect:2.12.2" + purl: "pkg:maven/org.scala-lang/scala-reflect@2.12.2" + authors: + - "LAMP/EPFL" + - "Lightbend, Inc." + declared_licenses: + - "BSD 3-Clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-Clause: "BSD-3-Clause" + description: "Compiler for the Scala Programming Language" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2.jar" + hash: + value: "fa13c13351566738ff156ef8a56b869868f4b77e" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2-sources.jar" + hash: + value: "a8808be417014e233b25ee44439f725e1f5e92a4" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang.modules:scala-java8-compat_2.12:0.8.0" + purl: "pkg:maven/org.scala-lang.modules/scala-java8-compat_2.12@0.8.0" + authors: + - "EPFL" + - "Typesafe, Inc." + - "org.scala-lang.modules" + declared_licenses: + - "BSD 3-clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-clause: "BSD-3-Clause" + description: "scala-java8-compat" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0.jar" + hash: + value: "1e6f1e745bf6d3c34d1e2ab150653306069aaf34" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0-sources.jar" + hash: + value: "0a33ce48278b9e3bbea8aed726e3c0abad3afadd" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala-java8-compat.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala-java8-compat.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang.modules:scala-parser-combinators_2.12:1.0.4" + purl: "pkg:maven/org.scala-lang.modules/scala-parser-combinators_2.12@1.0.4" + authors: + - "EPFL" + - "Typesafe, Inc." + - "org.scala-lang.modules" + declared_licenses: + - "BSD 3-clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-clause: "BSD-3-Clause" + description: "scala-parser-combinators" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4.jar" + hash: + value: "7c5f25a2d40ea7651452f0f0d1d4c12dabffcb8b" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4-sources.jar" + hash: + value: "9ec2f46c07d355853654af38e8b06e15ccca8cd0" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala-parser-combinators.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala-parser-combinators.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang.modules:scala-xml_2.12:1.0.5" + purl: "pkg:maven/org.scala-lang.modules/scala-xml_2.12@1.0.5" + authors: + - "EPFL" + - "Typesafe, Inc." + - "org.scala-lang.modules" + declared_licenses: + - "BSD 3-clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-clause: "BSD-3-Clause" + description: "scala-xml" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5.jar" + hash: + value: "a2b2afbeea86818a911b05851bb11d7d4840bb75" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5-sources.jar" + hash: + value: "d12864d1a73aa540f7b624c8a92a5f48783c342c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala-xml.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala-xml.git" + revision: "" + path: "" + - id: "Maven:org.scala-sbt:test-interface:1.0" + purl: "pkg:maven/org.scala-sbt/test-interface@1.0" + authors: + - "Bill Venners" + - "Chua Chee Seng" + - "Josh Cough" + - "Mark Harrah" + - "org.scala-sbt" + declared_licenses: + - "BSD" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD: "BSD-3-Clause" + description: "Uniform test interface to Scala/Java test frameworks (specs, ScalaCheck,\ + \ ScalaTest, JUnit and other)" + homepage_url: "http://www.scala-sbt.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0.jar" + hash: + value: "0a3f14d010c4cb32071f863d97291df31603b521" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0-sources.jar" + hash: + value: "d44b23e9e3419ad0e00b91bba764a48d43075000" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/sbt/test-interface.git" + revision: "" + path: "" + - id: "Maven:org.scalacheck:scalacheck_2.12:1.13.5" + purl: "pkg:maven/org.scalacheck/scalacheck_2.12@1.13.5" + authors: + - "Rickard Nilsson" + - "org.scalacheck" + declared_licenses: + - "BSD-style" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD-style: "BSD-3-Clause" + description: "scalacheck" + homepage_url: "http://www.scalacheck.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5.jar" + hash: + value: "fff972ccaa0d83ca53bfdbbd0763c1059281fb76" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5-sources.jar" + hash: + value: "d0e1376902de65c7fa327f455b61d5d71957d78e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:rickynils/scalacheck.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/rickynils/scalacheck.git" + revision: "" + path: "" + - id: "Maven:org.scalactic:scalactic_2.12:3.0.4" + purl: "pkg:maven/org.scalactic/scalactic_2.12@3.0.4" + authors: + - "Bill Venners" + - "Chua Chee Seng" + - "George Berger" + - "org.scalactic" + declared_licenses: + - "the Apache License, ASL Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + the Apache License, ASL Version 2.0: "Apache-2.0" + description: "scalactic" + homepage_url: "http://www.scalatest.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4.jar" + hash: + value: "e75f0f9c77aa391e01797cfc42fb82fd7c7d59a5" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4-sources.jar" + hash: + value: "9f7f02217c7d2f14c6b1982493c39243a20b749d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:scalatest/scalatest.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/scalatest/scalatest.git" + revision: "" + path: "" + - id: "Maven:org.scalatest:scalatest_2.12:3.0.4" + purl: "pkg:maven/org.scalatest/scalatest_2.12@3.0.4" + authors: + - "Bill Venners" + - "Chua Chee Seng" + - "George Berger" + - "org.scalatest" + declared_licenses: + - "the Apache License, ASL Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + the Apache License, ASL Version 2.0: "Apache-2.0" + description: "scalatest" + homepage_url: "http://www.scalatest.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4.jar" + hash: + value: "87d68f3d06dbf698fd0084c0a8b8996864d15465" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4-sources.jar" + hash: + value: "ba669c2c9b7092151e2a19e975b1bf2a2e7a5fda" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:scalatest/scalatest.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/scalatest/scalatest.git" + revision: "" + path: "" + - id: "Maven:org.scalaz:scalaz-core_2.12:7.2.8" + purl: "pkg:maven/org.scalaz/scalaz-core_2.12@7.2.8" + authors: + - "Alexey Romanov" + - "Daniel Peebles" + - "Edward Kmett" + - "Jason Zaugg" + - "Kris Nuttycombe" + - "Lars Hupel" + - "Paul Chiusano" + - "Richard Wallace" + - "Runar Bjarnason" + - "Tony Morris" + - "org.scalaz" + declared_licenses: + - "BSD-style" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD-style: "BSD-3-Clause" + description: "scalaz-core" + homepage_url: "http://scalaz.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8.jar" + hash: + value: "2922d47f6dc7aba452634fe674087b6221b90dbf" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8-sources.jar" + hash: + value: "c94295a434f26b5650ec0fcbf93c9d2c7aada88e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:scalaz/scalaz.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/scalaz/scalaz.git" + revision: "" + path: "" + - id: "Maven:org.slf4j:jcl-over-slf4j:1.7.25" + purl: "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.25" + authors: + - "Ceki Gulcu" + - "QOS.ch" + declared_licenses: + - "MIT License" + declared_licenses_processed: + spdx_expression: "MIT" + mapped: + MIT License: "MIT" + description: "JCL 1.2 implemented over SLF4J" + homepage_url: "http://www.slf4j.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar" + hash: + value: "f8c32b13ff142a513eeb5b6330b1588dcb2c0461" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25-sources.jar" + hash: + value: "ffd0827a7c67d5915b7dc611afbda56a1f247191" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:qos-ch/slf4j.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/qos-ch/slf4j.git" + revision: "" + path: "" + - id: "Maven:org.slf4j:slf4j-api:1.7.25" + purl: "pkg:maven/org.slf4j/slf4j-api@1.7.25" + authors: + - "Ceki Gulcu" + - "QOS.ch" + declared_licenses: + - "MIT License" + declared_licenses_processed: + spdx_expression: "MIT" + mapped: + MIT License: "MIT" + description: "The slf4j API" + homepage_url: "http://www.slf4j.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar" + hash: + value: "da76ca59f6a57ee3102f8f9bd9cee742973efa8a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-sources.jar" + hash: + value: "962153db4a9ea71b79d047dfd1b2a0d80d8f4739" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:qos-ch/slf4j.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/qos-ch/slf4j.git" + revision: "" + path: "" + - id: "Maven:org.typelevel:macro-compat_2.12:1.1.1" + purl: "pkg:maven/org.typelevel/macro-compat_2.12@1.1.1" + authors: + - "Miles Sabin" + - "org.typelevel" + declared_licenses: + - "Apache 2" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2: "Apache-2.0" + description: "core" + homepage_url: "https://github.com/milessabin/macro-compat" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.jar" + hash: + value: "ed809d26ef4237d7c079ae6cf7ebd0dfa7986adf" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1-sources.jar" + hash: + value: "ade6d6ec81975cf514b0f9e2061614f2799cfe97" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:milessabin/macro-compat.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/milessabin/macro-compat.git" + revision: "" + path: "" dependency_graphs: SBT: packages: @@ -1358,6 +1296,8 @@ analyzer: - root: 19 com.pbassiner:sbt-multi-project-example_2.12:0.1-SNAPSHOT:compile: - root: 15 + has_issues: false scanner: null advisor: null evaluator: null +resolved_configuration: {} diff --git a/model/src/test/assets/sbt-multi-project-example-graph.yml b/model/src/test/assets/sbt-multi-project-example-graph.yml index e80d27bae8b1f..647a4a6b88fd6 100644 --- a/model/src/test/assets/sbt-multi-project-example-graph.yml +++ b/model/src/test/assets/sbt-multi-project-example-graph.yml @@ -106,1136 +106,1074 @@ analyzer: scope_names: - "compile" packages: - - metadata: - id: "Maven:ch.qos.logback:logback-classic:1.2.3" - purl: "pkg:maven/ch.qos.logback/logback-classic@1.2.3" - authors: - - "Ceki Gulcu" - - "Joern Huxhorn" - - "QOS.ch" - declared_licenses: - - "Eclipse Public License - v 1.0" - - "GNU Lesser General Public License" - declared_licenses_processed: - spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" - mapped: - Eclipse Public License - v 1.0: "EPL-1.0" - GNU Lesser General Public License: "LGPL-2.1-or-later" - description: "logback-classic module" - homepage_url: "http://logback.qos.ch/logback-classic" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar" - hash: - value: "7c4f3c474fb2c041d8028740440937705ebb473a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar" - hash: - value: "cfd5385e0c5ed1c8a5dce57d86e79cf357153a64" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:ceki/logback.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/ceki/logback.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:ch.qos.logback:logback-core:1.2.3" - purl: "pkg:maven/ch.qos.logback/logback-core@1.2.3" - authors: - - "Ceki Gulcu" - - "Joern Huxhorn" - - "QOS.ch" - declared_licenses: - - "Eclipse Public License - v 1.0" - - "GNU Lesser General Public License" - declared_licenses_processed: - spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" - mapped: - Eclipse Public License - v 1.0: "EPL-1.0" - GNU Lesser General Public License: "LGPL-2.1-or-later" - description: "logback-core module" - homepage_url: "http://logback.qos.ch/logback-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar" - hash: - value: "864344400c3d4d92dfeb0a305dc87d953677c03c" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar" - hash: - value: "3ebabe69eba0196af9ad3a814f723fb720b9101e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:ceki/logback.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/ceki/logback.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.chuusai:shapeless_2.12:2.3.2" - purl: "pkg:maven/com.chuusai/shapeless_2.12@2.3.2" - authors: - - "Miles Sabin" - - "com.chuusai" - declared_licenses: - - "Apache 2" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2: "Apache-2.0" - description: "core" - homepage_url: "https://github.com/milessabin/shapeless" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2.jar" - hash: - value: "27e115ffed7917b456e54891de67173f4a68d5f1" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2-sources.jar" - hash: - value: "6d83fa4fa6d25b1e8d8cd9d9d551c05c745633b1" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:milessabin/shapeless.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/milessabin/shapeless.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.fasterxml.jackson.core:jackson-annotations:2.8.0" - purl: "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.8.0" - authors: - - "Christopher Currie" - - "FasterXML" - - "Paul Brown" - - "Tatu Saloranta" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Core annotations used for value types, used by Jackson data\ - \ binding package." - homepage_url: "http://github.com/FasterXML/jackson" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.jar" - hash: - value: "45b426f7796b741035581a176744d91090e2e6fb" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0-sources.jar" - hash: - value: "29a1a95363d497e856c0a7d682e4f7973e334068" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:FasterXML/jackson-annotations.git" - revision: "jackson-annotations-2.8.0" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/FasterXML/jackson-annotations.git" - revision: "jackson-annotations-2.8.0" - path: "" - curations: [] - - metadata: - id: "Maven:com.fasterxml.jackson.core:jackson-core:2.8.9" - purl: "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.8.9" - authors: - - "Christopher Currie" - - "FasterXML" - - "Paul Brown" - - "Tatu Saloranta" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "Core Jackson abstractions, basic JSON streaming API implementation" - homepage_url: "https://github.com/FasterXML/jackson-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9.jar" - hash: - value: "569b1752705da98f49aabe2911cc956ff7d8ed9d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9-sources.jar" - hash: - value: "8cf3613202ddcd495137f8cb944e2da69964a641" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:FasterXML/jackson-core.git" - revision: "jackson-core-2.8.9" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/FasterXML/jackson-core.git" - revision: "jackson-core-2.8.9" - path: "" - curations: [] - - metadata: - id: "Maven:com.fasterxml.jackson.core:jackson-databind:2.8.9" - purl: "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.8.9" - authors: - - "Christopher Currie" - - "FasterXML" - - "Paul Brown" - - "Tatu Saloranta" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - The Apache Software License, Version 2.0: "Apache-2.0" - description: "General data-binding functionality for Jackson: works on core\ - \ streaming API" - homepage_url: "http://github.com/FasterXML/jackson" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9.jar" - hash: - value: "4dfca3975be3c1a98eacb829e70f02e9a71bc159" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9-sources.jar" - hash: - value: "98e1b4171628d8f230f6a60b248de84ed04fab0d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:FasterXML/jackson-databind.git" - revision: "jackson-databind-2.8.9" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/FasterXML/jackson-databind.git" - revision: "jackson-databind-2.8.9" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.julien-truffaut:monocle-core_2.12:1.4.0" - purl: "pkg:maven/com.github.julien-truffaut/monocle-core_2.12@1.4.0" - authors: - - "Ilan Godik" - - "Julien Truffaut" - - "Kenji Yoshida" - - "Naoki Aoyama" - - "com.github.julien-truffaut" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "core" - homepage_url: "https://github.com/julien-truffaut/Monocle" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0.jar" - hash: - value: "219da9cc75878a75c888e38ad883fe4d30a7651d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0-sources.jar" - hash: - value: "37d333798ca15a03f5dfbb02f133d5b6b8e57b8c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:julien-truffaut/Monocle.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/julien-truffaut/Monocle.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.julien-truffaut:monocle-macro_2.12:1.4.0" - purl: "pkg:maven/com.github.julien-truffaut/monocle-macro_2.12@1.4.0" - authors: - - "Ilan Godik" - - "Julien Truffaut" - - "Kenji Yoshida" - - "Naoki Aoyama" - - "com.github.julien-truffaut" - declared_licenses: - - "MIT" - declared_licenses_processed: - spdx_expression: "MIT" - description: "macros" - homepage_url: "https://github.com/julien-truffaut/Monocle" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0.jar" - hash: - value: "319242d130983fec319a2e2d4f8e7741b809b5a0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0-sources.jar" - hash: - value: "e7ce64d7973ad64f3fa872b931a31c8c25de59b3" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:julien-truffaut/Monocle.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/julien-truffaut/Monocle.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.pureconfig:pureconfig-macros_2.12:0.8.0" - purl: "pkg:maven/com.github.pureconfig/pureconfig-macros_2.12@0.8.0" - authors: - - "Rui Gonçalves" - - "com.github.pureconfig" - declared_licenses: - - "Mozilla Public License, version 2.0" - declared_licenses_processed: - spdx_expression: "MPL-2.0" - mapped: - Mozilla Public License, version 2.0: "MPL-2.0" - description: "pureconfig-macros" - homepage_url: "https://github.com/pureconfig/pureconfig" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0.jar" - hash: - value: "eea0e86f18c08e7fd00c90626f4f17a9ee6ef088" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0-sources.jar" - hash: - value: "7411f96540756236648b48347827b6ba2622e5e0" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:pureconfig/pureconfig.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/pureconfig/pureconfig.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.github.pureconfig:pureconfig_2.12:0.8.0" - purl: "pkg:maven/com.github.pureconfig/pureconfig_2.12@0.8.0" - authors: - - "Derek Morr" - - "Joao Azevedo" - - "Leif Wickland" - - "Mario Pastorelli" - - "Rui Gonçalves" - - "com.github.pureconfig" - declared_licenses: - - "Mozilla Public License, version 2.0" - declared_licenses_processed: - spdx_expression: "MPL-2.0" - mapped: - Mozilla Public License, version 2.0: "MPL-2.0" - description: "pureconfig" - homepage_url: "https://github.com/pureconfig/pureconfig" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0.jar" - hash: - value: "891fde63cda086f593bffddb0b47933abc75523f" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0-sources.jar" - hash: - value: "fa6de3ab2dd82543fb37288626687a9a6c1a67a2" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:pureconfig/pureconfig.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/pureconfig/pureconfig.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe:config:1.3.1" - purl: "pkg:maven/com.typesafe/config@1.3.1" - authors: - - "Havoc Pennington" - - "com.typesafe" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "config" - homepage_url: "https://github.com/typesafehub/config" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1.jar" - hash: - value: "2cf7a6cc79732e3bdf1647d7404279900ca63eb0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1-sources.jar" - hash: - value: "a27878630ff503b63ed25ff2a25fa8ef888740b3" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/typesafehub/config.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/typesafehub/config.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe:ssl-config-core_2.12:0.2.2" - purl: "pkg:maven/com.typesafe/ssl-config-core_2.12@0.2.2" - authors: - - "Konrad Malawski" - - "Will Sargent" - - "com.typesafe" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "ssl-config-core" - homepage_url: "https://github.com/typesafehub/ssl-config" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2.jar" - hash: - value: "8a357d491f7f94c5b4b1e0b27644e1306cc8742d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2-sources.jar" - hash: - value: "1baaec9149929d0970330aa80aca73e3f1f15624" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/typesafehub/ssl-config.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/typesafehub/ssl-config.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe.akka:akka-actor_2.12:2.5.6" - purl: "pkg:maven/com.typesafe.akka/akka-actor_2.12@2.5.6" - authors: - - "Akka Contributors" - - "Lightbend Inc." - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "akka-actor" - homepage_url: "http://akka.io/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6.jar" - hash: - value: "1e9f4c1829d3ce5640c17164b1756d1e98eb7af3" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6-sources.jar" - hash: - value: "9642cf6f2a774d781e2f2a2e5de152971bfd714e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:akka/akka.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/akka/akka.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe.akka:akka-stream_2.12:2.5.6" - purl: "pkg:maven/com.typesafe.akka/akka-stream_2.12@2.5.6" - authors: - - "Akka Contributors" - - "Lightbend Inc." - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "akka-stream" - homepage_url: "http://akka.io/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6.jar" - hash: - value: "876aa1471ac773a3dd02f70c1e511a9a014b3491" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6-sources.jar" - hash: - value: "14459df7523aea2cfd04080fe88eccd20897bcc5" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:akka/akka.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/akka/akka.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.typesafe.scala-logging:scala-logging_2.12:3.7.2" - purl: "pkg:maven/com.typesafe.scala-logging/scala-logging_2.12@3.7.2" - authors: - - "Heiko Seeberger" - - "Mathias Bogaert" - - "com.typesafe.scala-logging" - declared_licenses: - - "Apache 2.0 License" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2.0 License: "Apache-2.0" - description: "scala-logging" - homepage_url: "https://github.com/typesafehub/scala-logging" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2.jar" - hash: - value: "a1dc97509765287faa4747f7cb411f0b85dc9a34" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2-sources.jar" - hash: - value: "a5f760917b60283e37c84bf3db2aeaf976980ad3" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/typesafehub/scala-logging.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/typesafehub/scala-logging.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:net.logstash.logback:logstash-logback-encoder:4.11" - purl: "pkg:maven/net.logstash.logback/logstash-logback-encoder@4.11" - authors: - - "John E. Vincent" - - "Nokia" - - "Phil Clay" - declared_licenses: - - "Apache License, Version 2.0" - - "MIT License" - declared_licenses_processed: - spdx_expression: "Apache-2.0 OR MIT" - mapped: - Apache License, Version 2.0: "Apache-2.0" - MIT License: "MIT" - description: "Logback encoder which will output events as Logstash-compatible\ - \ JSON" - homepage_url: "https://github.com/logstash/logstash-logback-encoder" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11.jar" - hash: - value: "163b6b046de5414ac17c83cbd6cb619e541fc69a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11-sources.jar" - hash: - value: "8b889d5eb55aabfa5d9aa9cad95529668f3edb2b" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:logstash/logstash-logback-encoder.git" - revision: "logstash-logback-encoder-4.11" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/logstash/logstash-logback-encoder.git" - revision: "logstash-logback-encoder-4.11" - path: "" - curations: [] - - metadata: - id: "Maven:org.reactivestreams:reactive-streams:1.0.1" - purl: "pkg:maven/org.reactivestreams/reactive-streams@1.0.1" - authors: - - "Reactive Streams SIG" - declared_licenses: - - "CC0" - declared_licenses_processed: - spdx_expression: "CC0-1.0" - mapped: - CC0: "CC0-1.0" - description: "A Protocol for Asynchronous Non-Blocking Data Sequence" - homepage_url: "http://www.reactive-streams.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1.jar" - hash: - value: "1b1c911686eb40179219466e6a59b634b9d7a748" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1-sources.jar" - hash: - value: "af471e34e448bd4f1c183e9b26c85679be11035c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:reactive-streams/reactive-streams.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/reactive-streams/reactive-streams.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang:scala-compiler:2.12.3" - purl: "pkg:maven/org.scala-lang/scala-compiler@2.12.3" - authors: - - "LAMP/EPFL" - - "Lightbend, Inc." - declared_licenses: - - "BSD 3-Clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-Clause: "BSD-3-Clause" - description: "Compiler for the Scala Programming Language" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3.jar" - hash: - value: "b6b9ca202fc8405260d30e703b9790e91c75cd85" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3-sources.jar" - hash: - value: "b8fe133c260f72b7fe9889195e19efeeab1b8087" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang:scala-library:2.12.15" - purl: "pkg:maven/org.scala-lang/scala-library@2.12.3" - authors: - - "LAMP/EPFL" - - "Lightbend, Inc." - declared_licenses: - - "BSD 3-Clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-Clause: "BSD-3-Clause" - description: "Standard library for the Scala Programming Language" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3.jar" - hash: - value: "f2e496f21af2d80b48e0a61773f84c3a76a0d06f" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3-sources.jar" - hash: - value: "499c91b0a64bc706eee174481a3b7dde81b3591d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang:scala-reflect:2.12.2" - purl: "pkg:maven/org.scala-lang/scala-reflect@2.12.2" - authors: - - "LAMP/EPFL" - - "Lightbend, Inc." - declared_licenses: - - "BSD 3-Clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-Clause: "BSD-3-Clause" - description: "Compiler for the Scala Programming Language" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2.jar" - hash: - value: "fa13c13351566738ff156ef8a56b869868f4b77e" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2-sources.jar" - hash: - value: "a8808be417014e233b25ee44439f725e1f5e92a4" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang.modules:scala-java8-compat_2.12:0.8.0" - purl: "pkg:maven/org.scala-lang.modules/scala-java8-compat_2.12@0.8.0" - authors: - - "EPFL" - - "Typesafe, Inc." - - "org.scala-lang.modules" - declared_licenses: - - "BSD 3-clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-clause: "BSD-3-Clause" - description: "scala-java8-compat" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0.jar" - hash: - value: "1e6f1e745bf6d3c34d1e2ab150653306069aaf34" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0-sources.jar" - hash: - value: "0a33ce48278b9e3bbea8aed726e3c0abad3afadd" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala-java8-compat.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala-java8-compat.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang.modules:scala-parser-combinators_2.12:1.0.4" - purl: "pkg:maven/org.scala-lang.modules/scala-parser-combinators_2.12@1.0.4" - authors: - - "EPFL" - - "Typesafe, Inc." - - "org.scala-lang.modules" - declared_licenses: - - "BSD 3-clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-clause: "BSD-3-Clause" - description: "scala-parser-combinators" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4.jar" - hash: - value: "7c5f25a2d40ea7651452f0f0d1d4c12dabffcb8b" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4-sources.jar" - hash: - value: "9ec2f46c07d355853654af38e8b06e15ccca8cd0" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala-parser-combinators.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala-parser-combinators.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-lang.modules:scala-xml_2.12:1.0.5" - purl: "pkg:maven/org.scala-lang.modules/scala-xml_2.12@1.0.5" - authors: - - "EPFL" - - "Typesafe, Inc." - - "org.scala-lang.modules" - declared_licenses: - - "BSD 3-clause" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD 3-clause: "BSD-3-Clause" - description: "scala-xml" - homepage_url: "http://www.scala-lang.org/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5.jar" - hash: - value: "a2b2afbeea86818a911b05851bb11d7d4840bb75" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5-sources.jar" - hash: - value: "d12864d1a73aa540f7b624c8a92a5f48783c342c" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/scala/scala-xml.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/scala/scala-xml.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scala-sbt:test-interface:1.0" - purl: "pkg:maven/org.scala-sbt/test-interface@1.0" - authors: - - "Bill Venners" - - "Chua Chee Seng" - - "Josh Cough" - - "Mark Harrah" - - "org.scala-sbt" - declared_licenses: - - "BSD" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD: "BSD-3-Clause" - description: "Uniform test interface to Scala/Java test frameworks (specs,\ - \ ScalaCheck, ScalaTest, JUnit and other)" - homepage_url: "http://www.scala-sbt.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0.jar" - hash: - value: "0a3f14d010c4cb32071f863d97291df31603b521" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0-sources.jar" - hash: - value: "d44b23e9e3419ad0e00b91bba764a48d43075000" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/sbt/test-interface.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scalacheck:scalacheck_2.12:1.13.5" - purl: "pkg:maven/org.scalacheck/scalacheck_2.12@1.13.5" - authors: - - "Rickard Nilsson" - - "org.scalacheck" - declared_licenses: - - "BSD-style" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD-style: "BSD-3-Clause" - description: "scalacheck" - homepage_url: "http://www.scalacheck.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5.jar" - hash: - value: "fff972ccaa0d83ca53bfdbbd0763c1059281fb76" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5-sources.jar" - hash: - value: "d0e1376902de65c7fa327f455b61d5d71957d78e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:rickynils/scalacheck.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/rickynils/scalacheck.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scalactic:scalactic_2.12:3.0.4" - purl: "pkg:maven/org.scalactic/scalactic_2.12@3.0.4" - authors: - - "Bill Venners" - - "Chua Chee Seng" - - "George Berger" - - "org.scalactic" - declared_licenses: - - "the Apache License, ASL Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - the Apache License, ASL Version 2.0: "Apache-2.0" - description: "scalactic" - homepage_url: "http://www.scalatest.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4.jar" - hash: - value: "e75f0f9c77aa391e01797cfc42fb82fd7c7d59a5" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4-sources.jar" - hash: - value: "9f7f02217c7d2f14c6b1982493c39243a20b749d" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:scalatest/scalatest.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/scalatest/scalatest.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scalatest:scalatest_2.12:3.0.4" - purl: "pkg:maven/org.scalatest/scalatest_2.12@3.0.4" - authors: - - "Bill Venners" - - "Chua Chee Seng" - - "George Berger" - - "org.scalatest" - declared_licenses: - - "the Apache License, ASL Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - the Apache License, ASL Version 2.0: "Apache-2.0" - description: "scalatest" - homepage_url: "http://www.scalatest.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4.jar" - hash: - value: "87d68f3d06dbf698fd0084c0a8b8996864d15465" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4-sources.jar" - hash: - value: "ba669c2c9b7092151e2a19e975b1bf2a2e7a5fda" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:scalatest/scalatest.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/scalatest/scalatest.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.scalaz:scalaz-core_2.12:7.2.8" - purl: "pkg:maven/org.scalaz/scalaz-core_2.12@7.2.8" - authors: - - "Alexey Romanov" - - "Daniel Peebles" - - "Edward Kmett" - - "Jason Zaugg" - - "Kris Nuttycombe" - - "Lars Hupel" - - "Paul Chiusano" - - "Richard Wallace" - - "Runar Bjarnason" - - "Tony Morris" - - "org.scalaz" - declared_licenses: - - "BSD-style" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - BSD-style: "BSD-3-Clause" - description: "scalaz-core" - homepage_url: "http://scalaz.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8.jar" - hash: - value: "2922d47f6dc7aba452634fe674087b6221b90dbf" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8-sources.jar" - hash: - value: "c94295a434f26b5650ec0fcbf93c9d2c7aada88e" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:scalaz/scalaz.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/scalaz/scalaz.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.slf4j:jcl-over-slf4j:1.7.25" - purl: "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.25" - authors: - - "Ceki Gulcu" - - "QOS.ch" - declared_licenses: - - "MIT License" - declared_licenses_processed: - spdx_expression: "MIT" - mapped: - MIT License: "MIT" - description: "JCL 1.2 implemented over SLF4J" - homepage_url: "http://www.slf4j.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar" - hash: - value: "f8c32b13ff142a513eeb5b6330b1588dcb2c0461" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25-sources.jar" - hash: - value: "ffd0827a7c67d5915b7dc611afbda56a1f247191" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:qos-ch/slf4j.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/qos-ch/slf4j.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.slf4j:slf4j-api:1.7.25" - purl: "pkg:maven/org.slf4j/slf4j-api@1.7.25" - authors: - - "Ceki Gulcu" - - "QOS.ch" - declared_licenses: - - "MIT License" - declared_licenses_processed: - spdx_expression: "MIT" - mapped: - MIT License: "MIT" - description: "The slf4j API" - homepage_url: "http://www.slf4j.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar" - hash: - value: "da76ca59f6a57ee3102f8f9bd9cee742973efa8a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-sources.jar" - hash: - value: "962153db4a9ea71b79d047dfd1b2a0d80d8f4739" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:qos-ch/slf4j.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/qos-ch/slf4j.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.typelevel:macro-compat_2.12:1.1.1" - purl: "pkg:maven/org.typelevel/macro-compat_2.12@1.1.1" - authors: - - "Miles Sabin" - - "org.typelevel" - declared_licenses: - - "Apache 2" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache 2: "Apache-2.0" - description: "core" - homepage_url: "https://github.com/milessabin/macro-compat" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.jar" - hash: - value: "ed809d26ef4237d7c079ae6cf7ebd0dfa7986adf" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1-sources.jar" - hash: - value: "ade6d6ec81975cf514b0f9e2061614f2799cfe97" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:milessabin/macro-compat.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/milessabin/macro-compat.git" - revision: "" - path: "" - curations: [] + - id: "Maven:ch.qos.logback:logback-classic:1.2.3" + purl: "pkg:maven/ch.qos.logback/logback-classic@1.2.3" + authors: + - "Ceki Gulcu" + - "Joern Huxhorn" + - "QOS.ch" + declared_licenses: + - "Eclipse Public License - v 1.0" + - "GNU Lesser General Public License" + declared_licenses_processed: + spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" + mapped: + Eclipse Public License - v 1.0: "EPL-1.0" + GNU Lesser General Public License: "LGPL-2.1-or-later" + description: "logback-classic module" + homepage_url: "http://logback.qos.ch/logback-classic" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar" + hash: + value: "7c4f3c474fb2c041d8028740440937705ebb473a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar" + hash: + value: "cfd5385e0c5ed1c8a5dce57d86e79cf357153a64" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:ceki/logback.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/ceki/logback.git" + revision: "" + path: "" + - id: "Maven:ch.qos.logback:logback-core:1.2.3" + purl: "pkg:maven/ch.qos.logback/logback-core@1.2.3" + authors: + - "Ceki Gulcu" + - "Joern Huxhorn" + - "QOS.ch" + declared_licenses: + - "Eclipse Public License - v 1.0" + - "GNU Lesser General Public License" + declared_licenses_processed: + spdx_expression: "EPL-1.0 OR LGPL-2.1-or-later" + mapped: + Eclipse Public License - v 1.0: "EPL-1.0" + GNU Lesser General Public License: "LGPL-2.1-or-later" + description: "logback-core module" + homepage_url: "http://logback.qos.ch/logback-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar" + hash: + value: "864344400c3d4d92dfeb0a305dc87d953677c03c" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar" + hash: + value: "3ebabe69eba0196af9ad3a814f723fb720b9101e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:ceki/logback.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/ceki/logback.git" + revision: "" + path: "" + - id: "Maven:com.chuusai:shapeless_2.12:2.3.2" + purl: "pkg:maven/com.chuusai/shapeless_2.12@2.3.2" + authors: + - "Miles Sabin" + - "com.chuusai" + declared_licenses: + - "Apache 2" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2: "Apache-2.0" + description: "core" + homepage_url: "https://github.com/milessabin/shapeless" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2.jar" + hash: + value: "27e115ffed7917b456e54891de67173f4a68d5f1" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/chuusai/shapeless_2.12/2.3.2/shapeless_2.12-2.3.2-sources.jar" + hash: + value: "6d83fa4fa6d25b1e8d8cd9d9d551c05c745633b1" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:milessabin/shapeless.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/milessabin/shapeless.git" + revision: "" + path: "" + - id: "Maven:com.fasterxml.jackson.core:jackson-annotations:2.8.0" + purl: "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.8.0" + authors: + - "Christopher Currie" + - "FasterXML" + - "Paul Brown" + - "Tatu Saloranta" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Core annotations used for value types, used by Jackson data binding\ + \ package." + homepage_url: "http://github.com/FasterXML/jackson" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.jar" + hash: + value: "45b426f7796b741035581a176744d91090e2e6fb" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0-sources.jar" + hash: + value: "29a1a95363d497e856c0a7d682e4f7973e334068" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:FasterXML/jackson-annotations.git" + revision: "jackson-annotations-2.8.0" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/FasterXML/jackson-annotations.git" + revision: "jackson-annotations-2.8.0" + path: "" + - id: "Maven:com.fasterxml.jackson.core:jackson-core:2.8.9" + purl: "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.8.9" + authors: + - "Christopher Currie" + - "FasterXML" + - "Paul Brown" + - "Tatu Saloranta" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "Core Jackson abstractions, basic JSON streaming API implementation" + homepage_url: "https://github.com/FasterXML/jackson-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9.jar" + hash: + value: "569b1752705da98f49aabe2911cc956ff7d8ed9d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9-sources.jar" + hash: + value: "8cf3613202ddcd495137f8cb944e2da69964a641" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:FasterXML/jackson-core.git" + revision: "jackson-core-2.8.9" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/FasterXML/jackson-core.git" + revision: "jackson-core-2.8.9" + path: "" + - id: "Maven:com.fasterxml.jackson.core:jackson-databind:2.8.9" + purl: "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.8.9" + authors: + - "Christopher Currie" + - "FasterXML" + - "Paul Brown" + - "Tatu Saloranta" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + The Apache Software License, Version 2.0: "Apache-2.0" + description: "General data-binding functionality for Jackson: works on core\ + \ streaming API" + homepage_url: "http://github.com/FasterXML/jackson" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9.jar" + hash: + value: "4dfca3975be3c1a98eacb829e70f02e9a71bc159" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9-sources.jar" + hash: + value: "98e1b4171628d8f230f6a60b248de84ed04fab0d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:FasterXML/jackson-databind.git" + revision: "jackson-databind-2.8.9" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/FasterXML/jackson-databind.git" + revision: "jackson-databind-2.8.9" + path: "" + - id: "Maven:com.github.julien-truffaut:monocle-core_2.12:1.4.0" + purl: "pkg:maven/com.github.julien-truffaut/monocle-core_2.12@1.4.0" + authors: + - "Ilan Godik" + - "Julien Truffaut" + - "Kenji Yoshida" + - "Naoki Aoyama" + - "com.github.julien-truffaut" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "core" + homepage_url: "https://github.com/julien-truffaut/Monocle" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0.jar" + hash: + value: "219da9cc75878a75c888e38ad883fe4d30a7651d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-core_2.12/1.4.0/monocle-core_2.12-1.4.0-sources.jar" + hash: + value: "37d333798ca15a03f5dfbb02f133d5b6b8e57b8c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:julien-truffaut/Monocle.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/julien-truffaut/Monocle.git" + revision: "" + path: "" + - id: "Maven:com.github.julien-truffaut:monocle-macro_2.12:1.4.0" + purl: "pkg:maven/com.github.julien-truffaut/monocle-macro_2.12@1.4.0" + authors: + - "Ilan Godik" + - "Julien Truffaut" + - "Kenji Yoshida" + - "Naoki Aoyama" + - "com.github.julien-truffaut" + declared_licenses: + - "MIT" + declared_licenses_processed: + spdx_expression: "MIT" + description: "macros" + homepage_url: "https://github.com/julien-truffaut/Monocle" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0.jar" + hash: + value: "319242d130983fec319a2e2d4f8e7741b809b5a0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/julien-truffaut/monocle-macro_2.12/1.4.0/monocle-macro_2.12-1.4.0-sources.jar" + hash: + value: "e7ce64d7973ad64f3fa872b931a31c8c25de59b3" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:julien-truffaut/Monocle.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/julien-truffaut/Monocle.git" + revision: "" + path: "" + - id: "Maven:com.github.pureconfig:pureconfig-macros_2.12:0.8.0" + purl: "pkg:maven/com.github.pureconfig/pureconfig-macros_2.12@0.8.0" + authors: + - "Rui Gonçalves" + - "com.github.pureconfig" + declared_licenses: + - "Mozilla Public License, version 2.0" + declared_licenses_processed: + spdx_expression: "MPL-2.0" + mapped: + Mozilla Public License, version 2.0: "MPL-2.0" + description: "pureconfig-macros" + homepage_url: "https://github.com/pureconfig/pureconfig" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0.jar" + hash: + value: "eea0e86f18c08e7fd00c90626f4f17a9ee6ef088" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig-macros_2.12/0.8.0/pureconfig-macros_2.12-0.8.0-sources.jar" + hash: + value: "7411f96540756236648b48347827b6ba2622e5e0" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:pureconfig/pureconfig.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/pureconfig/pureconfig.git" + revision: "" + path: "" + - id: "Maven:com.github.pureconfig:pureconfig_2.12:0.8.0" + purl: "pkg:maven/com.github.pureconfig/pureconfig_2.12@0.8.0" + authors: + - "Derek Morr" + - "Joao Azevedo" + - "Leif Wickland" + - "Mario Pastorelli" + - "Rui Gonçalves" + - "com.github.pureconfig" + declared_licenses: + - "Mozilla Public License, version 2.0" + declared_licenses_processed: + spdx_expression: "MPL-2.0" + mapped: + Mozilla Public License, version 2.0: "MPL-2.0" + description: "pureconfig" + homepage_url: "https://github.com/pureconfig/pureconfig" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0.jar" + hash: + value: "891fde63cda086f593bffddb0b47933abc75523f" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/github/pureconfig/pureconfig_2.12/0.8.0/pureconfig_2.12-0.8.0-sources.jar" + hash: + value: "fa6de3ab2dd82543fb37288626687a9a6c1a67a2" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:pureconfig/pureconfig.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/pureconfig/pureconfig.git" + revision: "" + path: "" + - id: "Maven:com.typesafe:config:1.3.1" + purl: "pkg:maven/com.typesafe/config@1.3.1" + authors: + - "Havoc Pennington" + - "com.typesafe" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "config" + homepage_url: "https://github.com/typesafehub/config" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1.jar" + hash: + value: "2cf7a6cc79732e3bdf1647d7404279900ca63eb0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/config/1.3.1/config-1.3.1-sources.jar" + hash: + value: "a27878630ff503b63ed25ff2a25fa8ef888740b3" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/typesafehub/config.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/typesafehub/config.git" + revision: "" + path: "" + - id: "Maven:com.typesafe:ssl-config-core_2.12:0.2.2" + purl: "pkg:maven/com.typesafe/ssl-config-core_2.12@0.2.2" + authors: + - "Konrad Malawski" + - "Will Sargent" + - "com.typesafe" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "ssl-config-core" + homepage_url: "https://github.com/typesafehub/ssl-config" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2.jar" + hash: + value: "8a357d491f7f94c5b4b1e0b27644e1306cc8742d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2-sources.jar" + hash: + value: "1baaec9149929d0970330aa80aca73e3f1f15624" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/typesafehub/ssl-config.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/typesafehub/ssl-config.git" + revision: "" + path: "" + - id: "Maven:com.typesafe.akka:akka-actor_2.12:2.5.6" + purl: "pkg:maven/com.typesafe.akka/akka-actor_2.12@2.5.6" + authors: + - "Akka Contributors" + - "Lightbend Inc." + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "akka-actor" + homepage_url: "http://akka.io/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6.jar" + hash: + value: "1e9f4c1829d3ce5640c17164b1756d1e98eb7af3" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6-sources.jar" + hash: + value: "9642cf6f2a774d781e2f2a2e5de152971bfd714e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:akka/akka.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/akka/akka.git" + revision: "" + path: "" + - id: "Maven:com.typesafe.akka:akka-stream_2.12:2.5.6" + purl: "pkg:maven/com.typesafe.akka/akka-stream_2.12@2.5.6" + authors: + - "Akka Contributors" + - "Lightbend Inc." + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "akka-stream" + homepage_url: "http://akka.io/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6.jar" + hash: + value: "876aa1471ac773a3dd02f70c1e511a9a014b3491" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6-sources.jar" + hash: + value: "14459df7523aea2cfd04080fe88eccd20897bcc5" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:akka/akka.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/akka/akka.git" + revision: "" + path: "" + - id: "Maven:com.typesafe.scala-logging:scala-logging_2.12:3.7.2" + purl: "pkg:maven/com.typesafe.scala-logging/scala-logging_2.12@3.7.2" + authors: + - "Heiko Seeberger" + - "Mathias Bogaert" + - "com.typesafe.scala-logging" + declared_licenses: + - "Apache 2.0 License" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2.0 License: "Apache-2.0" + description: "scala-logging" + homepage_url: "https://github.com/typesafehub/scala-logging" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2.jar" + hash: + value: "a1dc97509765287faa4747f7cb411f0b85dc9a34" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2-sources.jar" + hash: + value: "a5f760917b60283e37c84bf3db2aeaf976980ad3" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/typesafehub/scala-logging.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/typesafehub/scala-logging.git" + revision: "" + path: "" + - id: "Maven:net.logstash.logback:logstash-logback-encoder:4.11" + purl: "pkg:maven/net.logstash.logback/logstash-logback-encoder@4.11" + authors: + - "John E. Vincent" + - "Nokia" + - "Phil Clay" + declared_licenses: + - "Apache License, Version 2.0" + - "MIT License" + declared_licenses_processed: + spdx_expression: "Apache-2.0 OR MIT" + mapped: + Apache License, Version 2.0: "Apache-2.0" + MIT License: "MIT" + description: "Logback encoder which will output events as Logstash-compatible\ + \ JSON" + homepage_url: "https://github.com/logstash/logstash-logback-encoder" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11.jar" + hash: + value: "163b6b046de5414ac17c83cbd6cb619e541fc69a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/net/logstash/logback/logstash-logback-encoder/4.11/logstash-logback-encoder-4.11-sources.jar" + hash: + value: "8b889d5eb55aabfa5d9aa9cad95529668f3edb2b" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:logstash/logstash-logback-encoder.git" + revision: "logstash-logback-encoder-4.11" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/logstash/logstash-logback-encoder.git" + revision: "logstash-logback-encoder-4.11" + path: "" + - id: "Maven:org.reactivestreams:reactive-streams:1.0.1" + purl: "pkg:maven/org.reactivestreams/reactive-streams@1.0.1" + authors: + - "Reactive Streams SIG" + declared_licenses: + - "CC0" + declared_licenses_processed: + spdx_expression: "CC0-1.0" + mapped: + CC0: "CC0-1.0" + description: "A Protocol for Asynchronous Non-Blocking Data Sequence" + homepage_url: "http://www.reactive-streams.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1.jar" + hash: + value: "1b1c911686eb40179219466e6a59b634b9d7a748" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1-sources.jar" + hash: + value: "af471e34e448bd4f1c183e9b26c85679be11035c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:reactive-streams/reactive-streams.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/reactive-streams/reactive-streams.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang:scala-compiler:2.12.3" + purl: "pkg:maven/org.scala-lang/scala-compiler@2.12.3" + authors: + - "LAMP/EPFL" + - "Lightbend, Inc." + declared_licenses: + - "BSD 3-Clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-Clause: "BSD-3-Clause" + description: "Compiler for the Scala Programming Language" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3.jar" + hash: + value: "b6b9ca202fc8405260d30e703b9790e91c75cd85" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3-sources.jar" + hash: + value: "b8fe133c260f72b7fe9889195e19efeeab1b8087" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang:scala-library:2.12.15" + purl: "pkg:maven/org.scala-lang/scala-library@2.12.3" + authors: + - "LAMP/EPFL" + - "Lightbend, Inc." + declared_licenses: + - "BSD 3-Clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-Clause: "BSD-3-Clause" + description: "Standard library for the Scala Programming Language" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3.jar" + hash: + value: "f2e496f21af2d80b48e0a61773f84c3a76a0d06f" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3-sources.jar" + hash: + value: "499c91b0a64bc706eee174481a3b7dde81b3591d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang:scala-reflect:2.12.2" + purl: "pkg:maven/org.scala-lang/scala-reflect@2.12.2" + authors: + - "LAMP/EPFL" + - "Lightbend, Inc." + declared_licenses: + - "BSD 3-Clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-Clause: "BSD-3-Clause" + description: "Compiler for the Scala Programming Language" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2.jar" + hash: + value: "fa13c13351566738ff156ef8a56b869868f4b77e" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2-sources.jar" + hash: + value: "a8808be417014e233b25ee44439f725e1f5e92a4" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang.modules:scala-java8-compat_2.12:0.8.0" + purl: "pkg:maven/org.scala-lang.modules/scala-java8-compat_2.12@0.8.0" + authors: + - "EPFL" + - "Typesafe, Inc." + - "org.scala-lang.modules" + declared_licenses: + - "BSD 3-clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-clause: "BSD-3-Clause" + description: "scala-java8-compat" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0.jar" + hash: + value: "1e6f1e745bf6d3c34d1e2ab150653306069aaf34" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0-sources.jar" + hash: + value: "0a33ce48278b9e3bbea8aed726e3c0abad3afadd" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala-java8-compat.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala-java8-compat.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang.modules:scala-parser-combinators_2.12:1.0.4" + purl: "pkg:maven/org.scala-lang.modules/scala-parser-combinators_2.12@1.0.4" + authors: + - "EPFL" + - "Typesafe, Inc." + - "org.scala-lang.modules" + declared_licenses: + - "BSD 3-clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-clause: "BSD-3-Clause" + description: "scala-parser-combinators" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4.jar" + hash: + value: "7c5f25a2d40ea7651452f0f0d1d4c12dabffcb8b" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.4/scala-parser-combinators_2.12-1.0.4-sources.jar" + hash: + value: "9ec2f46c07d355853654af38e8b06e15ccca8cd0" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala-parser-combinators.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala-parser-combinators.git" + revision: "" + path: "" + - id: "Maven:org.scala-lang.modules:scala-xml_2.12:1.0.5" + purl: "pkg:maven/org.scala-lang.modules/scala-xml_2.12@1.0.5" + authors: + - "EPFL" + - "Typesafe, Inc." + - "org.scala-lang.modules" + declared_licenses: + - "BSD 3-clause" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD 3-clause: "BSD-3-Clause" + description: "scala-xml" + homepage_url: "http://www.scala-lang.org/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5.jar" + hash: + value: "a2b2afbeea86818a911b05851bb11d7d4840bb75" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.5/scala-xml_2.12-1.0.5-sources.jar" + hash: + value: "d12864d1a73aa540f7b624c8a92a5f48783c342c" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/scala/scala-xml.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/scala/scala-xml.git" + revision: "" + path: "" + - id: "Maven:org.scala-sbt:test-interface:1.0" + purl: "pkg:maven/org.scala-sbt/test-interface@1.0" + authors: + - "Bill Venners" + - "Chua Chee Seng" + - "Josh Cough" + - "Mark Harrah" + - "org.scala-sbt" + declared_licenses: + - "BSD" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD: "BSD-3-Clause" + description: "Uniform test interface to Scala/Java test frameworks (specs, ScalaCheck,\ + \ ScalaTest, JUnit and other)" + homepage_url: "http://www.scala-sbt.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0.jar" + hash: + value: "0a3f14d010c4cb32071f863d97291df31603b521" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0-sources.jar" + hash: + value: "d44b23e9e3419ad0e00b91bba764a48d43075000" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/sbt/test-interface.git" + revision: "" + path: "" + - id: "Maven:org.scalacheck:scalacheck_2.12:1.13.5" + purl: "pkg:maven/org.scalacheck/scalacheck_2.12@1.13.5" + authors: + - "Rickard Nilsson" + - "org.scalacheck" + declared_licenses: + - "BSD-style" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD-style: "BSD-3-Clause" + description: "scalacheck" + homepage_url: "http://www.scalacheck.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5.jar" + hash: + value: "fff972ccaa0d83ca53bfdbbd0763c1059281fb76" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalacheck/scalacheck_2.12/1.13.5/scalacheck_2.12-1.13.5-sources.jar" + hash: + value: "d0e1376902de65c7fa327f455b61d5d71957d78e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:rickynils/scalacheck.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/rickynils/scalacheck.git" + revision: "" + path: "" + - id: "Maven:org.scalactic:scalactic_2.12:3.0.4" + purl: "pkg:maven/org.scalactic/scalactic_2.12@3.0.4" + authors: + - "Bill Venners" + - "Chua Chee Seng" + - "George Berger" + - "org.scalactic" + declared_licenses: + - "the Apache License, ASL Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + the Apache License, ASL Version 2.0: "Apache-2.0" + description: "scalactic" + homepage_url: "http://www.scalatest.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4.jar" + hash: + value: "e75f0f9c77aa391e01797cfc42fb82fd7c7d59a5" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalactic/scalactic_2.12/3.0.4/scalactic_2.12-3.0.4-sources.jar" + hash: + value: "9f7f02217c7d2f14c6b1982493c39243a20b749d" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:scalatest/scalatest.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/scalatest/scalatest.git" + revision: "" + path: "" + - id: "Maven:org.scalatest:scalatest_2.12:3.0.4" + purl: "pkg:maven/org.scalatest/scalatest_2.12@3.0.4" + authors: + - "Bill Venners" + - "Chua Chee Seng" + - "George Berger" + - "org.scalatest" + declared_licenses: + - "the Apache License, ASL Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + the Apache License, ASL Version 2.0: "Apache-2.0" + description: "scalatest" + homepage_url: "http://www.scalatest.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4.jar" + hash: + value: "87d68f3d06dbf698fd0084c0a8b8996864d15465" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.12/3.0.4/scalatest_2.12-3.0.4-sources.jar" + hash: + value: "ba669c2c9b7092151e2a19e975b1bf2a2e7a5fda" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:scalatest/scalatest.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/scalatest/scalatest.git" + revision: "" + path: "" + - id: "Maven:org.scalaz:scalaz-core_2.12:7.2.8" + purl: "pkg:maven/org.scalaz/scalaz-core_2.12@7.2.8" + authors: + - "Alexey Romanov" + - "Daniel Peebles" + - "Edward Kmett" + - "Jason Zaugg" + - "Kris Nuttycombe" + - "Lars Hupel" + - "Paul Chiusano" + - "Richard Wallace" + - "Runar Bjarnason" + - "Tony Morris" + - "org.scalaz" + declared_licenses: + - "BSD-style" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + BSD-style: "BSD-3-Clause" + description: "scalaz-core" + homepage_url: "http://scalaz.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8.jar" + hash: + value: "2922d47f6dc7aba452634fe674087b6221b90dbf" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/scalaz/scalaz-core_2.12/7.2.8/scalaz-core_2.12-7.2.8-sources.jar" + hash: + value: "c94295a434f26b5650ec0fcbf93c9d2c7aada88e" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:scalaz/scalaz.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/scalaz/scalaz.git" + revision: "" + path: "" + - id: "Maven:org.slf4j:jcl-over-slf4j:1.7.25" + purl: "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.25" + authors: + - "Ceki Gulcu" + - "QOS.ch" + declared_licenses: + - "MIT License" + declared_licenses_processed: + spdx_expression: "MIT" + mapped: + MIT License: "MIT" + description: "JCL 1.2 implemented over SLF4J" + homepage_url: "http://www.slf4j.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar" + hash: + value: "f8c32b13ff142a513eeb5b6330b1588dcb2c0461" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25-sources.jar" + hash: + value: "ffd0827a7c67d5915b7dc611afbda56a1f247191" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:qos-ch/slf4j.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/qos-ch/slf4j.git" + revision: "" + path: "" + - id: "Maven:org.slf4j:slf4j-api:1.7.25" + purl: "pkg:maven/org.slf4j/slf4j-api@1.7.25" + authors: + - "Ceki Gulcu" + - "QOS.ch" + declared_licenses: + - "MIT License" + declared_licenses_processed: + spdx_expression: "MIT" + mapped: + MIT License: "MIT" + description: "The slf4j API" + homepage_url: "http://www.slf4j.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar" + hash: + value: "da76ca59f6a57ee3102f8f9bd9cee742973efa8a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-sources.jar" + hash: + value: "962153db4a9ea71b79d047dfd1b2a0d80d8f4739" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:qos-ch/slf4j.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/qos-ch/slf4j.git" + revision: "" + path: "" + - id: "Maven:org.typelevel:macro-compat_2.12:1.1.1" + purl: "pkg:maven/org.typelevel/macro-compat_2.12@1.1.1" + authors: + - "Miles Sabin" + - "org.typelevel" + declared_licenses: + - "Apache 2" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache 2: "Apache-2.0" + description: "core" + homepage_url: "https://github.com/milessabin/macro-compat" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.jar" + hash: + value: "ed809d26ef4237d7c079ae6cf7ebd0dfa7986adf" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1-sources.jar" + hash: + value: "ade6d6ec81975cf514b0f9e2061614f2799cfe97" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:milessabin/macro-compat.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/milessabin/macro-compat.git" + revision: "" + path: "" dependency_graphs: SBT: packages: @@ -1391,3 +1329,4 @@ analyzer: scanner: null advisor: null evaluator: null +resolved_configuration: {} diff --git a/model/src/test/kotlin/config/ExcludesTest.kt b/model/src/test/kotlin/config/ExcludesTest.kt index d387e9b11c773..ae5d345819e73 100644 --- a/model/src/test/kotlin/config/ExcludesTest.kt +++ b/model/src/test/kotlin/config/ExcludesTest.kt @@ -83,8 +83,8 @@ class ExcludesTest : WordSpec() { } private fun setProjects(vararg projects: Project) { - val packages = mutableSetOf() - if (id in projects.flatMap { ortResult.dependencyNavigator.projectDependencies(it) }) packages += pkg + val packages = mutableSetOf() + if (id in projects.flatMap { ortResult.dependencyNavigator.projectDependencies(it) }) packages += pkg.metadata val analyzerResult = ortResult.analyzer!!.result.copy( projects = projects.toSet(), packages = packages diff --git a/model/src/test/kotlin/licenses/TestData.kt b/model/src/test/kotlin/licenses/TestData.kt index de4739953da7f..657ac696cd6fe 100644 --- a/model/src/test/kotlin/licenses/TestData.kt +++ b/model/src/test/kotlin/licenses/TestData.kt @@ -21,7 +21,6 @@ package org.ossreviewtoolkit.model.licenses import org.ossreviewtoolkit.model.AnalyzerResult import org.ossreviewtoolkit.model.AnalyzerRun -import org.ossreviewtoolkit.model.CuratedPackage import org.ossreviewtoolkit.model.Identifier import org.ossreviewtoolkit.model.LicenseFinding import org.ossreviewtoolkit.model.OrtResult @@ -170,7 +169,7 @@ val ortResult = OrtResult( analyzer = AnalyzerRun.EMPTY.copy( result = AnalyzerResult( projects = setOf(project), - packages = allPackages.mapTo(mutableSetOf()) { CuratedPackage(it) } + packages = allPackages ) ), scanner = ScannerRun.EMPTY.copy( diff --git a/model/src/test/kotlin/utils/DependencyGraphConverterTest.kt b/model/src/test/kotlin/utils/DependencyGraphConverterTest.kt index 8af66d089c6e0..043d5aae7f309 100644 --- a/model/src/test/kotlin/utils/DependencyGraphConverterTest.kt +++ b/model/src/test/kotlin/utils/DependencyGraphConverterTest.kt @@ -33,7 +33,6 @@ import java.io.File import java.util.SortedSet import org.ossreviewtoolkit.model.AnalyzerResult -import org.ossreviewtoolkit.model.CuratedPackage import org.ossreviewtoolkit.model.DependencyGraphNode import org.ossreviewtoolkit.model.Identifier import org.ossreviewtoolkit.model.OrtIssue @@ -198,7 +197,7 @@ private fun createIssues(index: Int): List = */ private fun createAnalyzerResult(vararg projectResults: ProjectAnalyzerResult): AnalyzerResult { val projects = projectResults.mapTo(mutableSetOf()) { it.project } - val packages = projectResults.flatMap { it.packages }.mapTo(mutableSetOf()) { CuratedPackage(it) } + val packages = projectResults.flatMapTo(mutableSetOf()) { it.packages } return AnalyzerResult(projects, packages) } diff --git a/reporter/src/funTest/assets/evaluated-model-reporter-test-deduplicate-expected-output.yml b/reporter/src/funTest/assets/evaluated-model-reporter-test-deduplicate-expected-output.yml index eb888cf89a6ac..eb7408995f960 100644 --- a/reporter/src/funTest/assets/evaluated-model-reporter-test-deduplicate-expected-output.yml +++ b/reporter/src/funTest/assets/evaluated-model-reporter-test-deduplicate-expected-output.yml @@ -499,10 +499,10 @@ packages: declared_licenses: - 12 declared_licenses_processed: - spdx_expression: "EPL-1.0 OR MPL-2.0" + spdx_expression: "MPL-2.0 OR EPL-1.0" mapped_licenses: - - 9 - 13 + - 9 concluded_license: "MPL-2.0 OR EPL-1.0" effective_license: "MPL-2.0" description: "H2 Database Engine" diff --git a/reporter/src/funTest/assets/evaluated-model-reporter-test-expected-output.json b/reporter/src/funTest/assets/evaluated-model-reporter-test-expected-output.json index 55599e0176071..e5c4ce9ab294b 100644 --- a/reporter/src/funTest/assets/evaluated-model-reporter-test-expected-output.json +++ b/reporter/src/funTest/assets/evaluated-model-reporter-test-expected-output.json @@ -559,8 +559,8 @@ "authors" : [ "Thomas Mueller" ], "declared_licenses" : [ 12 ], "declared_licenses_processed" : { - "spdx_expression" : "EPL-1.0 OR MPL-2.0", - "mapped_licenses" : [ 9, 13 ] + "spdx_expression" : "MPL-2.0 OR EPL-1.0", + "mapped_licenses" : [ 13, 9 ] }, "concluded_license" : "MPL-2.0 OR EPL-1.0", "effective_license" : "MPL-2.0", diff --git a/reporter/src/funTest/assets/evaluated-model-reporter-test-expected-output.yml b/reporter/src/funTest/assets/evaluated-model-reporter-test-expected-output.yml index 5874d5c86b2f4..ad46908ae008f 100644 --- a/reporter/src/funTest/assets/evaluated-model-reporter-test-expected-output.yml +++ b/reporter/src/funTest/assets/evaluated-model-reporter-test-expected-output.yml @@ -499,10 +499,10 @@ packages: declared_licenses: - 12 declared_licenses_processed: - spdx_expression: "EPL-1.0 OR MPL-2.0" + spdx_expression: "MPL-2.0 OR EPL-1.0" mapped_licenses: - - 9 - 13 + - 9 concluded_license: "MPL-2.0 OR EPL-1.0" effective_license: "MPL-2.0" description: "H2 Database Engine" diff --git a/reporter/src/funTest/assets/gradle-all-dependencies-result.yml b/reporter/src/funTest/assets/gradle-all-dependencies-result.yml index 1da0cefda0242..e61ec84ed901a 100644 --- a/reporter/src/funTest/assets/gradle-all-dependencies-result.yml +++ b/reporter/src/funTest/assets/gradle-all-dependencies-result.yml @@ -386,163 +386,154 @@ analyzer: \ are defined." severity: "ERROR" packages: - - metadata: - id: "Maven:junit:junit:4.12" - purl: "pkg:maven/junit/junit@4.12" - declared_licenses: - - "Eclipse Public License 1.0" - declared_licenses_processed: - spdx_expression: "EPL-1.0" - description: "JUnit is a unit testing framework for Java, created by Erich\ - \ Gamma and Kent Beck." - homepage_url: "http://junit.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar" - hash: - value: "2973d150c0dc1fefe998f834810d68f278ea58ec" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12-sources.jar" - hash: - value: "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git://github.com/junit-team/junit.git" - revision: "r4.12" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/junit-team/junit.git" - revision: "r4.12" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.commons:commons-lang3:3.5" - purl: "pkg:maven/org.apache.commons/commons-lang3@3.5" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "Apache Commons Lang, a package of Java utility classes for the\n\ - \ classes that are in java.lang's hierarchy, or are considered to be so\n\ - \ standard as to justify existence in java.lang." - homepage_url: "http://commons.apache.org/proper/commons-lang/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar" - hash: - value: "6c6c702c89bfff3cd9e80b04d668c5e190d588c6" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5-sources.jar" - hash: - value: "f7d878153e86a1cdddf6b37850e00a9f8bff726f" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "http://git-wip-us.apache.org/repos/asf/commons-lang.git" - revision: "LANG_3_5" - path: "" - vcs_processed: - type: "Git" - url: "http://git-wip-us.apache.org/repos/asf/commons-lang.git" - revision: "LANG_3_5" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.commons:commons-text:1.1" - purl: "pkg:maven/org.apache.commons/commons-text@1.1" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "Apache Commons Text is a library focused on algorithms working\ - \ on strings." - homepage_url: "http://commons.apache.org/proper/commons-text/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1.jar" - hash: - value: "c336bf600f44b88af356c8a85eef4af822b06a4d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar" - hash: - value: "f0770f7f0472bf120ada47beecadce4056fbd20a" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "http://git-wip-us.apache.org/repos/asf/commons-text.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "http://git-wip-us.apache.org/repos/asf/commons-text.git" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.struts:struts2-assembly:2.5.14.1" - purl: "pkg:maven/org.apache.struts/struts2-assembly@2.5.14.1" - declared_licenses: - - "The Apache Software License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - description: "Apache Struts 2" - homepage_url: "http://struts.apache.org/struts2-assembly/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/struts/struts2-assembly/2.5.14.1/struts2-assembly-2.5.14.1-min-lib.zip" - hash: - value: "8e75a38e3b8ceb01e007c5899d8d29e7a075cb7d" - algorithm: "SHA-1" - source_artifact: - url: "" - hash: - value: "" - algorithm: "" - vcs: - type: "Git" - url: "https://gitbox.apache.org/repos/asf/struts.git" - revision: "STRUTS_2_5_14_1" - path: "" - vcs_processed: - type: "Git" - url: "https://gitbox.apache.org/repos/asf/struts.git" - revision: "STRUTS_2_5_14_1" - path: "" - curations: [] - - metadata: - id: "Maven:org.hamcrest:hamcrest-core:1.3" - purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3" - declared_licenses: - - "New BSD License" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - description: "This is the core API of hamcrest matcher framework to be used\ - \ by third-party framework providers. This includes the a foundation set\ - \ of matcher implementations for common operations." - homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" - hash: - value: "42a25dc3219429f0e5d060061f71acb49bf010a0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" - hash: - value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "git@github.com:hamcrest/JavaHamcrest.git" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "ssh://git@github.com/hamcrest/JavaHamcrest.git" - revision: "" - path: "" - curations: [] + - id: "Maven:junit:junit:4.12" + purl: "pkg:maven/junit/junit@4.12" + declared_licenses: + - "Eclipse Public License 1.0" + declared_licenses_processed: + spdx_expression: "EPL-1.0" + description: "JUnit is a unit testing framework for Java, created by Erich Gamma\ + \ and Kent Beck." + homepage_url: "http://junit.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar" + hash: + value: "2973d150c0dc1fefe998f834810d68f278ea58ec" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12-sources.jar" + hash: + value: "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git://github.com/junit-team/junit.git" + revision: "r4.12" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/junit-team/junit.git" + revision: "r4.12" + path: "" + - id: "Maven:org.apache.commons:commons-lang3:3.5" + purl: "pkg:maven/org.apache.commons/commons-lang3@3.5" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "Apache Commons Lang, a package of Java utility classes for the\n\ + \ classes that are in java.lang's hierarchy, or are considered to be so\n\ + \ standard as to justify existence in java.lang." + homepage_url: "http://commons.apache.org/proper/commons-lang/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar" + hash: + value: "6c6c702c89bfff3cd9e80b04d668c5e190d588c6" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5-sources.jar" + hash: + value: "f7d878153e86a1cdddf6b37850e00a9f8bff726f" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "http://git-wip-us.apache.org/repos/asf/commons-lang.git" + revision: "LANG_3_5" + path: "" + vcs_processed: + type: "Git" + url: "http://git-wip-us.apache.org/repos/asf/commons-lang.git" + revision: "LANG_3_5" + path: "" + - id: "Maven:org.apache.commons:commons-text:1.1" + purl: "pkg:maven/org.apache.commons/commons-text@1.1" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "Apache Commons Text is a library focused on algorithms working\ + \ on strings." + homepage_url: "http://commons.apache.org/proper/commons-text/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1.jar" + hash: + value: "c336bf600f44b88af356c8a85eef4af822b06a4d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar" + hash: + value: "f0770f7f0472bf120ada47beecadce4056fbd20a" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "http://git-wip-us.apache.org/repos/asf/commons-text.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "http://git-wip-us.apache.org/repos/asf/commons-text.git" + revision: "" + path: "" + - id: "Maven:org.apache.struts:struts2-assembly:2.5.14.1" + purl: "pkg:maven/org.apache.struts/struts2-assembly@2.5.14.1" + declared_licenses: + - "The Apache Software License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + description: "Apache Struts 2" + homepage_url: "http://struts.apache.org/struts2-assembly/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/struts/struts2-assembly/2.5.14.1/struts2-assembly-2.5.14.1-min-lib.zip" + hash: + value: "8e75a38e3b8ceb01e007c5899d8d29e7a075cb7d" + algorithm: "SHA-1" + source_artifact: + url: "" + hash: + value: "" + algorithm: "" + vcs: + type: "Git" + url: "https://gitbox.apache.org/repos/asf/struts.git" + revision: "STRUTS_2_5_14_1" + path: "" + vcs_processed: + type: "Git" + url: "https://gitbox.apache.org/repos/asf/struts.git" + revision: "STRUTS_2_5_14_1" + path: "" + - id: "Maven:org.hamcrest:hamcrest-core:1.3" + purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3" + declared_licenses: + - "New BSD License" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + description: "This is the core API of hamcrest matcher framework to be used\ + \ by third-party framework providers. This includes the a foundation set of\ + \ matcher implementations for common operations." + homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" + hash: + value: "42a25dc3219429f0e5d060061f71acb49bf010a0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" + hash: + value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "git@github.com:hamcrest/JavaHamcrest.git" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "ssh://git@github.com/hamcrest/JavaHamcrest.git" + revision: "" + path: "" has_issues: true scanner: null advisor: null evaluator: null +resolved_configuration: {} diff --git a/reporter/src/funTest/assets/static-html-reporter-test-input.yml b/reporter/src/funTest/assets/static-html-reporter-test-input.yml index 6a735eeed44cf..db6e0a1436776 100644 --- a/reporter/src/funTest/assets/static-html-reporter-test-input.yml +++ b/reporter/src/funTest/assets/static-html-reporter-test-input.yml @@ -115,250 +115,228 @@ analyzer: dependencies: - id: "Maven:org.apache.commons:commons-lang3:3.5" packages: - - metadata: - id: "Ant:junit:junit:4.12" - purl: "pkg:maven/junit/junit@4.12" - declared_licenses: - - "Eclipse Public License 1.0" - declared_licenses_processed: - spdx_expression: "EPL-1.0" - mapped: - Eclipse Public License 1.0: "EPL-1.0" - description: "JUnit is a unit testing framework for Java, created by Erich\ - \ Gamma and Kent Beck." - homepage_url: "http://junit.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar" - hash: - value: "2973d150c0dc1fefe998f834810d68f278ea58ec" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12-sources.jar" - hash: - value: "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:com.foobar:foobar:1.0" - purl: "pkg:maven/com.foobar/foobar@1.0" - authors: - - "Jane Doe" - declared_licenses: - - "GPL-2.0-only OR MIT" - declared_licenses_processed: - spdx_expression: "GPL-2.0-only OR MIT" - mapped: - GPL-2.0-only OR MIT: "GPL-2.0-only OR MIT" - concluded_license: "GPL-2.0-only OR MIT" - description: "" - homepage_url: "" - binary_artifact: - url: "" - hash: - value: "" - algorithm: "" - source_artifact: - url: "" - hash: - value: "" - algorithm: "" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: - - base: {} - curation: - comment: "Foobar is an imaginary dependency and offers a license choice" - concluded_license: "GPL-2.0-only OR MIT" - - metadata: - id: "Maven:com.h2database:h2:1.4.200" - purl: "pkg:maven/com.h2database/h2@1.4.200" - authors: - - "Thomas Mueller" - declared_licenses: - - "MPL 2.0 or EPL 1.0" - declared_licenses_processed: - spdx_expression: "EPL-1.0 OR MPL-2.0" - mapped: - MPL 2.0 or EPL 1.0: "MPL-2.0 OR EPL-1.0" - concluded_license: "MPL-2.0 OR EPL-1.0" - description: "H2 Database Engine" - homepage_url: "https://h2database.com" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/com/h2database/h2/1.4.200/h2-1.4.200.jar" - hash: - value: "f7533fe7cb8e99c87a43d325a77b4b678ad9031a" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/com/h2database/h2/1.4.200/h2-1.4.200-sources.jar" - hash: - value: "3b5883b7a5a05b932c699760f0854ca565785a84" - algorithm: "SHA-1" - vcs: - type: "Git" - url: "https://github.com/h2database/h2database" - revision: "" - path: "" - vcs_processed: - type: "Git" - url: "https://github.com/h2database/h2database.git" - revision: "" - path: "" - curations: - - base: {} - curation: - comment: "H2 database offers a license choice" - concluded_license: "MPL-2.0 OR EPL-1.0" - - metadata: - id: "Maven:org.apache.commons:commons-lang3:3.5" - purl: "pkg:maven/org.apache.commons/commons-lang3@3.5" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "Apache Commons Lang, a package of Java utility classes for the\n\ - \ classes that are in java.lang's hierarchy, or are considered to be so\n\ - \ standard as to justify existence in java.lang." - homepage_url: "http://commons.apache.org/proper/commons-lang/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar" - hash: - value: "6c6c702c89bfff3cd9e80b04d668c5e190d588c6" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5-sources.jar" - hash: - value: "f7d878153e86a1cdddf6b37850e00a9f8bff726f" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.commons:commons-text:1.1" - purl: "pkg:maven/org.apache.commons/commons-text@1.1" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "Apache Commons Text is a library focused on algorithms working\ - \ on strings." - homepage_url: "http://commons.apache.org/proper/commons-text/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1.jar" - hash: - value: "c336bf600f44b88af356c8a85eef4af822b06a4d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar" - hash: - value: "f0770f7f0472bf120ada47beecadce4056fbd20a" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.example.test:example-component:1.11" - purl: "pkg:maven/org.example.test/example-component@1.11" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "A test component with no specific functionality" - homepage_url: "http://example.org/test/component/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/example/test/component/1.11/test-component-1.11.jar" - hash: - value: "c446bf600f44b88af356c8a85eef4af822b06a4d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/example/test/component/1.11/test-component-1.11-sources.jar" - hash: - value: "f0880f7f0472bf120ada47beecadce4056fbd20a" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.hamcrest:hamcrest-core:1.3" - purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3" - declared_licenses: - - "New BSD License" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - New BSD License: "BSD-3-Clause" - description: "This is the core API of hamcrest matcher framework to be used\ - \ by third-party framework providers. This includes the a foundation set\ - \ of matcher implementations for common operations." - homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" - hash: - value: "42a25dc3219429f0e5d060061f71acb49bf010a0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" - hash: - value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] + - id: "Ant:junit:junit:4.12" + purl: "pkg:maven/junit/junit@4.12" + declared_licenses: + - "Eclipse Public License 1.0" + declared_licenses_processed: + spdx_expression: "EPL-1.0" + mapped: + Eclipse Public License 1.0: "EPL-1.0" + description: "JUnit is a unit testing framework for Java, created by Erich Gamma\ + \ and Kent Beck." + homepage_url: "http://junit.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar" + hash: + value: "2973d150c0dc1fefe998f834810d68f278ea58ec" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12-sources.jar" + hash: + value: "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" + - id: "Maven:com.foobar:foobar:1.0" + purl: "pkg:maven/com.foobar/foobar@1.0" + authors: + - "Jane Doe" + declared_licenses: + - "GPL-2.0-only OR MIT" + declared_licenses_processed: + spdx_expression: "GPL-2.0-only OR MIT" + mapped: + GPL-2.0-only OR MIT: "GPL-2.0-only OR MIT" + concluded_license: "GPL-2.0-only OR MIT" + description: "" + homepage_url: "" + binary_artifact: + url: "" + hash: + value: "" + algorithm: "" + source_artifact: + url: "" + hash: + value: "" + algorithm: "" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" + - id: "Maven:com.h2database:h2:1.4.200" + purl: "pkg:maven/com.h2database/h2@1.4.200" + authors: + - "Thomas Mueller" + declared_licenses: + - "MPL 2.0 or EPL 1.0" + declared_licenses_processed: + spdx_expression: "EPL-1.0 OR MPL-2.0" + mapped: + MPL 2.0 or EPL 1.0: "MPL-2.0 OR EPL-1.0" + concluded_license: "MPL-2.0 OR EPL-1.0" + description: "H2 Database Engine" + homepage_url: "https://h2database.com" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/com/h2database/h2/1.4.200/h2-1.4.200.jar" + hash: + value: "f7533fe7cb8e99c87a43d325a77b4b678ad9031a" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/com/h2database/h2/1.4.200/h2-1.4.200-sources.jar" + hash: + value: "3b5883b7a5a05b932c699760f0854ca565785a84" + algorithm: "SHA-1" + vcs: + type: "Git" + url: "https://github.com/h2database/h2database" + revision: "" + path: "" + vcs_processed: + type: "Git" + url: "https://github.com/h2database/h2database.git" + revision: "" + path: "" + - id: "Maven:org.apache.commons:commons-lang3:3.5" + purl: "pkg:maven/org.apache.commons/commons-lang3@3.5" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "Apache Commons Lang, a package of Java utility classes for the\n\ + \ classes that are in java.lang's hierarchy, or are considered to be so\n\ + \ standard as to justify existence in java.lang." + homepage_url: "http://commons.apache.org/proper/commons-lang/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar" + hash: + value: "6c6c702c89bfff3cd9e80b04d668c5e190d588c6" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5-sources.jar" + hash: + value: "f7d878153e86a1cdddf6b37850e00a9f8bff726f" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" + - id: "Maven:org.apache.commons:commons-text:1.1" + purl: "pkg:maven/org.apache.commons/commons-text@1.1" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "Apache Commons Text is a library focused on algorithms working\ + \ on strings." + homepage_url: "http://commons.apache.org/proper/commons-text/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1.jar" + hash: + value: "c336bf600f44b88af356c8a85eef4af822b06a4d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar" + hash: + value: "f0770f7f0472bf120ada47beecadce4056fbd20a" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" + - id: "Maven:org.example.test:example-component:1.11" + purl: "pkg:maven/org.example.test/example-component@1.11" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "A test component with no specific functionality" + homepage_url: "http://example.org/test/component/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/example/test/component/1.11/test-component-1.11.jar" + hash: + value: "c446bf600f44b88af356c8a85eef4af822b06a4d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/example/test/component/1.11/test-component-1.11-sources.jar" + hash: + value: "f0880f7f0472bf120ada47beecadce4056fbd20a" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" + - id: "Maven:org.hamcrest:hamcrest-core:1.3" + purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3" + declared_licenses: + - "New BSD License" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + New BSD License: "BSD-3-Clause" + description: "This is the core API of hamcrest matcher framework to be used\ + \ by third-party framework providers. This includes the a foundation set of\ + \ matcher implementations for common operations." + homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" + hash: + value: "42a25dc3219429f0e5d060061f71acb49bf010a0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" + hash: + value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" has_issues: false scanner: start_time: "1970-01-01T00:00:00Z" @@ -659,6 +637,16 @@ evaluator: message: "BSD-3-Clause warning" how_to_fix: "* *Step 1*\n* __Step 2__\n* ***Step 3***\n```\nSome long text verify\ \ that overflow:scroll is working as expected.\n```" +resolved_configuration: + package_curations: + - id: "Maven:com.foobar:foobar:1.0" + curations: + comment: "Foobar is an imaginary dependency and offers a license choice" + concluded_license: "GPL-2.0-only OR MIT" + - id: "Maven:com.h2database:h2:1.4.200" + curations: + comment: "H2 database offers a license choice" + concluded_license: "MPL-2.0 OR EPL-1.0" labels: job_parameters.JOB_PARAM_1: "label job param 1" job_parameters.JOB_PARAM_2: "label job param 2" diff --git a/reporter/src/funTest/kotlin/TestData.kt b/reporter/src/funTest/kotlin/TestData.kt index 2a4bc25793360..6632cd6682840 100644 --- a/reporter/src/funTest/kotlin/TestData.kt +++ b/reporter/src/funTest/kotlin/TestData.kt @@ -32,7 +32,6 @@ import org.ossreviewtoolkit.model.AnalyzerResult import org.ossreviewtoolkit.model.AnalyzerRun import org.ossreviewtoolkit.model.ArtifactProvenance import org.ossreviewtoolkit.model.CopyrightFinding -import org.ossreviewtoolkit.model.CuratedPackage import org.ossreviewtoolkit.model.Hash import org.ossreviewtoolkit.model.HashAlgorithm import org.ossreviewtoolkit.model.Identifier @@ -148,85 +147,75 @@ val ORT_RESULT = OrtResult( ) ), packages = setOf( - CuratedPackage( - metadata = Package( - id = Identifier("NPM:@ort:no-license-file:1.0"), - declaredLicenses = emptySet(), - description = "", - homepageUrl = "https://github.com/oss-review-toolkit/ort", - binaryArtifact = RemoteArtifact.EMPTY, - sourceArtifact = RemoteArtifact.EMPTY, - vcs = VcsInfo.EMPTY - ) + Package( + id = Identifier("NPM:@ort:no-license-file:1.0"), + declaredLicenses = emptySet(), + description = "", + homepageUrl = "https://github.com/oss-review-toolkit/ort", + binaryArtifact = RemoteArtifact.EMPTY, + sourceArtifact = RemoteArtifact.EMPTY, + vcs = VcsInfo.EMPTY ), - CuratedPackage( - metadata = Package( - id = Identifier("NPM:@ort:license-file:1.0"), - declaredLicenses = emptySet(), - description = "", - homepageUrl = "https://github.com/oss-review-toolkit/ort", - binaryArtifact = RemoteArtifact.EMPTY, - sourceArtifact = RemoteArtifact( - url = "https://example.com/license-file-1.0.tgz", - hash = Hash( - value = "0000000000000000000000000000000000000000", - algorithm = HashAlgorithm.SHA1 - ) - ), - vcs = VcsInfo.EMPTY - ) + Package( + id = Identifier("NPM:@ort:license-file:1.0"), + declaredLicenses = emptySet(), + description = "", + homepageUrl = "https://github.com/oss-review-toolkit/ort", + binaryArtifact = RemoteArtifact.EMPTY, + sourceArtifact = RemoteArtifact( + url = "https://example.com/license-file-1.0.tgz", + hash = Hash( + value = "0000000000000000000000000000000000000000", + algorithm = HashAlgorithm.SHA1 + ) + ), + vcs = VcsInfo.EMPTY ), - CuratedPackage( - metadata = Package( - id = Identifier("NPM:@ort:license-file-and-additional-licenses:1.0"), - declaredLicenses = emptySet(), - description = "", - homepageUrl = "https://github.com/oss-review-toolkit/ort", - binaryArtifact = RemoteArtifact.EMPTY, - sourceArtifact = RemoteArtifact( - url = "https://example.com/license-file-and-additional-licenses-1.0.tgz", - hash = Hash( - value = "0000000000000000000000000000000000000000", - algorithm = HashAlgorithm.SHA1 - ) - ), - vcs = VcsInfo.EMPTY - ) + Package( + id = Identifier("NPM:@ort:license-file-and-additional-licenses:1.0"), + declaredLicenses = emptySet(), + description = "", + homepageUrl = "https://github.com/oss-review-toolkit/ort", + binaryArtifact = RemoteArtifact.EMPTY, + sourceArtifact = RemoteArtifact( + url = "https://example.com/license-file-and-additional-licenses-1.0.tgz", + hash = Hash( + value = "0000000000000000000000000000000000000000", + algorithm = HashAlgorithm.SHA1 + ) + ), + vcs = VcsInfo.EMPTY ), - CuratedPackage( - metadata = Package( - id = Identifier("NPM:@ort:concluded-license:1.0"), - declaredLicenses = setOf("BSD-3-Clause"), - concludedLicense = "MIT AND MIT WITH Libtool-exception".toSpdx(), - description = "", - homepageUrl = "https://github.com/oss-review-toolkit/ort", - binaryArtifact = RemoteArtifact.EMPTY, - sourceArtifact = RemoteArtifact( - url = "https://example.com/concluded-license-1.0.tgz", - hash = Hash( - value = "0000000000000000000000000000000000000000", - algorithm = HashAlgorithm.SHA1 - ) - ), - vcs = VcsInfo.EMPTY - ) + Package( + id = Identifier("NPM:@ort:concluded-license:1.0"), + declaredLicenses = setOf("BSD-3-Clause"), + concludedLicense = "MIT AND MIT WITH Libtool-exception".toSpdx(), + description = "", + homepageUrl = "https://github.com/oss-review-toolkit/ort", + binaryArtifact = RemoteArtifact.EMPTY, + sourceArtifact = RemoteArtifact( + url = "https://example.com/concluded-license-1.0.tgz", + hash = Hash( + value = "0000000000000000000000000000000000000000", + algorithm = HashAlgorithm.SHA1 + ) + ), + vcs = VcsInfo.EMPTY ), - CuratedPackage( - metadata = Package( - id = Identifier("NPM:@ort:declared-license:1.0"), - declaredLicenses = setOf("MIT"), - description = "", - homepageUrl = "https://github.com/oss-review-toolkit/ort", - binaryArtifact = RemoteArtifact.EMPTY, - sourceArtifact = RemoteArtifact( - url = "https://example.com/declared-license-1.0.tgz", - hash = Hash( - value = "0000000000000000000000000000000000000000", - algorithm = HashAlgorithm.SHA1 - ) - ), - vcs = VcsInfo.EMPTY - ) + Package( + id = Identifier("NPM:@ort:declared-license:1.0"), + declaredLicenses = setOf("MIT"), + description = "", + homepageUrl = "https://github.com/oss-review-toolkit/ort", + binaryArtifact = RemoteArtifact.EMPTY, + sourceArtifact = RemoteArtifact( + url = "https://example.com/declared-license-1.0.tgz", + hash = Hash( + value = "0000000000000000000000000000000000000000", + algorithm = HashAlgorithm.SHA1 + ) + ), + vcs = VcsInfo.EMPTY ) ) ) diff --git a/reporter/src/funTest/kotlin/reporters/gitlab/GitLabLicenseModelReporterFunTest.kt b/reporter/src/funTest/kotlin/reporters/gitlab/GitLabLicenseModelReporterFunTest.kt index 0ac34525bb822..a6c00ef0af9b4 100644 --- a/reporter/src/funTest/kotlin/reporters/gitlab/GitLabLicenseModelReporterFunTest.kt +++ b/reporter/src/funTest/kotlin/reporters/gitlab/GitLabLicenseModelReporterFunTest.kt @@ -27,7 +27,6 @@ import java.io.File import org.ossreviewtoolkit.model.AnalyzerResult import org.ossreviewtoolkit.model.AnalyzerRun -import org.ossreviewtoolkit.model.CuratedPackage import org.ossreviewtoolkit.model.Identifier import org.ossreviewtoolkit.model.OrtResult import org.ossreviewtoolkit.model.Package @@ -130,7 +129,7 @@ private fun createOrtResult(): OrtResult { ) ), packages = setOf( - curatedPackage( + createPackage( id = Identifier("Maven:some-group:first-package:0.0.1"), declaredLicenses = setOf( "GPL-2.0-or-later WITH Classpath-exception-2.0 AND MIT", @@ -139,15 +138,15 @@ private fun createOrtResult(): OrtResult { "LicenseRef-scancode-asmus" ) ), - curatedPackage( + createPackage( id = Identifier("PIP::second-package:0.0.2"), declaredLicenses = setOf("BSD-2-Clause AND Apache-2.0") ), - curatedPackage( + createPackage( id = Identifier("PIP::unreferenced-package:0.0.3"), declaredLicenses = setOf("LicenseRef-scancode-public-domain-disclaimer") ), - curatedPackage( + createPackage( id = Identifier("Maven:some-group:excluded-package:0.0.4"), declaredLicenses = setOf("LicenseRef-scancode-josl-1.0") ) @@ -157,15 +156,13 @@ private fun createOrtResult(): OrtResult { ) } -private fun curatedPackage(id: Identifier, declaredLicenses: Set): CuratedPackage = - CuratedPackage( - metadata = Package( - id = id, - binaryArtifact = RemoteArtifact.EMPTY, - declaredLicenses = declaredLicenses, - description = "", - homepageUrl = "", - sourceArtifact = RemoteArtifact.EMPTY, - vcs = VcsInfo.EMPTY - ) +private fun createPackage(id: Identifier, declaredLicenses: Set): Package = + Package( + id = id, + binaryArtifact = RemoteArtifact.EMPTY, + declaredLicenses = declaredLicenses, + description = "", + homepageUrl = "", + sourceArtifact = RemoteArtifact.EMPTY, + vcs = VcsInfo.EMPTY ) diff --git a/reporter/src/funTest/kotlin/reporters/spdx/SpdxDocumentReporterFunTest.kt b/reporter/src/funTest/kotlin/reporters/spdx/SpdxDocumentReporterFunTest.kt index acd7a5665b12b..27ff91febfd9d 100644 --- a/reporter/src/funTest/kotlin/reporters/spdx/SpdxDocumentReporterFunTest.kt +++ b/reporter/src/funTest/kotlin/reporters/spdx/SpdxDocumentReporterFunTest.kt @@ -34,7 +34,6 @@ import org.ossreviewtoolkit.model.AnalyzerResult import org.ossreviewtoolkit.model.AnalyzerRun import org.ossreviewtoolkit.model.ArtifactProvenance import org.ossreviewtoolkit.model.CopyrightFinding -import org.ossreviewtoolkit.model.CuratedPackage import org.ossreviewtoolkit.model.Hash import org.ossreviewtoolkit.model.Identifier import org.ossreviewtoolkit.model.LicenseFinding @@ -203,82 +202,70 @@ private val ortResult = OrtResult( ) ), packages = setOf( - CuratedPackage( - metadata = Package( - id = Identifier("Maven:first-package-group:first-package:0.0.1"), - binaryArtifact = RemoteArtifact("https://some-host/first-package.jar", Hash.NONE), - concludedLicense = "BSD-2-Clause AND BSD-3-Clause AND MIT".toSpdx(), - declaredLicenses = setOf("BSD-3-Clause", "MIT OR GPL-2.0-only"), - description = "A package with all supported attributes set, with a VCS URL containing a " + - "user name, and with a scan result containing two copyright finding matched to a " + - "license finding.", - homepageUrl = "first package's homepage URL", - sourceArtifact = RemoteArtifact("https://some-host/first-package-sources.jar", Hash.NONE), - vcs = VcsInfo( - type = VcsType.GIT, - revision = "master", - url = "ssh://git@github.com/path/first-package-repo.git", - path = "project-path" - ) + Package( + id = Identifier("Maven:first-package-group:first-package:0.0.1"), + binaryArtifact = RemoteArtifact("https://some-host/first-package.jar", Hash.NONE), + concludedLicense = "BSD-2-Clause AND BSD-3-Clause AND MIT".toSpdx(), + declaredLicenses = setOf("BSD-3-Clause", "MIT OR GPL-2.0-only"), + description = "A package with all supported attributes set, with a VCS URL containing a user " + + "name, and with a scan result containing two copyright finding matched to a license " + + "finding.", + homepageUrl = "first package's homepage URL", + sourceArtifact = RemoteArtifact("https://some-host/first-package-sources.jar", Hash.NONE), + vcs = VcsInfo( + type = VcsType.GIT, + revision = "master", + url = "ssh://git@github.com/path/first-package-repo.git", + path = "project-path" ) ), - CuratedPackage( - metadata = Package( - id = Identifier("Maven:second-package-group:second-package:0.0.1"), - binaryArtifact = RemoteArtifact.EMPTY, - declaredLicenses = emptySet(), - description = "A package with minimal attributes set.", - homepageUrl = "", - sourceArtifact = RemoteArtifact.EMPTY, - vcs = VcsInfo.EMPTY - ) + Package( + id = Identifier("Maven:second-package-group:second-package:0.0.1"), + binaryArtifact = RemoteArtifact.EMPTY, + declaredLicenses = emptySet(), + description = "A package with minimal attributes set.", + homepageUrl = "", + sourceArtifact = RemoteArtifact.EMPTY, + vcs = VcsInfo.EMPTY ), - CuratedPackage( - metadata = Package( - id = Identifier("Maven:third-package-group:third-package:0.0.1"), - binaryArtifact = RemoteArtifact.EMPTY, - declaredLicenses = setOf("unmappable license"), - description = "A package with only unmapped declared license.", - homepageUrl = "", - sourceArtifact = RemoteArtifact.EMPTY, - vcs = VcsInfo.EMPTY - ) + Package( + id = Identifier("Maven:third-package-group:third-package:0.0.1"), + binaryArtifact = RemoteArtifact.EMPTY, + declaredLicenses = setOf("unmappable license"), + description = "A package with only unmapped declared license.", + homepageUrl = "", + sourceArtifact = RemoteArtifact.EMPTY, + vcs = VcsInfo.EMPTY ), - CuratedPackage( - metadata = Package( - id = Identifier("Maven:fourth-package-group:fourth-package:0.0.1"), - binaryArtifact = RemoteArtifact.EMPTY, - declaredLicenses = setOf("unmappable license", "MIT"), - description = "A package with partially mapped declared license.", - homepageUrl = "", - sourceArtifact = RemoteArtifact.EMPTY, - vcs = VcsInfo.EMPTY - ) + Package( + id = Identifier("Maven:fourth-package-group:fourth-package:0.0.1"), + binaryArtifact = RemoteArtifact.EMPTY, + declaredLicenses = setOf("unmappable license", "MIT"), + description = "A package with partially mapped declared license.", + homepageUrl = "", + sourceArtifact = RemoteArtifact.EMPTY, + vcs = VcsInfo.EMPTY ), - CuratedPackage( - metadata = Package( - id = Identifier("Maven:fifth-package-group:fifth-package:0.0.1"), - binaryArtifact = RemoteArtifact.EMPTY, - declaredLicenses = setOf("LicenseRef-scancode-philips-proprietary-notice-2000"), - concludedLicense = "LicenseRef-scancode-purdue-bsd".toSpdx(), - description = "A package used only from the excluded 'test' scope, with non-SPDX license " + - "IDs in the declared and concluded license.", - homepageUrl = "", - sourceArtifact = RemoteArtifact.EMPTY, - vcs = VcsInfo.EMPTY - ) + Package( + id = Identifier("Maven:fifth-package-group:fifth-package:0.0.1"), + binaryArtifact = RemoteArtifact.EMPTY, + declaredLicenses = setOf("LicenseRef-scancode-philips-proprietary-notice-2000"), + concludedLicense = "LicenseRef-scancode-purdue-bsd".toSpdx(), + description = "A package used only from the excluded 'test' scope, with non-SPDX license IDs in " + + "the declared and concluded license.", + homepageUrl = "", + sourceArtifact = RemoteArtifact.EMPTY, + vcs = VcsInfo.EMPTY ), - CuratedPackage( - metadata = Package( - id = Identifier("Maven:sixth-package-group:sixth-package:0.0.1"), - binaryArtifact = RemoteArtifact.EMPTY, - declaredLicenses = setOf("LicenseRef-scancode-asmus"), - concludedLicense = "LicenseRef-scancode-srgb".toSpdx(), - description = "A package with non-SPDX license IDs in the declared and concluded license.", - homepageUrl = "", - sourceArtifact = RemoteArtifact.EMPTY, - vcs = VcsInfo.EMPTY - ) + Package( + id = Identifier("Maven:sixth-package-group:sixth-package:0.0.1"), + binaryArtifact = RemoteArtifact.EMPTY, + declaredLicenses = setOf("LicenseRef-scancode-asmus"), + concludedLicense = "LicenseRef-scancode-srgb".toSpdx(), + description = "A package with non-SPDX license IDs in the declared and concluded license.", + homepageUrl = "", + sourceArtifact = RemoteArtifact.EMPTY, + vcs = VcsInfo.EMPTY ) ) ) diff --git a/reporter/src/test/kotlin/reporters/freemarker/FreeMarkerTemplateProcessorTest.kt b/reporter/src/test/kotlin/reporters/freemarker/FreeMarkerTemplateProcessorTest.kt index 94286be589bfe..e92859004f1f1 100644 --- a/reporter/src/test/kotlin/reporters/freemarker/FreeMarkerTemplateProcessorTest.kt +++ b/reporter/src/test/kotlin/reporters/freemarker/FreeMarkerTemplateProcessorTest.kt @@ -44,7 +44,6 @@ import org.ossreviewtoolkit.model.AdvisorSummary import org.ossreviewtoolkit.model.AnalyzerResult import org.ossreviewtoolkit.model.AnalyzerRun import org.ossreviewtoolkit.model.CopyrightFinding -import org.ossreviewtoolkit.model.CuratedPackage import org.ossreviewtoolkit.model.Defect import org.ossreviewtoolkit.model.Identifier import org.ossreviewtoolkit.model.LicenseFinding @@ -623,7 +622,7 @@ class FreeMarkerTemplateProcessorTest : WordSpec({ id = id, cpe = "cpe:2.3:a:test:${id.name}:${id.version}:-:-:-:-:-:-:-" ) - val analyzerResult = ORT_RESULT.analyzer!!.result.copy(packages = setOf(CuratedPackage(pkg))) + val analyzerResult = ORT_RESULT.analyzer!!.result.copy(packages = setOf(pkg)) val analyzerRun = ORT_RESULT.analyzer!!.copy(result = analyzerResult) val input = ReporterInput(ORT_RESULT.copy(analyzer = analyzerRun)) diff --git a/reporter/src/test/kotlin/reporters/opossum/OpossumReporterTest.kt b/reporter/src/test/kotlin/reporters/opossum/OpossumReporterTest.kt index f912d04ec06c4..bc24b1c85878b 100644 --- a/reporter/src/test/kotlin/reporters/opossum/OpossumReporterTest.kt +++ b/reporter/src/test/kotlin/reporters/opossum/OpossumReporterTest.kt @@ -36,7 +36,6 @@ import org.ossreviewtoolkit.model.AnalyzerResult import org.ossreviewtoolkit.model.AnalyzerRun import org.ossreviewtoolkit.model.ArtifactProvenance import org.ossreviewtoolkit.model.CopyrightFinding -import org.ossreviewtoolkit.model.CuratedPackage import org.ossreviewtoolkit.model.Hash import org.ossreviewtoolkit.model.Identifier import org.ossreviewtoolkit.model.LicenseFinding @@ -333,82 +332,71 @@ private fun createOrtResult(): OrtResult { ) ), packages = setOf( - CuratedPackage( - metadata = Package( - id = Identifier("Maven:first-package-group:first-package:0.0.1"), - binaryArtifact = RemoteArtifact("https://some-host/first-package.jar", Hash.NONE), - concludedLicense = "BSD-2-Clause AND BSD-3-Clause AND MIT".toSpdx(), - declaredLicenses = setOf("BSD-3-Clause", "MIT OR GPL-2.0-only"), - description = "A package with all supported attributes set, with a VCS URL containing a " + - "user name, and with a scan result containing two copyright finding matched to a " + - "license finding.", - homepageUrl = "first package's homepage URL", - sourceArtifact = RemoteArtifact("https://some-host/first-package-sources.jar", Hash.NONE), - vcs = VcsInfo( - type = VcsType.GIT, - revision = "master", - url = "ssh://git@github.com/path/first-package-repo.git", - path = "project-path" - ) + Package( + id = Identifier("Maven:first-package-group:first-package:0.0.1"), + binaryArtifact = RemoteArtifact("https://some-host/first-package.jar", Hash.NONE), + concludedLicense = "BSD-2-Clause AND BSD-3-Clause AND MIT".toSpdx(), + declaredLicenses = setOf("BSD-3-Clause", "MIT OR GPL-2.0-only"), + description = "A package with all supported attributes set, with a VCS URL containing a user " + + "name, and with a scan result containing two copyright finding matched to a license " + + "finding.", + homepageUrl = "first package's homepage URL", + sourceArtifact = RemoteArtifact("https://some-host/first-package-sources.jar", Hash.NONE), + vcs = VcsInfo( + type = VcsType.GIT, + revision = "master", + url = "ssh://git@github.com/path/first-package-repo.git", + path = "project-path" ) ), - CuratedPackage( - metadata = Package( - id = Identifier("Maven:second-package-group:second-package:0.0.1"), - binaryArtifact = RemoteArtifact.EMPTY, - declaredLicenses = emptySet(), - description = "A package with minimal attributes set.", - homepageUrl = "", - sourceArtifact = RemoteArtifact.EMPTY, - vcs = VcsInfo.EMPTY - ) + Package( + id = Identifier("Maven:second-package-group:second-package:0.0.1"), + binaryArtifact = RemoteArtifact.EMPTY, + declaredLicenses = emptySet(), + description = "A package with minimal attributes set.", + homepageUrl = "", + sourceArtifact = RemoteArtifact.EMPTY, + vcs = VcsInfo.EMPTY ), - CuratedPackage( - metadata = Package( - id = Identifier("Maven:third-package-group:third-package:0.0.1"), - binaryArtifact = RemoteArtifact.EMPTY, - declaredLicenses = setOf("unmappable license"), - description = "A package with only unmapped declared license.", - homepageUrl = "", - sourceArtifact = RemoteArtifact.EMPTY, - vcs = VcsInfo.EMPTY - ) + Package( + id = Identifier("Maven:third-package-group:third-package:0.0.1"), + binaryArtifact = RemoteArtifact.EMPTY, + declaredLicenses = setOf("unmappable license"), + description = "A package with only unmapped declared license.", + homepageUrl = "", + sourceArtifact = RemoteArtifact.EMPTY, + vcs = VcsInfo.EMPTY ), - CuratedPackage( - metadata = Package( - id = Identifier("Maven:fourth-package-group:fourth-package:0.0.1"), - binaryArtifact = RemoteArtifact.EMPTY, - declaredLicenses = setOf("unmappable license", "MIT"), - description = "A package with partially mapped declared license.", - homepageUrl = "", - sourceArtifact = RemoteArtifact.EMPTY, - vcs = VcsInfo.EMPTY - ) + Package( + id = Identifier("Maven:fourth-package-group:fourth-package:0.0.1"), + binaryArtifact = RemoteArtifact.EMPTY, + declaredLicenses = setOf("unmappable license", "MIT"), + description = "A package with partially mapped declared license.", + homepageUrl = "", + sourceArtifact = RemoteArtifact.EMPTY, + vcs = VcsInfo.EMPTY ), - CuratedPackage( - metadata = Package( - id = Identifier("Maven:fifth-package-group:fifth-package:0.0.1"), - binaryArtifact = RemoteArtifact.EMPTY, - declaredLicenses = setOf("LicenseRef-scancode-philips-proprietary-notice-2000"), - concludedLicense = "LicenseRef-scancode-purdue-bsd".toSpdx(), - description = "A package used only from the excluded 'test' scope, with non-SPDX license " + - "IDs in the declared and concluded license.", - homepageUrl = "", - sourceArtifact = RemoteArtifact.EMPTY, - vcs = VcsInfo.EMPTY - ) + Package( + id = Identifier("Maven:fifth-package-group:fifth-package:0.0.1"), + binaryArtifact = RemoteArtifact.EMPTY, + declaredLicenses = setOf("LicenseRef-scancode-philips-proprietary-notice-2000"), + concludedLicense = "LicenseRef-scancode-purdue-bsd".toSpdx(), + description = "A package used only from the excluded 'test' scope, with non-SPDX license IDs " + + "in the declared and concluded license.", + homepageUrl = "", + sourceArtifact = RemoteArtifact.EMPTY, + vcs = VcsInfo.EMPTY + ), - CuratedPackage( - metadata = Package( - id = Identifier("Maven:sixth-package-group:sixth-package:0.0.1"), - binaryArtifact = RemoteArtifact.EMPTY, - declaredLicenses = setOf("LicenseRef-scancode-asmus"), - concludedLicense = "LicenseRef-scancode-srgb".toSpdx(), - description = "A package with non-SPDX license IDs in the declared and concluded license.", - homepageUrl = "", - sourceArtifact = RemoteArtifact.EMPTY, - vcs = VcsInfo.EMPTY - ) + Package( + id = Identifier("Maven:sixth-package-group:sixth-package:0.0.1"), + binaryArtifact = RemoteArtifact.EMPTY, + declaredLicenses = setOf("LicenseRef-scancode-asmus"), + concludedLicense = "LicenseRef-scancode-srgb".toSpdx(), + description = "A package with non-SPDX license IDs in the declared and concluded license.", + homepageUrl = "", + sourceArtifact = RemoteArtifact.EMPTY, + vcs = VcsInfo.EMPTY ) ).plus( setOf( @@ -418,16 +406,14 @@ private fun createOrtResult(): OrtResult { Identifier("NPM:@something:somepackage-dep-dep:1.2.3"), Identifier("NPM:@something:somepackage-dep-dep-dep:1.2.3"), ).map { - CuratedPackage( - metadata = Package( - id = it, - binaryArtifact = RemoteArtifact.EMPTY, - declaredLicenses = setOf("MIT"), - description = "Package of $it", - homepageUrl = "", - sourceArtifact = RemoteArtifact.EMPTY, - vcs = VcsInfo.EMPTY - ) + Package( + id = it, + binaryArtifact = RemoteArtifact.EMPTY, + declaredLicenses = setOf("MIT"), + description = "Package of $it", + homepageUrl = "", + sourceArtifact = RemoteArtifact.EMPTY, + vcs = VcsInfo.EMPTY ) } ), diff --git a/scanner/src/funTest/assets/analyzer-result.yml b/scanner/src/funTest/assets/analyzer-result.yml index 1273d3288c95d..c470e7b827480 100644 --- a/scanner/src/funTest/assets/analyzer-result.yml +++ b/scanner/src/funTest/assets/analyzer-result.yml @@ -54,141 +54,134 @@ analyzer: dependencies: - id: "Maven:org.apache.commons:commons-lang3:3.5" packages: - - metadata: - id: "Maven:junit:junit:4.12" - purl: "pkg:maven/junit/junit@4.12" - declared_licenses: - - "Eclipse Public License 1.0" - declared_licenses_processed: - spdx_expression: "EPL-1.0" - mapped: - Eclipse Public License 1.0: "EPL-1.0" - description: "JUnit is a unit testing framework for Java, created by Erich\ - \ Gamma and Kent Beck." - homepage_url: "http://junit.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar" - hash: - value: "2973d150c0dc1fefe998f834810d68f278ea58ec" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12-sources.jar" - hash: - value: "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.commons:commons-lang3:3.5" - purl: "pkg:maven/org.apache.commons/commons-lang3@3.5" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "Apache Commons Lang, a package of Java utility classes for the\n\ - \ classes that are in java.lang's hierarchy, or are considered to be so\n\ - \ standard as to justify existence in java.lang." - homepage_url: "http://commons.apache.org/proper/commons-lang/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar" - hash: - value: "6c6c702c89bfff3cd9e80b04d668c5e190d588c6" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5-sources.jar" - hash: - value: "f7d878153e86a1cdddf6b37850e00a9f8bff726f" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.commons:commons-text:1.1" - purl: "pkg:maven/org.apache.commons/commons-text@1.1" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "Apache Commons Text is a library focused on algorithms working\ - \ on strings." - homepage_url: "http://commons.apache.org/proper/commons-text/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1.jar" - hash: - value: "c336bf600f44b88af356c8a85eef4af822b06a4d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar" - hash: - value: "f0770f7f0472bf120ada47beecadce4056fbd20a" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.hamcrest:hamcrest-core:1.3" - purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3" - declared_licenses: - - "New BSD License" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - New BSD License: "BSD-3-Clause" - description: "This is the core API of hamcrest matcher framework to be used\ - \ by third-party framework providers. This includes the a foundation set\ - \ of matcher implementations for common operations." - homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" - hash: - value: "42a25dc3219429f0e5d060061f71acb49bf010a0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" - hash: - value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] + - id: "Maven:junit:junit:4.12" + purl: "pkg:maven/junit/junit@4.12" + declared_licenses: + - "Eclipse Public License 1.0" + declared_licenses_processed: + spdx_expression: "EPL-1.0" + mapped: + Eclipse Public License 1.0: "EPL-1.0" + description: "JUnit is a unit testing framework for Java, created by Erich Gamma\ + \ and Kent Beck." + homepage_url: "http://junit.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar" + hash: + value: "2973d150c0dc1fefe998f834810d68f278ea58ec" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12-sources.jar" + hash: + value: "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" + - id: "Maven:org.apache.commons:commons-lang3:3.5" + purl: "pkg:maven/org.apache.commons/commons-lang3@3.5" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "Apache Commons Lang, a package of Java utility classes for the\n\ + \ classes that are in java.lang's hierarchy, or are considered to be so\n\ + \ standard as to justify existence in java.lang." + homepage_url: "http://commons.apache.org/proper/commons-lang/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar" + hash: + value: "6c6c702c89bfff3cd9e80b04d668c5e190d588c6" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5-sources.jar" + hash: + value: "f7d878153e86a1cdddf6b37850e00a9f8bff726f" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" + - id: "Maven:org.apache.commons:commons-text:1.1" + purl: "pkg:maven/org.apache.commons/commons-text@1.1" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "Apache Commons Text is a library focused on algorithms working\ + \ on strings." + homepage_url: "http://commons.apache.org/proper/commons-text/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1.jar" + hash: + value: "c336bf600f44b88af356c8a85eef4af822b06a4d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar" + hash: + value: "f0770f7f0472bf120ada47beecadce4056fbd20a" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" + - id: "Maven:org.hamcrest:hamcrest-core:1.3" + purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3" + declared_licenses: + - "New BSD License" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + New BSD License: "BSD-3-Clause" + description: "This is the core API of hamcrest matcher framework to be used\ + \ by third-party framework providers. This includes the a foundation set of\ + \ matcher implementations for common operations." + homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" + hash: + value: "42a25dc3219429f0e5d060061f71acb49bf010a0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" + hash: + value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" has_issues: false scanner: null advisor: null evaluator: null +resolved_configuration: {} diff --git a/scanner/src/funTest/assets/dummy-expected-output-for-analyzer-result.yml b/scanner/src/funTest/assets/dummy-expected-output-for-analyzer-result.yml index 13a25804ee23f..86b91872ae4e8 100644 --- a/scanner/src/funTest/assets/dummy-expected-output-for-analyzer-result.yml +++ b/scanner/src/funTest/assets/dummy-expected-output-for-analyzer-result.yml @@ -56,140 +56,132 @@ analyzer: dependencies: - id: "Maven:org.apache.commons:commons-lang3:3.5" packages: - - metadata: - id: "Maven:junit:junit:4.12" - purl: "pkg:maven/junit/junit@4.12" - declared_licenses: - - "Eclipse Public License 1.0" - declared_licenses_processed: - spdx_expression: "EPL-1.0" - mapped: - Eclipse Public License 1.0: "EPL-1.0" - description: "JUnit is a unit testing framework for Java, created by Erich\ - \ Gamma and Kent Beck." - homepage_url: "http://junit.org" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar" - hash: - value: "2973d150c0dc1fefe998f834810d68f278ea58ec" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12-sources.jar" - hash: - value: "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.commons:commons-lang3:3.5" - purl: "pkg:maven/org.apache.commons/commons-lang3@3.5" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "Apache Commons Lang, a package of Java utility classes for the\n\ - \ classes that are in java.lang's hierarchy, or are considered to be so\n\ - \ standard as to justify existence in java.lang." - homepage_url: "http://commons.apache.org/proper/commons-lang/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar" - hash: - value: "6c6c702c89bfff3cd9e80b04d668c5e190d588c6" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5-sources.jar" - hash: - value: "f7d878153e86a1cdddf6b37850e00a9f8bff726f" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.apache.commons:commons-text:1.1" - purl: "pkg:maven/org.apache.commons/commons-text@1.1" - declared_licenses: - - "Apache License, Version 2.0" - declared_licenses_processed: - spdx_expression: "Apache-2.0" - mapped: - Apache License, Version 2.0: "Apache-2.0" - description: "Apache Commons Text is a library focused on algorithms working\ - \ on strings." - homepage_url: "http://commons.apache.org/proper/commons-text/" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1.jar" - hash: - value: "c336bf600f44b88af356c8a85eef4af822b06a4d" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar" - hash: - value: "f0770f7f0472bf120ada47beecadce4056fbd20a" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] - - metadata: - id: "Maven:org.hamcrest:hamcrest-core:1.3" - purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3" - declared_licenses: - - "New BSD License" - declared_licenses_processed: - spdx_expression: "BSD-3-Clause" - mapped: - New BSD License: "BSD-3-Clause" - description: "This is the core API of hamcrest matcher framework to be used\ - \ by third-party framework providers. This includes the a foundation set\ - \ of matcher implementations for common operations." - homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core" - binary_artifact: - url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" - hash: - value: "42a25dc3219429f0e5d060061f71acb49bf010a0" - algorithm: "SHA-1" - source_artifact: - url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" - hash: - value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b" - algorithm: "SHA-1" - vcs: - type: "" - url: "" - revision: "" - path: "" - vcs_processed: - type: "" - url: "" - revision: "" - path: "" - curations: [] + - id: "Maven:junit:junit:4.12" + purl: "pkg:maven/junit/junit@4.12" + declared_licenses: + - "Eclipse Public License 1.0" + declared_licenses_processed: + spdx_expression: "EPL-1.0" + mapped: + Eclipse Public License 1.0: "EPL-1.0" + description: "JUnit is a unit testing framework for Java, created by Erich Gamma\ + \ and Kent Beck." + homepage_url: "http://junit.org" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar" + hash: + value: "2973d150c0dc1fefe998f834810d68f278ea58ec" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12-sources.jar" + hash: + value: "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" + - id: "Maven:org.apache.commons:commons-lang3:3.5" + purl: "pkg:maven/org.apache.commons/commons-lang3@3.5" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "Apache Commons Lang, a package of Java utility classes for the\n\ + \ classes that are in java.lang's hierarchy, or are considered to be so\n\ + \ standard as to justify existence in java.lang." + homepage_url: "http://commons.apache.org/proper/commons-lang/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar" + hash: + value: "6c6c702c89bfff3cd9e80b04d668c5e190d588c6" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5-sources.jar" + hash: + value: "f7d878153e86a1cdddf6b37850e00a9f8bff726f" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" + - id: "Maven:org.apache.commons:commons-text:1.1" + purl: "pkg:maven/org.apache.commons/commons-text@1.1" + declared_licenses: + - "Apache License, Version 2.0" + declared_licenses_processed: + spdx_expression: "Apache-2.0" + mapped: + Apache License, Version 2.0: "Apache-2.0" + description: "Apache Commons Text is a library focused on algorithms working\ + \ on strings." + homepage_url: "http://commons.apache.org/proper/commons-text/" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1.jar" + hash: + value: "c336bf600f44b88af356c8a85eef4af822b06a4d" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar" + hash: + value: "f0770f7f0472bf120ada47beecadce4056fbd20a" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" + - id: "Maven:org.hamcrest:hamcrest-core:1.3" + purl: "pkg:maven/org.hamcrest/hamcrest-core@1.3" + declared_licenses: + - "New BSD License" + declared_licenses_processed: + spdx_expression: "BSD-3-Clause" + mapped: + New BSD License: "BSD-3-Clause" + description: "This is the core API of hamcrest matcher framework to be used\ + \ by third-party framework providers. This includes the a foundation set of\ + \ matcher implementations for common operations." + homepage_url: "https://github.com/hamcrest/JavaHamcrest/hamcrest-core" + binary_artifact: + url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" + hash: + value: "42a25dc3219429f0e5d060061f71acb49bf010a0" + algorithm: "SHA-1" + source_artifact: + url: "https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" + hash: + value: "1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b" + algorithm: "SHA-1" + vcs: + type: "" + url: "" + revision: "" + path: "" + vcs_processed: + type: "" + url: "" + revision: "" + path: "" has_issues: false scanner: start_time: "1970-01-01T00:00:00Z" @@ -376,3 +368,4 @@ scanner: has_issues: true advisor: null evaluator: null +resolved_configuration: {} diff --git a/utils/test/src/main/kotlin/OrtResultDsl.kt b/utils/test/src/main/kotlin/OrtResultDsl.kt index edb96d3186edf..f03155c3e925a 100644 --- a/utils/test/src/main/kotlin/OrtResultDsl.kt +++ b/utils/test/src/main/kotlin/OrtResultDsl.kt @@ -116,7 +116,7 @@ class OrtResultBuilder { analyzer = AnalyzerRun.EMPTY.copy( result = AnalyzerResult( projects = projects, - packages = packages.mapTo(mutableSetOf()) { it.toCuratedPackage() } + packages = packages ) ) )