Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add various small bug fixes #406

Merged
merged 10 commits into from
Sep 2, 2024
Merged

Add various small bug fixes #406

merged 10 commits into from
Sep 2, 2024

Commits on Aug 16, 2024

  1. send one request to update security relevance of a batch of commits (…

    …instead of sending a request for each individual commit)
    
    adds LLM statistics to statistics object and
    Prospector reports
    
    Captures execution time at the level above the
    LLMService function, so that even if LLM function
    doesn't get executed anymore (because the
    information is found in db), the time of the db
    retrieval is still measured.
    lauraschauer committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    55e1420 View commit details
    Browse the repository at this point in the history
  2. Reduces throwing errors when the LLM returns a verbose answer in comm…

    …it classification.
    
    Now if there is 'true' or 'false' in the answer string, it is returned as True and False respectively, instead of checking for certain output formats
    lauraschauer committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    19d16fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5af0501 View commit details
    Browse the repository at this point in the history
  4. Advisory References: commit

    makes sure that only commits refrenced in the advisory with a commit hash are treated as 'fixing commits', and not if the references is eg. 'commit::master'
    lauraschauer committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    552509b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3be03fb View commit details
    Browse the repository at this point in the history
  6. removes 'dubious ownership' error when trying to access git repositor…

    …ies with a different user'
    lauraschauer committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c7dbd7f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba72de1 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. [FIX] makes sure that commit classification information is only retri…

    …eved when using backend is optional or always
    lauraschauer committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9108729 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    a57769b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcf7279 View commit details
    Browse the repository at this point in the history