debian-mirror-gitlab/spec/fixtures/security-reports/feature-branch/gl-license-management-report.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2018-12-13 13:39:08 +05:30
{
"licenses": [
{
2019-02-15 15:39:39 +05:30
"count": 1,
"name": "WTFPL"
2018-12-13 13:39:08 +05:30
},
{
"count": 1,
2019-02-15 15:39:39 +05:30
"name": "MIT"
2018-12-13 13:39:08 +05:30
}
],
"dependencies": [
{
"license": {
"name": "MIT",
"url": "http://opensource.org/licenses/mit-license"
},
"dependency": {
2019-02-15 15:39:39 +05:30
"name": "actioncable",
"url": "http://rubyonrails.org",
"description": "WebSocket framework for Rails.",
2018-12-13 13:39:08 +05:30
"pathes": [
"."
]
}
},
{
"license": {
2019-02-15 15:39:39 +05:30
"name": "WTFPL",
"url": "http://www.wtfpl.net/"
2018-12-13 13:39:08 +05:30
},
"dependency": {
2019-02-15 15:39:39 +05:30
"name": "wtfpl_init",
"url": "https://rubygems.org/gems/wtfpl_init",
"description": "Download WTFPL license file and rename to LICENSE.md or something",
2018-12-13 13:39:08 +05:30
"pathes": [
"."
]
}
}
]
}