summaryrefslogtreecommitdiffhomepage
path: root/tests/data/test_cc_oop/fictional_cert.json
blob: 56bea187f759fcde81f8ecc1191ef6f7dc25d523 (plain) (blame)
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
{
    "_type": "CommonCriteriaCert",
    "dgst": "a9ccb81a92e547dc",
    "status": "archived",
    "category": "Sample category",
    "name": "Sample certificate name",
    "manufacturer": "Sample manufacturer",
    "scheme": "Sample scheme",
    "security_level": [
        "Sample security level"
    ],
    "not_valid_before": "1900-01-02",
    "not_valid_after": "1900-01-03",
    "manufacturer_web": "https://path.to/manufacturer/web",
    "protection_profiles": [
        {
            "_type": "ProtectionProfile",
            "pp_name": "sample_pp",
            "pp_link": "https://sample.pp",
            "pp_ids": null
        }
    ],
    "maintenance_updates": [
        {
            "_type": "MaintenanceReport",
            "maintenance_date": "1900-01-01",
            "maintenance_title": "Sample maintenance",
            "maintenance_report_link": "https://maintenance.up",
            "maintenance_st_link": "https://maintenance.up"
        }
    ],
    "state": {
        "_type": "InternalState",
        "st_download_ok": true,
        "report_download_ok": true,
        "st_convert_ok": true,
        "report_convert_ok": true,
        "st_extract_ok": true,
        "report_extract_ok": true,
        "errors": []
    },
    "pdf_data": {
        "_type": "PdfData",
        "report_metadata": null,
        "st_metadata": null,
        "report_frontpage": null,
        "st_frontpage": null,
        "report_keywords": null,
        "st_keywords": null
    },
    "heuristics": {
        "_type": "CCHeuristics",
        "extracted_versions": null,
        "cpe_matches": null,
        "verified_cpe_matches": null,
        "related_cves": null,
        "cert_lab": null,
        "cert_id": null,
        "directly_affected_by": null,
        "indirectly_affected_by": null,
        "directly_affecting": null,
        "indirectly_affecting": null
    },
    "report_link": "https://path.to/report/link",
    "st_link": "https://path.to/st/link",
    "cert_link": "https://path.to/cert/link"
}