| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Fixed from_json() | mmstanone | 2021-09-01 | 2 | -6/+9 | |
| | | | | ||||||
| | | * | adds cpe matching to FIPS | Adam Janovsky | 2021-09-02 | 4 | -21/+89 | |
| | |/ | ||||||
| | * | Fixed typos | mmstanone | 2021-09-01 | 1 | -3/+3 | |
| | | | ||||||
| | * | Removed automatic data clearing | mmstanone | 2021-09-01 | 1 | -1/+2 | |
| | | | ||||||
| | * | Updated README for MyBinder and local exploration | mmstanone | 2021-08-05 | 1 | -2/+17 | |
| | | | ||||||
| | * | Setting local paths in from_json | mmstanone | 2021-08-05 | 2 | -0/+18 | |
| | | | ||||||
| | * | added -y to dockerfile installs | mmstanone | 2021-08-05 | 1 | -2/+2 | |
| | | | ||||||
| | * | Added web snapshot and jupyter notebook | mmstanone | 2021-08-05 | 3 | -1/+48 | |
| | | | ||||||
| | * | Working CLI | mmstanone | 2021-08-05 | 3 | -3/+6 | |
| | | | ||||||
| | * | WIP: algorithm parsing | mmstanone | 2021-08-02 | 2 | -21/+44 | |
| | | | ||||||
| | * | WIP: working continuous update | mmstanone | 2021-08-02 | 3 | -11/+34 | |
| | | | ||||||
| | * | WIP: updated dockerfile with dependencies | mmstanone | 2021-07-29 | 1 | -0/+2 | |
| | | | ||||||
| | * | WIP: FIPS CLI - readme | mmstanone | 2021-07-28 | 2 | -4/+114 | |
| | | | ||||||
| | * | fixed tests after refactoring | mmstanone | 2021-07-28 | 2 | -3/+8 | |
| | | | ||||||
| | * | WIP: CLI for FIPS | mmstanone | 2021-07-28 | 6 | -43/+57 | |
| | | | ||||||
| | * | merging | mmstanone | 2021-07-21 | 33 | -446/+755 | |
| | |\ | |/ |/| | ||||||
| * | | fix in fetching the dataset | Adam Janovsky | 2021-06-16 | 1 | -35/+56 | |
| | | | ||||||
| * | | Merge pull request #96 from crocs-muni/cc-cve-cpe-notebook | adamjanovsky | 2021-06-16 | 11 | -68/+336 | |
| |\ \ | | | | | | | Cc CVE cpe notebook | |||||
| | * | | change url to pp static dataset | Adam Janovsky | 2021-06-16 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Merge branch 'dev' into cc-cve-cpe-notebook | Adam Janovsky | 2021-06-16 | 1 | -3/+3 | |
| | |\ \ | |/ / |/| | | ||||||
| * | | | Merge pull request #93 from crocs-muni/dependabot/pip/pillow-8.2.0 | adamjanovsky | 2021-06-09 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | Bump pillow from 8.1.1 to 8.2.0 | |||||
| | * | | | Bump pillow from 8.1.1 to 8.2.0 | dependabot[bot] | 2021-06-08 | 1 | -1/+1 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.1 to 8.2.0. - [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.1.1...8.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| * | | | Merge pull request #92 from crocs-muni/dependabot/pip/urllib3-1.26.5 | adamjanovsky | 2021-06-02 | 1 | -2/+2 | |
| |\ \ \ | | | | | | | | | Bump urllib3 from 1.25.11 to 1.26.5 | |||||
| | * | | | update requests in requirements | Adam Janovsky | 2021-06-02 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Bump urllib3 from 1.25.11 to 1.26.5 | dependabot[bot] | 2021-06-02 | 1 | -1/+1 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.11 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.25.11...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| | * | | implement some exploratory stuff in notebook | Adam Janovsky | 2021-06-16 | 1 | -9/+189 | |
| | | | | ||||||
| | * | | fix serialization of Maintenance Updates | Adam Janovsky | 2021-06-16 | 5 | -14/+42 | |
| | | | | ||||||
| | * | | WiP: CPE notebook | Adam Janovsky | 2021-06-02 | 4 | -15/+39 | |
| | | | | ||||||
| | * | | fix maintenance processing in CLI | Adam Janovsky | 2021-05-28 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | add date to CVE, restrict list of shown CPEs | Adam Janovsky | 2021-05-28 | 4 | -31/+66 | |
| |/ / | ||||||
| * | | Merge pull request #91 from crocs-muni/cc-exploratory-notebook | adamjanovsky | 2021-05-25 | 4 | -16/+57 | |
| |\ \ | | | | | | | Cc exploratory notebook | |||||
| | * | | basic notebook for exploratory study | Adam Janovsky | 2021-05-25 | 2 | -14/+45 | |
| | | | | ||||||
| | * | | speed up in label-studio dataset load | Adam Janovsky | 2021-05-25 | 3 | -2/+11 | |
| | | | | ||||||
| | * | | loading label-studio data now marks labeled:true on certs | Adam Janovsky | 2021-05-25 | 1 | -0/+1 | |
| |/ / | ||||||
| * | | typo in readme, package data | Adam Janovsky | 2021-05-25 | 2 | -1/+4 | |
| | | | ||||||
| * | | rename Docker -> docker | Adam Janovsky | 2021-05-25 | 2 | -1/+1 | |
| | | | ||||||
| * | | delete dockerfile from root repository | Adam Janovsky | 2021-05-25 | 1 | -45/+0 | |
| | | | ||||||
| * | | Merge pull request #90 from crocs-muni/leo/MyBinder | adamjanovsky | 2021-05-25 | 3 | -0/+47 | |
| |\ \ | | | | | | | Workaround for MyBinder | |||||
| | * | | Update docker-image.yml | Léo Vansimay | 2021-05-25 | 1 | -0/+1 | |
| | | | | | | | | | | Adding a line to keep the workflow working | |||||
| | * | | moving Dockerfile to avoid conflict with MyBinder and adding runtime.txt to ↵ | Léo Vansimay | 2021-05-25 | 2 | -0/+46 | |
| |/ / | | | | | | | force MyBinder to use python-3.8 | |||||
| * | | Merge pull request #88 from crocs-muni/cc-bugfixes-label-studio | adamjanovsky | 2021-05-19 | 3 | -11/+70 | |
| |\ \ | | | | | | | Cc bugfixes label studio | |||||
| | * | | fix color in readme | Adam Janovsky | 2021-05-19 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | adds configuration of label studio interface | Adam Janovsky | 2021-05-19 | 1 | -0/+30 | |
| | | | | ||||||
| | * | | improve readme on labeling | Adam Janovsky | 2021-05-19 | 1 | -4/+32 | |
| | | | | ||||||
| | * | | fixes loading label studio matches into CCDataset | Adam Janovsky | 2021-05-19 | 1 | -6/+7 | |
| |/ / | ||||||
| * | | Merge pull request #87 from crocs-muni/cc-bugfixes | adamjanovsky | 2021-05-19 | 5 | -22/+84 | |
| |\ \ | | | | | | | Cc bugfixes | |||||
| | * | | fix bug values() -> items() | Adam Janovsky | 2021-05-19 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | add progress bar description | Adam Janovsky | 2021-05-19 | 2 | -16/+51 | |
| | | | | ||||||
| | * | | fix certs that were not updated after processing | Adam Janovsky | 2021-05-19 | 1 | -7/+19 | |
| | | | | ||||||
| | * | | add in operator for dataset | Adam Janovsky | 2021-05-19 | 1 | -0/+5 | |
| | | | | ||||||
