This file is indexed.

/usr/lib/python3/dist-packages/piston3/fixtures/oauth.json is in python3-django-piston3 0.3~rc2-3ubuntu5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
[
    {
        "pk": 1, 
        "model": "piston.consumer", 
        "fields": {
            "status": "accepted", 
            "name": "Piston Test Consumer", 
            "secret": "T5XkNMkcjffDpC9mNQJbyQnJXGsenYbz", 
            "user": 2, 
            "key": "8aZSFj3W54h8J8sCpx", 
            "description": "A test consumer record for Piston unit tests."
        }
    },
    {
        "pk": 1, 
        "model": "piston.token", 
        "fields": {
            "is_approved": true, 
            "timestamp": 1249347414, 
            "token_type": 2, 
            "secret": "qSWZq36t7yvkBquetYBkd8JxnuCu9jKk", 
            "user": 2, 
            "key": "Y7358vL5hDBbeP3HHL", 
            "consumer": 1
        }
    }
]