summaryrefslogtreecommitdiff
path: root/spec/fixtures/security-reports/feature-branch/gl-license-management-report.json
blob: 5fd81fd69bdcda168e911e06113cb2ad63ab70c4 (plain)
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
{
    "licenses": [
        {
            "count": 1,
            "name": "WTFPL"
        },
        {
            "count": 1,
            "name": "MIT"
        }
    ],
    "dependencies": [
        {
            "license": {
                "name": "MIT",
                "url": "http://opensource.org/licenses/mit-license"
            },
            "dependency": {
                "name": "actioncable",
                "url": "http://rubyonrails.org",
                "description": "WebSocket framework for Rails.",
                "pathes": [
                    "."
                ]
            }
        },
        {
            "license": {
                "name": "WTFPL",
                "url": "http://www.wtfpl.net/"
            },
            "dependency": {
                "name": "wtfpl_init",
                "url": "https://rubygems.org/gems/wtfpl_init",
                "description": "Download WTFPL license file and rename to LICENSE.md or something",
                "pathes": [
                    "."
                ]
            }
        }
    ]
}