-
Notifications
You must be signed in to change notification settings - Fork 73
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
Commits on Aug 16, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 55e1420 - Browse repository at this point
Copy the full SHA 55e1420View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 19d16fe - Browse repository at this point
Copy the full SHA 19d16feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5af0501 - Browse repository at this point
Copy the full SHA 5af0501View commit details -
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'
Configuration menu - View commit details
-
Copy full SHA for 552509b - Browse repository at this point
Copy the full SHA 552509bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3be03fb - Browse repository at this point
Copy the full SHA 3be03fbView commit details -
removes 'dubious ownership' error when trying to access git repositor…
…ies with a different user'
Configuration menu - View commit details
-
Copy full SHA for c7dbd7f - Browse repository at this point
Copy the full SHA c7dbd7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba72de1 - Browse repository at this point
Copy the full SHA ba72de1View commit details
Commits on Aug 26, 2024
-
[FIX] makes sure that commit classification information is only retri…
…eved when using backend is optional or always
Configuration menu - View commit details
-
Copy full SHA for 9108729 - Browse repository at this point
Copy the full SHA 9108729View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a57769b - Browse repository at this point
Copy the full SHA a57769bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcf7279 - Browse repository at this point
Copy the full SHA bcf7279View commit details