index
:
sec-certs.git
main
page
Tool for analysis of security certificates (Common Criteria, FIPS 140...).
crocs-muni
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Get rid of DUMMY_NONEXISTING_PATH.
J08nY
2025-02-15
16
-84
/
+166
|
*
|
Fix expected JSON suffixes.
J08nY
2025-02-15
5
-6
/
+10
|
*
|
Throw if path is misnamed in (de)serialization.
J08nY
2025-02-15
1
-11
/
+27
|
*
|
Remove dummy path from aux handlers.
J08nY
2025-02-15
1
-5
/
+2
*
|
|
Go back to --cov=sec_certs in CI.
J08nY
2025-02-15
1
-1
/
+1
*
|
|
Fix coverage report in CI.
J08nY
2025-02-15
1
-1
/
+1
|
/
/
*
|
Do not run from_web tests for CPE and CVE.
J08nY
2025-02-15
3
-17
/
+15
*
|
Merge pull request #478 from crocs-muni/fix/mutable-def-arg
Ján Jančár
2025-02-14
21
-91
/
+65
|
\
\
|
*
|
Protect from_web with xfails.
J08nY
2025-02-14
4
-0
/
+4
|
*
|
Move to coverage config in toml.
J08nY
2025-02-14
2
-12
/
+13
|
*
|
Ditch unused (and unimplemented) sha256_digest.
J08nY
2025-02-14
9
-11
/
+1
|
*
|
Actually use Dataset.__init__.
J08nY
2025-02-14
4
-40
/
+9
|
*
|
Fix mutable default state.
J08nY
2025-02-14
7
-47
/
+57
|
/
/
*
|
Merge pull request #477 from crocs-muni/fix/no-more-retcode
Ján Jančár
2025-02-14
13
-186
/
+129
|
\
\
|
*
|
Deduplicate download, extract and metadata code.
J08nY
2025-02-14
1
-110
/
+63
|
*
|
Get rid of all the RETURNCODEs.
J08nY
2025-02-14
10
-28
/
+30
|
*
|
Get rid of RETURNCODE_OK. This is not C99.
J08nY
2025-02-14
7
-74
/
+62
|
/
/
*
|
Merge pull request #476 from crocs-muni/feat/better-tmp
Ján Jančár
2025-02-14
11
-37
/
+149
|
\
\
|
*
|
Add tests to improve coverage.
J08nY
2025-02-14
2
-0
/
+16
|
*
|
More from_web tests.
J08nY
2025-02-14
2
-11
/
+25
|
*
|
Remove old debug print.
J08nY
2025-02-14
1
-2
/
+0
|
*
|
Unify CVE and CPEDataset from_web with the rest.
J08nY
2025-02-14
3
-16
/
+15
|
*
|
Use tmpdir with enough free space.
J08nY
2025-02-14
7
-8
/
+93
|
/
/
*
|
Merge pull request #475 from crocs-muni/fix-dockerhub-release
0.3.2
adamjanovsky
2025-02-14
7
-412
/
+363
|
\
\
|
*
|
disable manual dispatch of release pipeline
Adam Janovsky
2025-02-14
1
-1
/
+0
|
*
|
bump deps
Adam Janovsky
2025-02-14
5
-411
/
+360
|
*
|
temporarily allow manual trigger of release workflow
Adam Janovsky
2025-02-13
1
-0
/
+1
|
*
|
pin qemu at v7.0.0 in release workflow due to https://github.com/tonistiigi/b...
Adam Janovsky
2025-02-13
1
-0
/
+2
|
*
|
cap spacy<3.8.0 due to https://github.com/explosion/cython-blis/issues/117
Adam Janovsky
2025-02-13
1
-1
/
+1
|
/
/
*
|
Merge pull request #473 from crocs-muni/pre-release-fixes
0.3.1
adamjanovsky
2025-02-13
9
-12
/
+12
|
\
\
|
*
|
PPs: change dset filename pp.json -> dataset.json
Adam Janovsky
2025-02-13
7
-9
/
+9
|
*
|
fix typos in protection profile example notebook
Adam Janovsky
2025-02-13
1
-2
/
+2
|
*
|
fix dataset download description class name
Adam Janovsky
2025-02-13
1
-1
/
+1
|
/
/
*
|
Fix PP and CC MU dataset path.
J08nY
2025-02-05
1
-2
/
+2
*
|
Fix #470.
J08nY
2025-02-04
2
-9
/
+15
*
|
Add __str__ to ProtectionProfile
J08nY
2025-02-03
1
-0
/
+3
*
|
Merge pull request #469 from crocs-muni/feat/pp-processing
Ján Jančár
2025-02-02
87
-2368
/
+6594
|
\
\
|
|
/
|
/
|
|
*
Update PP dataset URL.
J08nY
2025-02-02
1
-1
/
+1
|
*
Add docs about dataset layout.
J08nY
2025-02-02
5
-8
/
+80
|
*
Fix overridden method args.
J08nY
2025-02-02
1
-1
/
+1
|
*
Fix aux handlers super() init call.
J08nY
2025-02-02
1
-8
/
+11
|
*
Remove processed_pp_dataset_root_dir, let PP dataset handler figure out the d...
J08nY
2025-02-02
1
-13
/
+0
|
*
Fix IUT and MIP tests.
J08nY
2025-02-01
3
-3
/
+6
|
*
Revert the FIPS IUT and MIP from_web methods.
J08nY
2025-02-01
7
-20
/
+45
|
*
fix iut mip tests
Adam Janovsky
2025-02-01
2
-2
/
+8
|
*
fix hanging tests
Adam Janovsky
2025-02-01
1
-1
/
+1
|
*
docs: Add protection profiles
Adam Janovsky
2025-02-01
2
-0
/
+171
|
*
CLI: Add support for PP processing
Adam Janovsky
2025-02-01
1
-8
/
+14
|
*
replace from_web_latest() with from_web()
Adam Janovsky
2025-02-01
36
-248
/
+289
|
*
fix bad type in cc old dgst test
Adam Janovsky
2025-02-01
1
-1
/
+1
[prev]
[next]