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? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hi, could you post the exact error message here? |
Beta Was this translation helpful? Give feedback.
-
Hi,
This bug will be fixed soon, so that specifying |
Beta Was this translation helpful? Give feedback.
-
Please see #389 |
Beta Was this translation helpful? Give feedback.
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…