Add initial support for the VulnerableCode agent#1776
Add initial support for the VulnerableCode agent#1776ziadhany wants to merge 3 commits intoaboutcode-org:mainfrom
Conversation
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
|
@pombredanne, this is an initial base for the AI summary improver: Right now, we have two prompts—one to extract the purl and another to get the affected_versions and fixed_versions—without using RAG. I think I should also feed the model with However, I encountered a small issue related to testing and evaluating our improver because the model sometimes returns a different output each time. How should we approach testing it? There’s just a little work left, and I think this improver will be ready soon. Input Output: |
|
@pombredanne This is a small document for the budget you requested. I used some sources like https://llm-stats.com/, and I think the best option is to avoid running the model locally or in the cloud and instead use an API. Please let me know if you have any comments on this. |
…s the affected and fixed versions. Signed-off-by: ziad hany <ziadhany2016@gmail.com>
|
Thanks @ziadhany, This is experimental, let's use https://github.com/aboutcode-org/vulnerablecode-ai-experiments for VulnerableCode agent. |
The VulnerableCode agent currently focuses on one main task: extracting the correct version range from the vulnerability summary.