aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * | updated requirements for jsonschemammstanone2021-09-071-0/+1
| | |
| * | Added configuration schemammstanone2021-09-072-1/+133
| | |
| | * cleanup old codeAdam Janovsky2021-10-228-369/+129
| | |
| | * enhance cpe with start and end versionsAdam Janovsky2021-10-192-6/+23
| | |
| | * introduce startVersion and endVersion to CPE objectAdam Janovsky2021-10-191-3/+12
| | |
| | * rename certificate -> sample and split cve,cpe dataset from sampleAdam Janovsky2021-10-1923-249/+268
| | |
| | * very rough version of automated cpe matchingAdam Janovsky2021-10-151-0/+254
| | |
| | * cleanup evaluation functionsAdam Janovsky2021-10-151-42/+2
| | |
| | * clean old evaluation functionsAdam Janovsky2021-10-151-78/+19
| | |
| | * improve tokenization now split on any whitespaceAdam Janovsky2021-10-151-2/+1
| | |
| | * revert changes in cve datasetAdam Janovsky2021-10-151-17/+3
| | |
| | * general improvements in CPEAdam Janovsky2021-10-151-4/+71
| | |
| | * getting x and y for cpe_matching on certsAdam Janovsky2021-10-151-2/+8
| | |
| | * remove TFIDF cve matchingAdam Janovsky2021-10-151-54/+0
| | |
| | * random fixesAdam Janovsky2021-09-243-26/+94
| | |
| | * cve not represented as setAdam Janovsky2021-09-233-10/+19
| | |
| | * matching now adheres to sklearn style guideAdam Janovsky2021-09-225-33/+53
| | |
| | * PoC GridSearch on hyperparametersAdam Janovsky2021-09-211-10/+21
| | |
| | * classifier adheres to sklearnAdam Janovsky2021-09-211-27/+34
| | |
| | * evaluation summaryAdam Janovsky2021-09-211-15/+38
| | |
| | * better eq on cvesAdam Janovsky2021-09-211-1/+11
| | |
| | * fix tests CVE description fieldAdam Janovsky2021-09-212-5/+9
| | |
| | * sklearn to requirementsAdam Janovsky2021-09-211-0/+1
| | |
| | * PoC for CVE matchingAdam Janovsky2021-09-214-0/+158
| | |
| | * add script for validation/test split for reproducibilityAdam Janovsky2021-09-211-0/+73
| | |
| | * cve objects extended to contain info rel. to matchingAdam Janovsky2021-09-211-4/+23
| | |
| | * keywords for certificatesAdam Janovsky2021-09-211-1/+10
| | |
| | * better to_pandas() in cpe datasetAdam Janovsky2021-09-211-2/+7
| | |
| | * delete auxillary printAdam Janovsky2021-09-211-1/+0
| | |
| | * tokenization methodAdam Janovsky2021-09-211-0/+3
| | |
| | * min token length settingsAdam Janovsky2021-09-211-1/+3
| | |
| | * just add type hints to random methodAdam Janovsky2021-09-211-1/+1
| |/ |/|
* | hotfix cve dataset to pandas serializationAdam Janovsky2021-09-141-1/+1
| |
* | Merge pull request #102 from crocs-muni/add-related-certs-cve-datasetadamjanovsky2021-09-145-9/+35
|\ \ | | | | | | Add related certs CVE dataset
| * | fix testsAdam Janovsky2021-09-142-3/+15
| | |
| * | adds vulnerable certificates to CVE datasetAdam Janovsky2021-09-143-6/+20
|/ /
* | Merge pull request #101 from crocs-muni/dependabot/pip/pillow-8.3.2adamjanovsky2021-09-081-1/+1
|\ \ | | | | | | Bump pillow from 8.2.0 to 8.3.2
| * | Bump pillow from 8.2.0 to 8.3.2dependabot[bot]2021-09-081-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 8.3.2. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/8.2.0...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* / update cpe/cve notebookAdam Janovsky2021-09-083-302/+483
|/
* Merge pull request #99 from crocs-muni/fips-cpe-better-labeladamjanovsky2021-09-071-1/+5
|\ | | | | better label for label studio labeling
| * better label for label studio labelingAdam Janovsky2021-09-071-1/+5
|/
* Merge pull request #98 from crocs-muni/fips-cpeadamjanovsky2021-09-068-172/+235
|\ | | | | Fips cpe
| * rename processed->heuristics in testsAdam Janovsky2021-09-061-60/+60
| |
| * label_studio_json inheritanceAdam Janovsky2021-09-066-68/+68
| |
| * implemented inheritance in CPE matchingAdam Janovsky2021-09-065-87/+54
| |
| * FIPS CPE label studio data formatAdam Janovsky2021-09-021-0/+14
| |
| * fix FIPS CPE matchingAdam Janovsky2021-09-022-7/+22
| |
| * merge devAdam Janovsky2021-09-023-7/+10
| |\ | |/ |/|
* | Merge pull request #97 from crocs-muni/fips-cliadamjanovsky2021-09-0212-188/+724
|\ \ | | | | | | CLI, MyBinder, and web snapshot for FIPS
| * | Fixed root_dir search in algs during testingmmstanone2021-09-011-1/+2
| | |