aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/data/test_cc_oop/fictional_cert.json
blob: 7d74759cc2c11705c2fdc57ddf1d4734279b8157 (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
    "_type": "CommonCriteriaCert",
    "dgst": "a9ccb81a92e547dc",
    "status": "archived",
    "category": "Sample category",
    "name": "Sample certificate name",
    "manufacturer": "Sample manufacturer",
    "scheme": "Sample scheme",
    "security_level": {
        "_type": "Set",
        "elements": [
            "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": "Set",
        "elements": [{
            "_type": "ProtectionProfile",
            "pp_name": "sample_pp",
            "pp_link": "https://sample.pp",
            "pp_ids": null
        }]
    },
    "maintenance_updates": {
        "_type": "Set",
        "elements": [{
            "_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": [],
        "st_pdf_hash": null,
        "report_pdf_hash": null,
        "st_txt_hash": null,
        "report_txt_hash": null
    },
    "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,
        "extracted_sars": null,
        "direct_dependency_cves": null,
        "indirect_dependency_cves": null,
        "report_references": {
            "_type": "References",
            "directly_referenced_by": null,
            "directly_referencing": null,
            "indirectly_referenced_by": null,
            "indirectly_referencing": null
        },
        "st_references": {
            "_type": "References",
            "directly_referenced_by": null,
            "directly_referencing": null,
            "indirectly_referenced_by": null,
            "indirectly_referencing": null
        }
    },
    "report_link": "https://path.to/report/link",
    "st_link": "https://path.to/st/link",
    "cert_link": "https://path.to/cert/link"
}