Skip to content

Releases: crocs-muni/sec-certs

0.4.1

20 Mar 17:44
e056cca

Choose a tag to compare

What's Changed

  • Fix dockerbuild by @jborsky in #611
  • Accept CVEs with status: 'Deferred' into the dataset by @adamjanovsky in #610
  • Fix json_path not being set before serialization in CVEDatasetHandler/CPEDatasetHandler by @jborsky in #612

Full Changelog: 0.4.0...0.4.1

0.4.0

20 Mar 12:04

Choose a tag to compare

What's Changed

  • Use tmpdir with enough free space. by @J08nY in #476
  • Get rid of RETURNCODE_OK. This is not C99. by @J08nY in #477
  • Fix mutable default state. by @J08nY in #478
  • Get rid of DUMMY_NONEXISTING_PATH by @J08nY in #479
  • Fix ReferenceSegmentExtractor. by @J08nY in #486
  • Move flaky remote tests into "scheduled" workflow. by @J08nY in #487
  • Fix aux dset dir warning. by @J08nY in #488
  • Fix cicrular import issue. by @J08nY in #489
  • Demonstration notebook of annotation of references with LLMs by @fedorst in #481
  • chore(deps): bump jinja2 from 3.1.5 to 3.1.6 in /requirements by @dependabot[bot] in #492
  • Semantic search demo by @fedorst in #491
  • Improve BSI cert_id regex. by @J08nY in #493
  • Add third paper to README. by @J08nY in #494
  • Fix/schemes again2 by @J08nY in #495
  • chore(deps): bump h11 from 0.14.0 to 0.16.0 in /requirements by @dependabot[bot] in #497
  • Fix tqdm ignoring settings. by @J08nY in #496
  • chore(deps): bump transformers from 4.49.0 to 4.50.0 in /requirements by @dependabot[bot] in #498
  • chore(deps): bump tornado from 6.4.2 to 6.5.1 in /requirements by @dependabot[bot] in #500
  • chore(deps): bump requests from 2.32.3 to 2.32.4 in /requirements by @dependabot[bot] in #503
  • Add version warning for dataset compatibility by @J08nY in #505
  • chore(deps): bump urllib3 from 2.3.0 to 2.5.0 in /requirements by @dependabot[bot] in #507
  • chore(deps): bump aiohttp from 3.11.13 to 3.12.14 in /requirements by @dependabot[bot] in #510
  • Run CI on various Python versions. by @J08nY in #511
  • Make a JSON schema for CC Certificate and Dataset objects. by @J08nY in #516
  • feat: add EUCC regexes for certificate IDs by @tkachyna in #524
  • chore(deps): bump torch from 2.6.0 to 2.7.1 in /requirements by @dependabot[bot] in #504
  • chore(deps): bump transformers from 4.50.0 to 4.53.0 in /requirements by @dependabot[bot] in #512
  • WIP: add MLKEM into PQC keywords by @petrs in #467
  • Add Copilot instructions (main) by @Copilot in #520
  • Ignore CVSS V4.0 metrics in CVE loading. by @J08nY in #529
  • Move to uv by @J08nY in #530
  • Fix bad list join in CVSS parsing. by @J08nY in #534
  • Fix the scheme download again. by @J08nY in #535
  • Fix CC scheme mapping for NIAP certs. by @J08nY in #538
  • Docling conversion by @jborsky in #525
  • Fix SECCERTS-21H. by @J08nY in #541
  • Preparing for EUCC: Moving heuristics functions to a common file by @tkachyna in #536
  • Defer docling imports by @adamjanovsky in #548
  • refactor: add CVSS v4.0 support to CVE sample by @adamjanovsky in #549
  • Preparing for EUCC: Moving convert and extraction functions to common files by @tkachyna in #550
  • Fix failing docling tests due to different outputs by @jborsky in #551
  • Add fetching and processing for EUCC Certificates + refactoring the rest of the pipeline by @tkachyna in #552
  • Fix compatibility with pandas 3.0 by @jborsky in #563
  • Refine regex patterns for post-quantum crypto by @J08nY in #594
  • build/update deps by @jborsky in #595
  • Bump nltk from 3.9.1 to 3.9.3 by @dependabot[bot] in #596
  • Bump tornado from 6.5.1 to 6.5.5 by @dependabot[bot] in #597
  • Bump pypdf from 5.7.0 to 6.9.1 by @dependabot[bot] in #598
  • build: update uv.lock by @jborsky in #607
  • New MIP statuses by @jborsky in #565

Full Changelog: 0.3.2...0.4.0

0.3.2

14 Feb 09:25
3cea4d7

Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

13 Feb 12:31
443d38c

Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.3.1

0.2.1

20 Feb 12:00
6415e71

Choose a tag to compare

Important changes

Small changes

Dependabot updates

  • chore(deps): bump cryptography from 41.0.5 to 41.0.6 in /requirements by @dependabot in #378
  • chore(deps): bump transformers from 4.35.2 to 4.36.0 in /requirements by @dependabot in #380
  • chore(deps): bump jinja2 from 3.1.2 to 3.1.3 in /requirements by @dependabot in #381
  • chore(deps): bump pillow from 10.1.0 to 10.2.0 in /requirements by @dependabot in #382
  • chore(deps): bump aiohttp from 3.9.0 to 3.9.2 in /requirements by @dependabot in #383
  • chore(deps): bump cryptography from 41.0.6 to 42.0.0 in /requirements by @dependabot in #387
  • chore(deps): bump cryptography from 42.0.0 to 42.0.2 in /requirements by @dependabot in #391

Full Changelog: 0.1.6...0.2.0

0.1.6

27 Nov 08:56
4e64eed

Choose a tag to compare

What's Changed

Full Changelog: 0.1.5...0.1.6

0.1.5

18 May 13:18
b7dbb87

Choose a tag to compare

What's Changed

Full Changelog: 0.1.4...0.1.5

0.1.4

10 May 11:59
b808490

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.3...0.1.4

0.1.3

10 Jan 14:54
0d4e52c

Choose a tag to compare

What's Changed

Full Changelog: 0.1.2...0.1.3

0.1.2

10 Dec 09:23
9d1d44d

Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.1.2