Major features:
Client library
- Support both Postgres and Sqlite databases
- Decide whether to ignore or not forks in `scan_user` method
- Add ipynb for data scientists' use case
- Implement a CLI, offering `scan` and `add_rules` method
UI
- Bugfixes
- Support both Postgres and Sqlite databases in the UI
- Start container with pre-loaded regexes (easier for users)
- Support ML models during scan
- Add a flag to force the re-scan of a repository
- Filter discoveries based on their categories
SM-v1.0.0
First version of the Snippet Model (Fasttext model), identifying false positives according to the code snippet (low precision).
It includes Extractor and Classifier.
PM-v1.0.1