aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs/__init__.py
blob: 816ea2b8cf8ed5c3b6b2169ca89716bb9d8fc98c (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 - CommonCriteriaCert). Mostly data structure, but can provide basic functionality.
- model - package that provides data pipelines (transformers, classifiers, ...) for complex transformations of datasets.
"""