aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/data/cc/certificate/fictional_cert.json
blob: 327aaf46e92c439eb793a0768a74a8b4c5c0b614 (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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
    "_type": "sec_certs.sample.cc.CCCertificate",
    "dgst": "8049938203b26f7b",
    "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_profile_links": {
            "_type": "Set",
            "elements": [
                "https://sample.pp"
            ]
        },
    "maintenance_updates": {
        "_type": "Set",
        "elements": [
            {
                "_type": "sec_certs.sample.cc.CCCertificate.MaintenanceReport",
                "maintenance_date": "1900-01-01",
                "maintenance_title": "Sample maintenance",
                "maintenance_report_link": "https://maintenance.up",
                "maintenance_st_link": "https://maintenance.up"
            }
        ]
    },
    "state": {
        "_type": "sec_certs.sample.cc.CCCertificate.InternalState",
                "report": {
                    "_type": "sec_certs.sample.document_state.DocumentState",
                    "download_ok": false,
                    "convert_garbage": false,
                    "convert_ok": false,
                    "extract_ok": false,
                    "pdf_hash": null,
                    "txt_hash": null
                },
                "st": {
                    "_type": "sec_certs.sample.document_state.DocumentState",
                    "download_ok": false,
                    "convert_garbage": false,
                    "convert_ok": false,
                    "extract_ok": false,
                    "pdf_hash": null,
                    "txt_hash": null
                },
                "cert": {
                    "_type": "sec_certs.sample.document_state.DocumentState",
                    "download_ok": false,
                    "convert_garbage": false,
                    "convert_ok": false,
                    "extract_ok": false,
                    "pdf_hash": null,
                    "txt_hash": null
                }
    },
    "pdf_data": {
        "_type": "sec_certs.sample.cc.CCCertificate.PdfData",
        "report_metadata": null,
        "st_metadata": null,
        "cert_metadata": null,
        "report_frontpage": null,
        "st_frontpage": null,
        "cert_frontpage": null,
        "report_keywords": null,
        "st_keywords": null,
        "cert_keywords": null,
        "report_filename": null,
        "st_filename": null,
        "cert_filename": null
    },
    "heuristics": {
        "_type": "sec_certs.sample.cc.CCCertificate.Heuristics",
        "extracted_versions": null,
        "cpe_matches": null,
        "verified_cpe_matches": null,
        "related_cves": null,
        "cert_lab": null,
        "cert_id": null,
        "annotated_references": null,
        "extracted_sars": null,
        "direct_transitive_cves": null,
        "indirect_transitive_cves": null,
        "next_certificates": null,
        "prev_certificates": null,
        "report_references": {
            "_type": "sec_certs.sample.certificate.References",
            "directly_referenced_by": null,
            "directly_referencing": null,
            "indirectly_referenced_by": null,
            "indirectly_referencing": null
        },
        "st_references": {
            "_type": "sec_certs.sample.certificate.References",
            "directly_referenced_by": null,
            "directly_referencing": null,
            "indirectly_referenced_by": null,
            "indirectly_referencing": null
        },
        "scheme_data": null,
        "protection_profiles": null,
        "eal": null
    },
    "report_link": "https://path.to/report/link",
    "st_link": "https://path.to/st/link",
    "cert_link": "https://path.to/cert/link"
}