aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs/serialization/json.py
Commit message (Collapse)AuthorAgeFilesLines
* flat -> src layout (#294)adamjanovsky2022-12-091-145/+0
| | | | | | - Some mypy fixes - Flat layout -> src layout - Ditch `setup.py` and `setup.cfg` in favour of `pyproject.toml` - Non-pinned requirements moved from `requirements/*.in` to `pyproject.toml`
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-13/+33
| | | | | | | | | | * Unifies CLIs into sine CLI * Merge much of dataset functionality into `Dataset` baseclass * Refactor `unittest` -> `pytest` * Unify processing pipeline across datasets (common public functions) * Unify and refactor processing of auxillary datasets (CPE, CVE, PP, Algorithms, ...) * Upgrade Github Actions pipelines * Allow for failure of some tests * Refactor type hints
* Serialize fully qualified classnames instead of just the names.J08nY2022-07-101-3/+16
|
* Fix mypy warning with new mypy version.J08nY2022-07-091-1/+3
|
* add docs for CCDatasetAdam Janovsky2022-05-231-0/+2
|
* fix Resolve set (de)serialization #169Adam Janovsky2022-02-111-1/+3
|
* get rid of some todosAdam Janovsky2022-02-111-2/+0
|
* slightly weaken type hint of json serializationAdam Janovsky2022-02-111-3/+3
|
* fix typing in serialization packageAdam Janovsky2022-02-111-6/+8
|
* typing guidance on dataset inheritanceAdam Janovsky2022-02-111-6/+2
|
* random mypy fixesAdam Janovsky2022-02-101-9/+11
|
* update black, random type fixesAdam Janovsky2022-02-101-0/+3
|
* Fix from_dict ordering issue.J08nY2022-01-051-1/+1
|
* Fix broken serialization of CVE and CPE objects.J08nY2022-01-031-0/+6
|
* sort importsAdam Janovsky2021-12-181-2/+2
|
* Format code with blackAdam Janovsky2021-12-181-11/+19
|
* ignore some mypy errorsAdam Janovsky2021-12-151-4/+1
|
* minor refactoring of typesAdam Janovsky2021-12-151-4/+4
|
* (the real commit)mmstanone2021-12-131-2/+4
|
* Merge branch 'dev' into mypy-errorsmmstanone2021-12-121-2/+2
|
* unify pandas interfaceAdam Janovsky2021-11-231-0/+92