aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #530 from crocs-muni/fix/try-spacyHEADmainJán Jančár2025-11-2223-3114/+6264
|\ | | | | Move to uv
| * Fix coverage reporting.J08nY2025-11-192-4/+4
| |
| * Fix format.J08nY2025-11-191-1/+1
| |
| * Apply ruff fixes.J08nY2025-11-194-30/+35
| | | | | | | | Also needed a mypy ignore on the extract monstrosity.
| * Update uv lockfile.J08nY2025-11-191-44/+65
| |
| * Bump pre-commit deps.J08nY2025-11-192-4/+4
| |
| * Update copilot instructions with uv.J08nY2025-11-191-51/+31
| |
| * Update CONTRIBUTING with new uv instructions.J08nY2025-11-191-12/+27
| |
| * Publish via uv.J08nY2025-11-181-12/+9
| |
| * Do not include miscellaneous files in sdist.J08nY2025-11-181-0/+7
| |
| * Fixup pyproject.toml.J08nY2025-11-181-4/+5
| | | | | | | | | | | | Apparently: - License should be a string with the SPDX expression. - Author with an email does not show up on pypi.org, so duplicate.
| * Fixup Dockerfile.J08nY2025-11-173-59/+67
| |
| * Move away from pip-tools and use uv.J08nY2025-11-1713-3034/+6095
| | | | | | | | | | | | | | | | | | | | uv is all the rage. No, but really. The pip-compile approach does not work cross-platform or cross-python version (sometimes it does, but not always). In comparison and uv lockfile is universal and cross-platform: https://docs.astral.sh/uv/concepts/projects/layout/#the-lockfile This should help make our install easier and more robust.
| * Update requirements.J08nY2025-11-175-740/+794
| |
| * Only pin spacy<3.8.0 for aarch64.J08nY2025-11-171-1/+2
| | | | | | | | | | Should get around this but allow more recent spacy: https://github.com/explosion/cython-blis/issues/117
* | Merge pull request #529 from crocs-muni/fix/cvss40-metricsJán Jančár2025-11-181-7/+13
|\ \ | |/ |/| Ignore CVSS V4.0 metrics in CVE loading.
| * Ignore CVSS V4.0 metrics in CVE loading.J08nY2025-11-121-7/+13
|/ | | | | | | | | | | | | THe NVD no longer offers the "exploitabilityScore" and "impactScore" for CVSS V4.0 in their API: https://csrc.nist.gov/schema/nvd/api/2.0/cve_api_json_2.0.schema (See the "cvss-v40" entry) We should figure out what to do as more CVEs will likely have this in the future and we will lack data. The cvssData scheme is here: https://csrc.nist.gov/schema/nvd/api/2.0/external/cvss-v4.0.json
* Merge pull request #520 from ↵Ján Jančár2025-11-122-0/+321
|\ | | | | | | | | crocs-muni/copilot/fix-3948463b-5e59-4806-bec7-07d010213fc5 Add Copilot instructions (main)
| * Polish instructions.J08nY2025-11-122-23/+25
| |
| * Add comprehensive Copilot instructions for sec-certs repositorycopilot-swe-agent[bot]2025-10-031-0/+319
| | | | | | | | Co-authored-by: J08nY <1296726+J08nY@users.noreply.github.com>
| * Initial plancopilot-swe-agent[bot]2025-10-030-0/+0
| |
* | Merge pull request #467 from crocs-muni/awesome-search-2Ján Jančár2025-11-121-2/+2
|\ \ | | | | | | WIP: add MLKEM into PQC keywords
| * | add MLKEM into PQC keywordsPetr Svenda2025-01-231-2/+2
| | |
* | | Merge pull request #512 from ↵adamjanovsky2025-11-062-2/+2
|\ \ \ | | | | | | | | | | | | | | | | crocs-muni/dependabot/pip/requirements/transformers-4.53.0 chore(deps): bump transformers from 4.50.0 to 4.53.0 in /requirements
| * | | chore(deps): bump transformers from 4.50.0 to 4.53.0 in /requirementsdependabot[bot]2025-08-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [transformers](https://github.com/huggingface/transformers) from 4.50.0 to 4.53.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.50.0...v4.53.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #504 from crocs-muni/dependabot/pip/requirements/torch-2.7.1adamjanovsky2025-11-062-2/+2
|\ \ \ \ | | | | | | | | | | chore(deps): bump torch from 2.6.0 to 2.7.1 in /requirements
| * | | | chore(deps): bump torch from 2.6.0 to 2.7.1 in /requirementsdependabot[bot]2025-06-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [torch](https://github.com/pytorch/pytorch) from 2.6.0 to 2.7.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.6.0...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #524 from crocs-muni/feat/add-eucc-regexesadamjanovsky2025-11-061-0/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | | feat: add EUCC regexes for certificate IDs
| * | | | feat: add EUCC rules for certificate IDstadeas.kachyna2025-10-261-0/+8
|/ / / /
* | | | Merge pull request #516 from crocs-muni/feat/jsonschemaJán Jančár2025-09-2615-112/+1679
|\ \ \ \ | |_|/ / |/| | | Make a JSON schema for CC Certificate and Dataset objects.
| * | | 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-2513-171/+696
| | | |
| * | | Fix CC schema validation tests.J08nY2025-09-254-11/+13
| | | |
| * | | Make a JSON schema for CC Certificate and Dataset objects.J08nY2025-09-257-110/+969
|/ / /
* | | Merge pull request #511 from crocs-muni/feat/ci-matrixJán Jančár2025-07-161-4/+11
|\ \ \ | | | | | | | | Run CI on various Python versions.
| * | | Continue on error in CI.J08nY2025-07-161-0/+1
| | | |
| * | | Run CI on various Python versions.J08nY2025-07-161-4/+10
|/ / /
* | | Merge pull request #510 from ↵Ján Jančár2025-07-163-6/+6
|\ \ \ | | | | | | | | | | | | | | | | crocs-muni/dependabot/pip/requirements/aiohttp-3.12.14 chore(deps): bump aiohttp from 3.11.13 to 3.12.14 in /requirements
| * | | Fixup requirements.J08nY2025-07-163-3/+3
| | | |
| * | | chore(deps): bump aiohttp from 3.11.13 to 3.12.14 in /requirementsdependabot[bot]2025-07-153-3/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.11.13 to 3.12.14. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.11.13...v3.12.14) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #507 from ↵Ján Jančár2025-06-195-5/+5
|\ \ \ | | | | | | | | | | | | | | | | crocs-muni/dependabot/pip/requirements/urllib3-2.5.0 chore(deps): bump urllib3 from 2.3.0 to 2.5.0 in /requirements
| * | | chore(deps): bump urllib3 from 2.3.0 to 2.5.0 in /requirementsdependabot[bot]2025-06-195-5/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.3.0 to 2.5.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.3.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #505 from crocs-muni/feature/dataset-version-warningadamjanovsky2025-06-129-5/+58
|\ \ \ | |/ / |/| | Add version warning for dataset compatibility
| * | test(fips): fix test to use correct 'sec_certs_version' key in dataset stateJán Jančár2025-06-121-2/+2
| | |
| * | fix(dataset): formatting and version warning logic for dataset version trackingJán Jančár2025-06-121-3/+7
| | |