aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/serialization
Commit message (Collapse)AuthorAgeFilesLines
* Make schema refs relative.J08nY2025-09-264-25/+25
|
* Fix FIPS schema status.J08nY2025-09-261-1/+2
|
* Fix schema error.J08nY2025-09-261-1/+1
|
* Fix FIPS schema nulls.J08nY2025-09-261-17/+12
|
* More descriptions for FIPS certificate schema.J08nY2025-09-261-39/+127
|
* Fix schemas using full dataset.J08nY2025-09-263-77/+174
|
* Add FIPS certificate JSON schema.J08nY2025-09-256-129/+629
|
* Fix CC schema validation tests.J08nY2025-09-252-7/+9
|
* Make a JSON schema for CC Certificate and Dataset objects.J08nY2025-09-253-0/+796
|
* Add annotations import everywhere.J08nY2025-02-281-0/+2
|
* Document the backed status of datasets.J08nY2025-02-171-3/+48
|
* Get rid of DUMMY_NONEXISTING_PATH.J08nY2025-02-151-13/+27
|
* Throw if path is misnamed in (de)serialization.J08nY2025-02-151-11/+27
|
* bump required python to 3.8Adam Janovsky2023-11-141-1/+2
|
* Do not put the whole JSON into memory when writing it compressed.J08nY2023-04-251-8/+5
|
* Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-APIJ08nY2023-04-211-0/+1
|\
| * Remove indirect imports from __init__ from our code.J08nY2023-04-141-0/+1
| |
* | replace some ifs with dictionaray setdefaultAdam Janovsky2023-04-191-2/+2
| |
* | WiP new cve and cpe dataset handlingAdam Janovsky2023-04-071-8/+32
|/
* add flake8-simplify to ruffAdam Janovsky2023-02-031-5/+2
|
* fix some return statementsAdam Janovsky2023-02-031-3/+2
|
* ruff enforce comprehensionsAdam Janovsky2023-02-031-2/+2
|
* flat -> src layout (#294)adamjanovsky2022-12-093-0/+161
- 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`