Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## 👋 Overview
|
| 2 |
PatchEval is a benchmark designed to systematically evaluate LLMs and Agents in the task of automated vulnerability repair.
|
| 3 |
It includes 1,000 vulnerabilities sourced from CVEs reported between 2015 and 2025, covering 65 CWE categories across Go, JavaScript, and Python.
|
|
@@ -34,4 +41,4 @@ If you find PatchEval useful for your research and applications, feel free to gi
|
|
| 34 |
```
|
| 35 |
|
| 36 |
## ✍️ License
|
| 37 |
-
This project is licensed under the Apache License 2.0.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- security
|
| 5 |
+
- vulnerability
|
| 6 |
+
- patch
|
| 7 |
+
---
|
| 8 |
## 👋 Overview
|
| 9 |
PatchEval is a benchmark designed to systematically evaluate LLMs and Agents in the task of automated vulnerability repair.
|
| 10 |
It includes 1,000 vulnerabilities sourced from CVEs reported between 2015 and 2025, covering 65 CWE categories across Go, JavaScript, and Python.
|
|
|
|
| 41 |
```
|
| 42 |
|
| 43 |
## ✍️ License
|
| 44 |
+
This project is licensed under the Apache License 2.0.
|