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

Database Migration to add security relevance to DB #405

Merged
merged 6 commits into from
Aug 16, 2024

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    94214de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fb177b View commit details
    Browse the repository at this point in the history
  3. updates README and gitignore + reformatting and

    renaming alteration file
    lauraschauer committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4336fca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5d74c4 View commit details
    Browse the repository at this point in the history
  5. 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 14, 2024
    Configuration menu
    Copy the full SHA
    18791ab View commit details
    Browse the repository at this point in the history
  6. send one request to update security relevance of a batch of commits (…

    …instead of sending a request for each individual commit)
    lauraschauer committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    61a8ad3 View commit details
    Browse the repository at this point in the history