Problems when trying to run the prospector #387
|
Hi, I'm very interested in testing the prospector project on my machine. I followed the step-by-step guide on how to run the project using Docker and when I try to run the example command "./run_prospector.sh CVE-2020-1925 --repository https://github.com/apache/olingo- odata4" missing LLM error appears. What should the config.yaml file look like to disable the use of LLM? Can you help me? |
Answered by
saletybaracho
Jun 21, 2024
Replies: 3 comments 3 replies
|
Hi, could you post the exact error message here? |
0 replies
|
Hi, This bug will be fixed soon, so that specifying |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @lauraschauer ,
I commented the lines you recommended and had the error "'use_llm_repository_url' is missing in config.yaml."
The solution for me is:
I'm going to start testing Prospector because I'm a PhD student and I think this tool will help me in my research on software vulnerability.
I've been following the project-kb and sap papers since last year. :)
Thanks for the supp…