Update README.md
Browse files
README.md
CHANGED
|
@@ -17,9 +17,9 @@ MultiPatch is stored in `jsonl` format. Each line corresponds to one CVE and con
|
|
| 17 |
"patches": [
|
| 18 |
{
|
| 19 |
"commit_url": "URL of the fix commit, type: str",
|
| 20 |
-
"diff_code": "the
|
| 21 |
-
"owner": "owner of the
|
| 22 |
-
"repo_name": "
|
| 23 |
"commit_message": "commit message, type: str"
|
| 24 |
}
|
| 25 |
]
|
|
|
|
| 17 |
"patches": [
|
| 18 |
{
|
| 19 |
"commit_url": "URL of the fix commit, type: str",
|
| 20 |
+
"diff_code": "the diff code of the patch, type: str",
|
| 21 |
+
"owner": "owner id of the repository, type: str",
|
| 22 |
+
"repo_name": "the repository name, type: str",
|
| 23 |
"commit_message": "commit message, type: str"
|
| 24 |
}
|
| 25 |
]
|