ChrisTimperley / RepairChain

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

Added "applies" method to all strategies #53

Closed clegoues closed 2 months ago

clegoues commented 2 months ago

Add applies class method to patch generation API, uses it to instantiate templates in choose strategy. Note that I have some of the strategies commented out because they're still partial and the type checker was screaming, but demonstrating with bounds check. Please don't make me fix it for all of them.