SAP / project-kb

Home page of project "KB"
https://sap.github.io/project-kb/
Apache License 2.0
114 stars 74 forks source link

Database Migration to add security relevance to DB #405

Closed lauraschauer closed 3 months ago

lauraschauer commented 3 months ago

Changes in this PR

  1. 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.
  2. Adds LLM statistics to the statistics object: execution time for obtaining the repository URL and for performing the commit classification.