Sec-certs

Latest version: v0.2.1

Safety actively analyzes 630986 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.1.1

What's Changed
* adds CWE popularity over time plots by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/239
* Fix and enhance PDF metadata reading by J08nY in https://github.com/crocs-muni/sec-certs/pull/242
* Reorganize rule matching by J08nY in https://github.com/crocs-muni/sec-certs/pull/240
* build(deps): bump lxml from 4.8.0 to 4.9.1 in /requirements by dependabot in https://github.com/crocs-muni/sec-certs/pull/243
* Add OCR by J08nY in https://github.com/crocs-muni/sec-certs/pull/244
* Harmonize FIPS code by J08nY in https://github.com/crocs-muni/sec-certs/pull/246
* Add download of certificate lists from scheme pages. by J08nY in https://github.com/crocs-muni/sec-certs/pull/247
* Issue/249 cpe matching to cv es ignores cpe rules by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/251
* CC notebook with temporal trends by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/253
* switch wide to long/tidy format in temp notebook by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/254
* build(deps): bump nbconvert from 6.5.0 to 6.5.1 in /requirements by dependabot in https://github.com/crocs-muni/sec-certs/pull/257
* Improve cert id heuristics by J08nY in https://github.com/crocs-muni/sec-certs/pull/258
* Do not reextract stuff in CC. by J08nY in https://github.com/crocs-muni/sec-certs/pull/261
* More notebooks by J08nY in https://github.com/crocs-muni/sec-certs/pull/207
* Merge reference notebooks by J08nY in https://github.com/crocs-muni/sec-certs/pull/262
* Add ground truth analysis of cert ids. by J08nY in https://github.com/crocs-muni/sec-certs/pull/263
* Fix regex matching wrong substrings. by J08nY in https://github.com/crocs-muni/sec-certs/pull/264
* Temporal notebook iterative improvements by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/259
* build(deps): bump joblib from 1.1.0 to 1.2.0 in /requirements by dependabot in https://github.com/crocs-muni/sec-certs/pull/266
* fix bad PP constructor when parsing CC HTML webpage by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/268
* Move PP dataset URL. by J08nY in https://github.com/crocs-muni/sec-certs/pull/270
* Manual evaluation of CPE matching by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/267
* Fix FIPS references. by J08nY in https://github.com/crocs-muni/sec-certs/pull/272
* Feat/revisit vulns by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/271
* Feat/eval cpe matches by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/273
* Add notebooks to FIPS. by J08nY in https://github.com/crocs-muni/sec-certs/pull/274
* Fix OCR page order issue. by J08nY in https://github.com/crocs-muni/sec-certs/pull/280
* Refactor FIPS & unify CLI actions by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/275
* build(deps): bump certifi from 2021.10.8 to 2022.12.7 in /requirements by dependabot in https://github.com/crocs-muni/sec-certs/pull/291
* Add codecov by J08nY in https://github.com/crocs-muni/sec-certs/pull/292
* flat -> src layout by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/294
* Issue/287 rename common criteria files by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/295
* update readme by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/296


**Full Changelog**: https://github.com/crocs-muni/sec-certs/compare/0.1.0...0.1.1

0.1.0

What's Changed

* enhance vuln notebook by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/232
* new func get_coarse_grained_cwes() by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/233
* build(deps): bump notebook from 6.4.10 to 6.4.12 in /requirements by dependabot in https://github.com/crocs-muni/sec-certs/pull/234
* better docker instructions by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/236
* fix CommonCriteriaCert.InternalState constructor by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/238


**Full Changelog**: https://github.com/crocs-muni/sec-certs/compare/0.0.9...0.1.0

0.0.9

What's Changed
* Docs: upload to web on tag revision by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/230


**Full Changelog**: https://github.com/crocs-muni/sec-certs/compare/0.0.8...0.0.9

0.0.8

What's Changed

* Add document hashes. by J08nY in https://github.com/crocs-muni/sec-certs/pull/221
* Don't guess next release version with setuptools_scm by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/222
* Add more rules. by J08nY in https://github.com/crocs-muni/sec-certs/pull/224
* Fix PyPi build by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/226


**Full Changelog**: https://github.com/crocs-muni/sec-certs/compare/0.0.7...0.0.8

0.0.7

What's Changed

* Improve CPE matching (again) and add SAR processing by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/188
* build(deps): bump pypdf2 from 1.26.0 to 1.27.5 in /requirements by dependabot in https://github.com/crocs-muni/sec-certs/pull/202
* fix empty raise, more detailed info about badly parsed html by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/204
* allow empty dataset constructors by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/205
* populate __init__ for packages by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/206
* warn user on missing poppler, graphviz by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/209
* docs: Documentation for DependecyFinder and DependencyVulnerabilityFi… by GeorgeFI in https://github.com/crocs-muni/sec-certs/pull/215
* Docs by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/196
* Actions: fix draft release by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/217
* Issue/216 binder fix build by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/218

**Full Changelog**: https://github.com/crocs-muni/sec-certs/compare/0.0.5...0.0.7

0.0.4

What's Changed
* update release info in readme by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/164
* release action only on publishing a release by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/165
* Regex expand by GeorgeFI in https://github.com/crocs-muni/sec-certs/pull/166
* Leftover work with mypy and some random fixes by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/168
* Fix storage of PDF metadata. by J08nY in https://github.com/crocs-muni/sec-certs/pull/172
* Fix cpe matching inconsistencies by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/171
* [WIP] Unify handling of references in CC & FIPS. by J08nY in https://github.com/crocs-muni/sec-certs/pull/177
* fix: Fixed normalization to broken PDFs by GeorgeFI in https://github.com/crocs-muni/sec-certs/pull/178
* build(deps): bump pillow from 9.0.0 to 9.0.1 by dependabot in https://github.com/crocs-muni/sec-certs/pull/179
* Explicitly terminate the Thread or Process pool. by J08nY in https://github.com/crocs-muni/sec-certs/pull/181
* Fix issue with MIP download due to change in FIPS site. by J08nY in https://github.com/crocs-muni/sec-certs/pull/182
* fix: Matching anssi certs with recertification, removed regex for tur… by GeorgeFI in https://github.com/crocs-muni/sec-certs/pull/184
* Refactor/pdftotext as library by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/183
* Refactor/better requirements by adamjanovsky in https://github.com/crocs-muni/sec-certs/pull/186


**Full Changelog**: https://github.com/crocs-muni/sec-certs/compare/0.0.3...0.0.4

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.