Sorts
Sorts unit tests
This section provides a comprehensive overview of the unit testing procedures implemented for Sorts. It highlights the significance of unit testing in ensuring reliability and functionality of individual components within the codebase. We exclusively ...
Model Training
Sorts uses a machine learning model which outputs the probability of a file having a vulnerability. In order to obtain this model, a training process is performed weekly using a variety of training algorithms from where the best model produced is ...
Introduction
Sorts is the product responsible for helping penetration testers sort files in a Git repository by their probability of containing security vulnerabilities. It does so by using Machine Learning and producing a prediction model, which is then used by ...