aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/data/cc/analysis/vulnerable_dataset.json
blob: d433fac10b0f22b29a865b7bf66a3e0ec82c94c0 (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
{
    "_type": "sec_certs.dataset.cc.CCDataset",
    "state": {
        "_type": "sec_certs.dataset.dataset.Dataset.DatasetInternalState",
        "meta_sources_parsed": true,
        "artifacts_downloaded": false,
        "pdfs_converted": false,
        "auxillary_datasets_processed": true,
        "certs_analyzed": false
    },
    "timestamp": "2021-04-16 15:05:18.386794",
    "sha256_digest": "not implemented",
    "name": "cc_full_dataset",
    "description": "sample dataset description",
    "n_certs": 1,
    "certs": [
        {
            "_type": "sec_certs.sample.cc.CCCertificate",
            "dgst": "ebd276cca70fd723",
            "status": "active",
            "category": "Access Control Devices and Systems",
            "name": "IBM Security Access Manager for Enterprise Single Sign-On Version 8.2",
            "manufacturer": "IBM Corporation",
            "scheme": "DE",
            "security_level": {
                "_type": "Set",
                "elements": [
                    "ALC_FLR.1",
                    "EAL3+"
                ]
            },
            "not_valid_before": "2014-12-05",
            "not_valid_after": null,
            "report_link": "http://www.commoncriteriaportal.org/files/epfiles/0683a_pdf.pdf",
            "st_link": "http://www.commoncriteriaportal.org/files/epfiles/0683b_pdf.pdf",
            "cert_link": null,
            "manufacturer_web": "http://www.ibm.com",
            "protection_profiles": [],
            "maintenance_updates": [],
            "state": {
                "_type": "sec_certs.sample.cc.CCCertificate.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
            },
            "pdf_data": {
                "_type": "sec_certs.sample.cc.CCCertificate.PdfData",
                "report_metadata": null,
                "st_metadata": null,
                "report_frontpage": null,
                "st_frontpage": null,
                "report_keywords": null,
                "st_keywords": null,
                "report_filename": null,
                "st_filename": null
            },
            "heuristics": {
                "_type": "sec_certs.sample.cc.CCCertificate.Heuristics",
                "extracted_versions": [
                    "8.2"
                ],
                "cpe_matches": null,
                "verified_cpe_matches": null,
                "related_cves": null,
                "cert_lab": null,
                "cert_id": null
            }
        }
    ]
}