ChrisTimperley / RepairChain

AIxCC: automated vulnerability repair via LLMs, search, and static analysis
Apache License 2.0
3 stars 0 forks source link

Integrate information from sanitizer report into YOLO #43

Open clegoues opened 2 months ago

clegoues commented 2 months ago

@rubengmartins Check out sanitizer report: https://github.com/ChrisTimperley/RepairChain/blob/45490ad9a4dac60a8c8648fb42aab760908bb5f4/src/repairchain/models/sanitizer_report.py#L362

Parses out bug type etc from sanitizer report, and error location and other useful information when available. I (Claire) will be refactoring slightly but the key information should still be there. It sounded like this might be useful for YOLO.

clegoues commented 2 months ago

Thinking about it, probably not worth trying to do before semis --- without symbolization, dumb YOLO with just the sanitizer report andi mplicated functions is the best bet for the kernel.

rubengmartins commented 2 months ago

To be honest, this will not happen during the weekend but something we may want to consider for the future.