| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #467 from crocs-muni/awesome-search-2 | Ján Jančár | 2025-11-12 | 1 | -2/+2 |
| |\ | | | | | WIP: add MLKEM into PQC keywords | ||||
| | * | add MLKEM into PQC keywords | Petr Svenda | 2025-01-23 | 1 | -2/+2 |
| | | | |||||
| * | | Add docs about dataset layout. | J08nY | 2025-02-02 | 1 | -3/+7 |
| | | | |||||
| * | | Revert the FIPS IUT and MIP from_web methods. | J08nY | 2025-02-01 | 3 | -6/+6 |
| | | | |||||
| * | | docs: Add protection profiles | Adam Janovsky | 2025-02-01 | 1 | -0/+1 |
| | | | |||||
| * | | replace from_web_latest() with from_web() | Adam Janovsky | 2025-02-01 | 3 | -3/+20 |
| | | | |||||
| * | | add aux dataset tests | Adam Janovsky | 2025-02-01 | 1 | -2/+2 |
| |/ | |||||
| * | Fix search examples with new query engine. | J08nY | 2024-11-28 | 1 | -6/+6 |
| | | |||||
| * | Fix favicon. | J08nY | 2024-10-30 | 2 | -1/+1 |
| | | |||||
| * | Cleanup icons in search examples. | J08nY | 2024-10-30 | 1 | -23/+26 |
| | | |||||
| * | add search examples to index.md | Petr Svenda | 2024-10-30 | 1 | -0/+1 |
| | | |||||
| * | Rename awesome_search_examples.md to search_examples.md | Petr Svenda | 2024-10-30 | 1 | -0/+0 |
| | | |||||
| * | removing ROCA-related search into FIPS as no hits are there | Petr Svenda | 2024-10-30 | 1 | -3/+3 |
| | | |||||
| * | updated formatting, added FIPS140 link | Petr Svenda | 2024-10-30 | 1 | -7/+7 |
| | | |||||
| * | Move awesome_search_examples.md to docs folder | Petr Svenda | 2024-10-30 | 1 | -0/+88 |
| | | |||||
| * | Cleanup of documentation. | J08nY | 2024-10-19 | 6 | -14/+47 |
| | | | | | It is now very nice and clean! | ||||
| * | Add logo with border. | J08nY | 2024-10-14 | 1 | -0/+91 |
| | | |||||
| * | replace seccerts -> sec-certs | Adam Janovsky | 2024-04-25 | 3 | -38/+5 |
| | | |||||
| * | Update logo with the ever important hyphen. | J08nY | 2024-04-18 | 2 | -28/+33 |
| | | |||||
| * | revert spacy model download installation | Adam Janovsky | 2024-02-20 | 2 | -3/+4 |
| | | |||||
| * | document reference context inference | Adam Janovsky | 2024-02-20 | 2 | -0/+14 |
| | | |||||
| * | spacy model download now with pip | Adam Janovsky | 2024-02-20 | 2 | -4/+2 |
| | | |||||
| * | fix docs | Adam Janovsky | 2024-02-20 | 2 | -10/+5 |
| | | |||||
| * | bump required python to 3.8 | Adam Janovsky | 2023-11-14 | 1 | -2/+2 |
| | | |||||
| * | anonymize the docs | Adam Janovsky | 2023-08-24 | 2 | -3/+3 |
| | | |||||
| * | fix typo in docs | Adam Janovsky | 2023-05-26 | 1 | -1/+1 |
| | | |||||
| * | release demo notebook in docs | Adam Janovsky | 2023-05-10 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-API | J08nY | 2023-04-21 | 1 | -2/+2 |
| |\ | |||||
| | * | Remove indirect imports from __init__ from our code. | J08nY | 2023-04-14 | 1 | -2/+2 |
| | | | |||||
| * | | update docs | Adam Janovsky | 2023-04-13 | 2 | -0/+24 |
| |/ | |||||
| * | switch to pydantic in settings management | Adam Janovsky | 2023-03-29 | 1 | -9/+37 |
| | | |||||
| * | add EU/MSMT logo | Adam Janovsky | 2023-02-10 | 1 | -0/+0 |
| | | |||||
| * | deanonymize docs | Adam Janovsky | 2023-02-03 | 2 | -8/+3 |
| | | |||||
| * | Move logos in docs to PNG. | J08nY | 2023-01-09 | 3 | -2/+2 |
| | | | | | The SVG logos get hideus fonts sometimes. | ||||
| * | update pypi action | Adam Janovsky | 2022-12-10 | 2 | -2/+4 |
| | | |||||
| * | rename notebook common_criteria -> cc | Adam Janovsky | 2022-12-10 | 4 | -5/+5 |
| | | |||||
| * | Rename CommonCriteriaCert -> CCCertificate | Adam Janovsky | 2022-12-10 | 1 | -2/+2 |
| | | |||||
| * | rename common_criteria modules to cc | Adam Janovsky | 2022-12-09 | 1 | -1/+1 |
| | | |||||
| * | flat -> src layout (#294) | adamjanovsky | 2022-12-09 | 2 | -1/+3 |
| | | | | | | | - 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) | adamjanovsky | 2022-12-08 | 4 | -11/+14 |
| | | | | | | | | | | | * 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 | ||||
| * | Anonymize docs. | J08nY | 2022-10-10 | 2 | -5/+9 |
| | | |||||
| * | fix typo in docs | Adam Janovsky | 2022-07-25 | 1 | -2/+0 |
| | | |||||
| * | update docs: reference missed CVEs | Adam Janovsky | 2022-07-25 | 2 | -1/+8 |
| | | |||||
| * | Add tesseract to Docker and docs. | J08nY | 2022-07-09 | 1 | -1/+2 |
| | | |||||
| * | fix CommonCriteriaCert.InternalState constructor | Adam Janovsky | 2022-06-22 | 1 | -2/+6 |
| | | |||||
| * | better docker instructions | Adam Janovsky | 2022-06-22 | 2 | -5/+29 |
| | | |||||
| * | docs conf switch ntb branch to main | Adam Janovsky | 2022-05-27 | 1 | -1/+1 |
| | | |||||
| * | Docs: comment on cc notebook | Adam Janovsky | 2022-05-27 | 2 | -4/+1 |
| | | |||||
| * | random docs fixes | Adam Janovsky | 2022-05-23 | 1 | -1/+1 |
| | | |||||
| * | adds FIPSCertificate docs | Adam Janovsky | 2022-05-23 | 1 | -0/+8 |
| | | |||||
