Datasets:

Modalities:
Text
Formats:
json
ArXiv:
License:
qwlhappy commited on
Commit
82989fc
·
verified ·
1 Parent(s): 54d5fe3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 hash value of the parent commit, type: str",
21
- "owner": "owner of the repo, type: str",
22
- "repo_name": "repo name, type: str",
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
  ]