Update README.md
Browse files
README.md
CHANGED
|
@@ -98,25 +98,22 @@ Each row in `data/fix_info.csv` looks like the following.
|
|
| 98 |
- `method`: the name of the method that is fixed
|
| 99 |
- `method_start`, `method_end`: the start and end line number of the method
|
| 100 |
- `signature`: the signature of the method. Note that we might have multiple overloaded methods with the same name but with different signatures
|
| 101 |
-
-
|
| 102 |
-
### Dataset Description
|
| 103 |
|
| 104 |
-
<!-- Provide a longer summary of what this dataset is. -->
|
| 105 |
|
|
|
|
| 106 |
|
|
|
|
| 107 |
|
| 108 |
-
- **Curated by:**
|
| 109 |
- **Funded by [optional]:** [More Information Needed]
|
| 110 |
- **Shared by [optional]:** [More Information Needed]
|
| 111 |
- **Language(s) (NLP):** [More Information Needed]
|
| 112 |
- **License:** [More Information Needed]
|
| 113 |
|
| 114 |
-
### Dataset Sources [optional]
|
| 115 |
-
|
| 116 |
<!-- Provide the basic links for the dataset. -->
|
| 117 |
|
| 118 |
-
- **Repository:** [
|
| 119 |
-
- **Paper [optional]:** [
|
| 120 |
- **Demo [optional]:** [More Information Needed]
|
| 121 |
|
| 122 |
## Uses
|
|
@@ -202,6 +199,19 @@ Users should be made aware of the risks, biases and limitations of the dataset.
|
|
| 202 |
## Citation [optional]
|
| 203 |
|
| 204 |
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 205 |
|
| 206 |
**BibTeX:**
|
| 207 |
|
|
|
|
| 98 |
- `method`: the name of the method that is fixed
|
| 99 |
- `method_start`, `method_end`: the start and end line number of the method
|
| 100 |
- `signature`: the signature of the method. Note that we might have multiple overloaded methods with the same name but with different signatures
|
|
|
|
|
|
|
| 101 |
|
|
|
|
| 102 |
|
| 103 |
+
### Dataset Sources [optional]
|
| 104 |
|
| 105 |
+
An extension of this dataset can be found on the Github repository, which provides utilities to fetch and build the relevant projects, and a simple website visualizer.
|
| 106 |
|
| 107 |
+
- **Curated by:** Ziyang Li, Claire Wang
|
| 108 |
- **Funded by [optional]:** [More Information Needed]
|
| 109 |
- **Shared by [optional]:** [More Information Needed]
|
| 110 |
- **Language(s) (NLP):** [More Information Needed]
|
| 111 |
- **License:** [More Information Needed]
|
| 112 |
|
|
|
|
|
|
|
| 113 |
<!-- Provide the basic links for the dataset. -->
|
| 114 |
|
| 115 |
+
- **Repository:** [CWE-Bench-Java](https://github.com/iris-sast/cwe-bench-java/tree/master)
|
| 116 |
+
- **Paper [optional]:** [LLM-Assisted Static Analysis for Detecting Security Vulnerabilities](https://arxiv.org/abs/2405.17238)
|
| 117 |
- **Demo [optional]:** [More Information Needed]
|
| 118 |
|
| 119 |
## Uses
|
|
|
|
| 199 |
## Citation [optional]
|
| 200 |
|
| 201 |
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
| 202 |
+
Consider citing our paper:
|
| 203 |
+
|
| 204 |
+
```
|
| 205 |
+
@article{li2024iris,
|
| 206 |
+
title={LLM-Assisted Static Analysis for Detecting Security Vulnerabilities},
|
| 207 |
+
author={Ziyang Li and Saikat Dutta and Mayur Naik},
|
| 208 |
+
year={2024},
|
| 209 |
+
eprint={2405.17238},
|
| 210 |
+
archivePrefix={arXiv},
|
| 211 |
+
primaryClass={cs.CR},
|
| 212 |
+
url={https://arxiv.org/abs/2405.17238},
|
| 213 |
+
}
|
| 214 |
+
```
|
| 215 |
|
| 216 |
**BibTeX:**
|
| 217 |
|