| Commit message (Expand) | Author | Age | Files | Lines |
| * | chore: fix model doc style | Adam Janovsky | 2022-05-27 | 2 | -14/+18 |
| * | Merge pull request #215 from crocs-muni/model-docs | adamjanovsky | 2022-05-27 | 3 | -1/+46 |
| |\ |
|
| | * | chore: Altered docstring with proper naming | GeogeFI | 2022-05-26 | 1 | -2/+2 |
| | * | format: Formatting with black | GeogeFI | 2022-05-26 | 1 | -0/+1 |
| | * | docs: Documentation for DependecyFinder and DependencyVulnerabilityFinder models | GeogeFI | 2022-05-26 | 2 | -0/+44 |
| | * | Update location of CC MU dataset in settings. | J08nY | 2022-05-20 | 1 | -1/+1 |
| * | | improve CVE notebook | Adam Janovsky | 2022-05-26 | 1 | -16/+30 |
| * | | random docs fixes | Adam Janovsky | 2022-05-23 | 1 | -7/+8 |
| * | | adds FIPSCertificate docs | Adam Janovsky | 2022-05-23 | 2 | -34/+120 |
| * | | add docs CommonCriteriaCert | Adam Janovsky | 2022-05-23 | 2 | -23/+167 |
| * | | add docs for CCDataset | Adam Janovsky | 2022-05-23 | 4 | -26/+129 |
| * | | add fipsdataset docs | Adam Janovsky | 2022-05-22 | 4 | -91/+136 |
| * | | Docs: automatically generate configuration page | Adam Janovsky | 2022-05-20 | 1 | -1/+7 |
| * | | Docs: add some examples | Adam Janovsky | 2022-05-20 | 1 | -2/+3 |
| * | | Docs: autodoc, model package docs | Adam Janovsky | 2022-05-20 | 1 | -9/+30 |
| * | | CPE model make some method private, docs | Adam Janovsky | 2022-05-20 | 1 | -42/+53 |
| |/ |
|
| * | warn user on missing poppler, graphviz | Adam Janovsky | 2022-05-13 | 1 | -0/+25 |
| * | add docstrings for packages | Adam Janovsky | 2022-05-13 | 4 | -0/+18 |
| * | populate __init__ for modules | Adam Janovsky | 2022-05-12 | 9 | -61/+97 |
| * | allow empty dataset constructors | Adam Janovsky | 2022-05-12 | 3 | -10/+12 |
| * | allow empty files | Adam Janovsky | 2022-05-12 | 1 | -2/+5 |
| * | fix empty raise, more detailed info about badly parsed html | Adam Janovsky | 2022-05-12 | 2 | -8/+13 |
| * | implement EAL-implied SARs inference | Adam Janovsky | 2022-05-10 | 4 | -38/+213 |
| * | improve sar parsing | Adam Janovsky | 2022-05-09 | 4 | -35/+110 |
| * | fix download progress bar | Adam Janovsky | 2022-05-09 | 2 | -7/+17 |
| * | refactor SAR transformer, add docstrings | Adam Janovsky | 2022-05-09 | 3 | -15/+40 |
| * | progress bar on from_web_latest() | Adam Janovsky | 2022-05-09 | 3 | -7/+31 |
| * | Merge branch 'main' into feat/research-cve-notebook | Adam Janovsky | 2022-05-05 | 6 | -17/+173 |
| |\ |
|
| | * | format: Formatting with linters | GeogeFI | 2022-04-21 | 1 | -7/+4 |
| | * | feat: Updated cert rules from old-api branch | GeogeFI | 2022-04-21 | 1 | -2/+10 |
| | * | delete debugging print statement | Adam Janovsky | 2022-04-10 | 1 | -3/+0 |
| | * | test: Added tests for dependecy vulnerabilities | GeogeFI | 2022-04-09 | 1 | -0/+4 |
| | * | refactor: Refactored referenced module | GeogeFI | 2022-04-09 | 3 | -13/+21 |
| | * | refactor: Renamed methods to suit sklearn philosophy | GeogeFI | 2022-04-09 | 2 | -7/+21 |
| | * | chore: Deleted unnecessary function in cc dataset | GeogeFI | 2022-04-07 | 1 | -12/+0 |
| | * | Merge branch 'main' into dependency-vulnerability | GeogeFI | 2022-04-07 | 7 | -60/+104 |
| | |\ |
|
| | * | | refactor: Renamed function names | GeogeFI | 2022-04-07 | 2 | -14/+15 |
| | * | | format: Mypy fix | GeogeFI | 2022-04-02 | 1 | -2/+5 |
| | * | | feat: Implemented model for dependency vulnerabilities, tested | GeogeFI | 2022-04-02 | 3 | -52/+26 |
| | * | | feat: Partly implemented module, not integrated with dataset, nor tested | GeogeFI | 2022-04-02 | 1 | -0/+96 |
| | * | | refactor: Fixing comments from code review | GeogeFI | 2022-04-02 | 1 | -14/+16 |
| | * | | feat: Implemented mechanism for skipping duplicates in dependency vulnerabili... | GeogeFI | 2022-04-02 | 2 | -1/+18 |
| | * | | chore: Mypy hopefully fixed v2 | GeogeFI | 2022-03-19 | 1 | -4/+6 |
| | * | | chore: Hopefully fixed problem with circular import | GeogeFI | 2022-03-19 | 1 | -2/+5 |
| | * | | format: Formatting with isort, flake8, mypy | GeogeFI | 2022-03-19 | 1 | -5/+2 |
| | * | | chore: Removed print statements | GeogeFI | 2022-03-19 | 1 | -3/+0 |
| | * | | refactor: Refactored improved version | GeogeFI | 2022-03-19 | 1 | -26/+27 |
| | * | | chore: Fixed tests, added support for indirect references | GeogeFI | 2022-03-19 | 1 | -5/+24 |
| | * | | feat: Direct dependency vulnerabilities - naive solution | GeogeFI | 2022-03-19 | 2 | -0/+28 |
| * | | | add lemmatization prior to cve matching | Adam Janovsky | 2022-05-05 | 3 | -18/+43 |