Adds field for security_relevant in database to save the outcome of the security relevance rule to the database. This makes calls to the LLM for commits already in the database redundant.
Adds LLM statistics to the statistics object: execution time for obtaining the repository URL and for performing the commit classification.
Changes in this PR
security_relevant
in database to save the outcome of the security relevance rule to the database. This makes calls to the LLM for commits already in the database redundant.