aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
...
| * | Get rid of DUMMY_NONEXISTING_PATH.J08nY2025-02-1516-84/+166
| * | Fix expected JSON suffixes.J08nY2025-02-155-6/+10
| * | Throw if path is misnamed in (de)serialization.J08nY2025-02-151-11/+27
| * | Remove dummy path from aux handlers.J08nY2025-02-151-5/+2
* | | Go back to --cov=sec_certs in CI.J08nY2025-02-151-1/+1
* | | Fix coverage report in CI.J08nY2025-02-151-1/+1
|/ /
* | Do not run from_web tests for CPE and CVE.J08nY2025-02-153-17/+15
* | Merge pull request #478 from crocs-muni/fix/mutable-def-argJán Jančár2025-02-1421-91/+65
|\ \
| * | Protect from_web with xfails.J08nY2025-02-144-0/+4
| * | Move to coverage config in toml.J08nY2025-02-142-12/+13
| * | Ditch unused (and unimplemented) sha256_digest.J08nY2025-02-149-11/+1
| * | Actually use Dataset.__init__.J08nY2025-02-144-40/+9
| * | Fix mutable default state.J08nY2025-02-147-47/+57
|/ /
* | Merge pull request #477 from crocs-muni/fix/no-more-retcodeJán Jančár2025-02-1413-186/+129
|\ \
| * | Deduplicate download, extract and metadata code.J08nY2025-02-141-110/+63
| * | Get rid of all the RETURNCODEs.J08nY2025-02-1410-28/+30
| * | Get rid of RETURNCODE_OK. This is not C99.J08nY2025-02-147-74/+62
|/ /
* | Merge pull request #476 from crocs-muni/feat/better-tmpJán Jančár2025-02-1411-37/+149
|\ \
| * | Add tests to improve coverage.J08nY2025-02-142-0/+16
| * | More from_web tests.J08nY2025-02-142-11/+25
| * | Remove old debug print.J08nY2025-02-141-2/+0
| * | Unify CVE and CPEDataset from_web with the rest.J08nY2025-02-143-16/+15
| * | Use tmpdir with enough free space.J08nY2025-02-147-8/+93
|/ /
* | Merge pull request #475 from crocs-muni/fix-dockerhub-release0.3.2adamjanovsky2025-02-147-412/+363
|\ \
| * | disable manual dispatch of release pipelineAdam Janovsky2025-02-141-1/+0
| * | bump depsAdam Janovsky2025-02-145-411/+360
| * | temporarily allow manual trigger of release workflowAdam Janovsky2025-02-131-0/+1
| * | pin qemu at v7.0.0 in release workflow due to https://github.com/tonistiigi/b...Adam Janovsky2025-02-131-0/+2
| * | cap spacy<3.8.0 due to https://github.com/explosion/cython-blis/issues/117Adam Janovsky2025-02-131-1/+1
|/ /
* | Merge pull request #473 from crocs-muni/pre-release-fixes0.3.1adamjanovsky2025-02-139-12/+12
|\ \
| * | PPs: change dset filename pp.json -> dataset.jsonAdam Janovsky2025-02-137-9/+9
| * | fix typos in protection profile example notebookAdam Janovsky2025-02-131-2/+2
| * | fix dataset download description class nameAdam Janovsky2025-02-131-1/+1
|/ /
* | Fix PP and CC MU dataset path.J08nY2025-02-051-2/+2
* | Fix #470.J08nY2025-02-042-9/+15
* | Add __str__ to ProtectionProfileJ08nY2025-02-031-0/+3
* | Merge pull request #469 from crocs-muni/feat/pp-processingJán Jančár2025-02-0287-2368/+6594
|\ \ | |/ |/|
| * Update PP dataset URL.J08nY2025-02-021-1/+1
| * Add docs about dataset layout.J08nY2025-02-025-8/+80
| * Fix overridden method args.J08nY2025-02-021-1/+1
| * Fix aux handlers super() init call.J08nY2025-02-021-8/+11
| * Remove processed_pp_dataset_root_dir, let PP dataset handler figure out the d...J08nY2025-02-021-13/+0
| * Fix IUT and MIP tests.J08nY2025-02-013-3/+6
| * Revert the FIPS IUT and MIP from_web methods.J08nY2025-02-017-20/+45
| * fix iut mip testsAdam Janovsky2025-02-012-2/+8
| * fix hanging testsAdam Janovsky2025-02-011-1/+1
| * docs: Add protection profilesAdam Janovsky2025-02-012-0/+171
| * CLI: Add support for PP processingAdam Janovsky2025-02-011-8/+14
| * replace from_web_latest() with from_web()Adam Janovsky2025-02-0136-248/+289
| * fix bad type in cc old dgst testAdam Janovsky2025-02-011-1/+1