| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix aux dset dir warning. | J08nY | 2025-02-28 | 1 | -6/+10 |
| | | | | | Fixes #482. | ||||
| * | Get rid of DUMMY_NONEXISTING_PATH. | J08nY | 2025-02-15 | 1 | -3/+23 |
| | | |||||
| * | Actually use Dataset.__init__. | J08nY | 2025-02-14 | 1 | -14/+3 |
| | | |||||
| * | Fix mutable default state. | J08nY | 2025-02-14 | 1 | -19/+19 |
| | | |||||
| * | PPs: change dset filename pp.json -> dataset.json | Adam Janovsky | 2025-02-13 | 1 | -1/+1 |
| | | |||||
| * | Fix PP and CC MU dataset path. | J08nY | 2025-02-05 | 1 | -2/+2 |
| | | | | | | | | The subdir was being set twice, once in the CC dataset constructor and once in the AuxDatasetHandler itself. Resulting in paths like: CC root / auxiliary_datasets / protection_profiles / protection_profiles | ||||
| * | Add docs about dataset layout. | J08nY | 2025-02-02 | 1 | -1/+39 |
| | | |||||
| * | Remove processed_pp_dataset_root_dir, let PP dataset handler figure out the ↵ | J08nY | 2025-02-02 | 1 | -13/+0 |
| | | | | | dset existence. | ||||
| * | replace from_web_latest() with from_web() | Adam Janovsky | 2025-02-01 | 1 | -55/+8 |
| | | |||||
| * | get rid of duplicate CC URL constant | Adam Janovsky | 2025-02-01 | 1 | -14/+12 |
| | | |||||
| * | don't delete CCSchemeDatasetHandler when skipping schemes processing | Adam Janovsky | 2025-02-01 | 1 | -1/+1 |
| | | |||||
| * | implement PP processing | Adam Janovsky | 2025-02-01 | 1 | -81/+46 |
| | | |||||
| * | fix notebooks | Adam Janovsky | 2025-02-01 | 1 | -1/+1 |
| | | |||||
| * | refactor auxiliary dataset handling, heuristics computation | Adam Janovsky | 2025-02-01 | 1 | -247/+67 |
| | | |||||
| * | Add computation of previous and next certificate versions based on ID. | J08nY | 2024-11-20 | 1 | -0/+12 |
| | | | | | Fixes #457. | ||||
| * | Improve CC scheme extraction and matching. | J08nY | 2024-11-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | This significantly improves the CC scheme extraction by: - Fixing the extraction of several schemes that were mixing certified and archived entries by accident. - Improving the extraction of cert_ids from scheme sites. - Improving the matching heuristic to consider more attributes that are usually present in the site data. Also adds an evaluation notebook to see how this performs. | ||||
| * | Cleanup of documentation. | J08nY | 2024-10-19 | 1 | -3/+2 |
| | | | | | It is now very nice and clean! | ||||
| * | Merge pull request #446 from crocs-muni/feat/full-dset-archive-download | Ján Jančár | 2024-10-18 | 1 | -22/+125 |
| |\ | | | | | Add a way to download full dataset archive (including PDFs) from the web. | ||||
| | * | Unify and add options to from_web_latest. | J08nY | 2024-10-18 | 1 | -48/+120 |
| | | | |||||
| | * | Add a way to download full dataset archive (including PDFs) from the web. | J08nY | 2024-10-17 | 1 | -1/+32 |
| | | | |||||
| * | | Fix mapping of certs to PPs broken due to CC URL change. | J08nY | 2024-10-16 | 1 | -2/+7 |
| |/ | |||||
| * | Move to new dgst algorithm for CC. | J08nY | 2024-07-19 | 1 | -6/+17 |
| | | |||||
| * | replace seccerts -> sec-certs | Adam Janovsky | 2024-04-25 | 1 | -1/+1 |
| | | |||||
| * | Add tests for cert data extraction. | J08nY | 2024-02-14 | 1 | -1/+2 |
| | | |||||
| * | Refactor document state in CC. | J08nY | 2024-02-13 | 1 | -14/+14 |
| | | |||||
| * | Add extraction of certificate data. | J08nY | 2024-02-08 | 1 | -14/+90 |
| | | |||||
| * | Fix pandas deprecation in to_datetime. | J08nY | 2024-02-01 | 1 | -3/+3 |
| | | |||||
| * | Fix CC CSV and HTML parsing. | J08nY | 2024-01-02 | 1 | -2/+5 |
| | | |||||
| * | Merge branch 'bump-req-python-to-3-10' into reference-analysis | Adam Janovsky | 2023-11-14 | 1 | -1/+2 |
| |\ | |||||
| | * | bump required python to 3.8 | Adam Janovsky | 2023-11-14 | 1 | -1/+2 |
| | | | |||||
| * | | merge fresh main | Adam Janovsky | 2023-11-14 | 1 | -34/+32 |
| |\| | |||||
| | * | Add rudimentary profiling. | J08nY | 2023-08-24 | 1 | -34/+32 |
| | | | | | | | | | Fixes #288. | ||||
| * | | bump references | adamjanovsky | 2023-11-14 | 1 | -68/+1 |
| | | | |||||
| * | | adjust ReferenceSegmentExtractor to work with OCR-segmented jsons | Adam Janovsky | 2023-07-19 | 1 | -1/+1 |
| | | | |||||
| * | | merge main | Adam Janovsky | 2023-06-07 | 1 | -779/+62 |
| |\| | |||||
| | * | coerce problematic datetime values in cert csvs/dfs/htmls | Adam Janovsky | 2023-05-18 | 1 | -4/+4 |
| | | | |||||
| | * | Move scheme data matching to heuristics. | J08nY | 2023-04-27 | 1 | -12/+16 |
| | | | |||||
| | * | Compute scheme data matches in heuristics, after cert_ids are computed. | J08nY | 2023-04-27 | 1 | -12/+14 |
| | | | |||||
| | * | Merge pull request #328 from ↵ | Ján Jančár | 2023-04-24 | 1 | -10/+7 |
| | |\ | | | | | | | | | | | | | crocs-muni/issue/324-Switch-from-NVD-data-feeds-to-API Switch from NVD json feeds to API | ||||
| | | * | Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-API | J08nY | 2023-04-21 | 1 | -767/+42 |
| | | |\ | |||||
| | | * | | defer few imports | Adam Janovsky | 2023-04-16 | 1 | -1/+2 |
| | | | | | |||||
| | | * | | fix pre-commit problems outside of tests | Adam Janovsky | 2023-04-13 | 1 | -8/+5 |
| | | | | | |||||
| | * | | | Assign scheme data to archived certs as well. | J08nY | 2023-04-21 | 1 | -4/+8 |
| | | |/ | |/| | |||||
| | * | | Move CC scheme classes to sample file. | J08nY | 2023-04-20 | 1 | -1/+2 |
| | | | | |||||
| | * | | Introduce CC Scheme sample class. | J08nY | 2023-04-20 | 1 | -3/+2 |
| | | | | |||||
| | * | | Add match filtering based on validation date. | J08nY | 2023-04-18 | 1 | -0/+1 |
| | | | | |||||
| | * | | Make CCSchemeDataset an actual dataset. | J08nY | 2023-04-18 | 1 | -3/+38 |
| | | | | |||||
| | * | | Move CC Scheme dataset to separate file. | J08nY | 2023-04-11 | 1 | -761/+1 |
| | |/ | |||||
| | * | switch to pydantic in settings management | Adam Janovsky | 2023-03-29 | 1 | -1/+1 |
| | | | |||||
| * | | Reference annotations: finalize prediction pipeline | adamjanovsky | 2023-03-17 | 1 | -8/+30 |
| | | | |||||
