aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/__init__.py
blob: 323c53ad5243285de4804d4cb69e8e42cb47e222 (plain) (blame)
1
2
3
4
5
6
7
"""
Tool for analysis of security certificates and their security targets (Common Criteria, NIST FIPS140-2...).
Contains three main sub-packages:
- dataset - package that holds the respective datasets and performs all processing of them
- sample - package that holds a single sample (e.g., Common Criteria certificate - CCCertificate). Mostly data structure, but can provide basic functionality.
- model - package that provides data pipelines (transformers, classifiers, ...) for complex transformations of datasets.
"""