-
-
Notifications
You must be signed in to change notification settings - Fork 790
Expand file tree
/
Copy pathfull-expected.json
More file actions
85 lines (85 loc) · 2.72 KB
/
Copy pathfull-expected.json
File metadata and controls
85 lines (85 loc) · 2.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"type": "rpm",
"namespace": "fedora",
"name": "Sample",
"version": "12.2.3",
"qualifiers": {
"abc": "12",
"this": "that"
},
"subpath": "asdasd/asdasd/asdasd/",
"primary_language": "C/C++",
"description": "Some package",
"release_date": "2012-10-21",
"parties": [
{
"type": null,
"role": "author",
"name": "Some Author",
"email": "some@email.com",
"url": null
}
],
"keywords": [
"some",
"other",
"keyword"
],
"homepage_url": "http://homepage.com",
"download_url": "http://homepage.com/dnl",
"size": 12312312312,
"sha1": "ac978f7fd045f5f5503772f525e0ffdb533ba0f8",
"md5": "12ed302c4b4c2aa10638db389082d07d",
"sha256": "0b07d5ee2326cf76445b12a32456914120241d2b78c5b55273e9ffcbe6ffbc9f",
"sha512": "c9a92789e94d68029629b9a8380afddecc147ba48f0ae887b89b88492d02aec96a92cf3c7eeb200111a6d94d1b7419eecd66e79de32c826e694f05d2eda644ae",
"bug_tracking_url": "http://homepage.com/issues",
"code_view_url": "http://homepage.com/code",
"vcs_url": "git+http://homepage.com/code.git@12ed302c4b4c2aa10638db3890",
"documentation_url": null,
"copyright": "copyright (c) nexB Inc.",
"holder": "nexB Inc.",
"declared_license_expression": "apache-2.0",
"declared_license_expression_spdx": "Apache-2.0",
"license_detections": [
{
"license_expression": "apache-2.0",
"license_expression_spdx": "Apache-2.0",
"matches": [
{
"license_expression": "apache-2.0",
"license_expression_spdx": "Apache-2.0",
"from_file": null,
"start_line": 1,
"end_line": 1,
"matcher": "1-hash",
"score": 100.0,
"matched_length": 3,
"match_coverage": 100.0,
"rule_relevance": 100,
"rule_identifier": "spdx_license_id_apache-2.0_for_apache-2.0.RULE",
"rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_apache-2.0_for_apache-2.0.RULE",
"matched_text": "apache-2.0"
}
],
"identifier": "apache_2_0-d66ab77d-a5cc-7104-e702-dc7df61fe9e8"
}
],
"other_license_expression": null,
"other_license_expression_spdx": null,
"other_license_detections": [],
"extracted_license_statement": "apache-2.0",
"notice_text": "licensed under the apacche 2.0 \nlicense",
"source_packages": [
"pkg:maven/aspectj/aspectjtools@1.5.4?classifier=sources"
],
"file_references": [],
"is_private": false,
"is_virtual": false,
"extra_data": {},
"dependencies": [],
"repository_homepage_url": null,
"repository_download_url": null,
"api_data_url": null,
"datasource_id": "rpm_archive",
"purl": "pkg:rpm/fedora/Sample@12.2.3?abc=12&this=that#asdasd/asdasd/asdasd"
}