Skip to content

Commit 0ca373e

Browse files
committed
Correct reference and DOI
1 parent 336d034 commit 0ca373e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
## microSecEnD: A Dataset of Security-Enriched Dataflow Diagrams for Microservice Applications
22

3-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7714926.svg)](https://doi.org/10.5281/zenodo.7714926)
3+
[![DOI](https://zenodo.org/badge/DOI/10.1109/MSR59073.2023.00030.svg)](https://doi.org/10.1109/MSR59073.2023.00030)
44

55
**Complete information on our [GitHub Pages](https://tuhh-softsec.github.io/microSecEnD)**
66

77
This repository contains manually created dataflow diagrams (DFDs) of microservice applications found on GitHub.
88
It is the dataset accompanying a publication at the 20<sup>th</sup> International Conference on Mining Software Repository (MSR'23).
99

10-
If you use microSecEnD in academic context, please cite it as:
10+
If you use microSecEnD in an academic context, please cite it as:
1111

1212
```bibtex
1313
@inproceedings{microSecEnD23,
14-
title = {{microSecEnD: A Dataset of Security-Enriched Dataflow Diagrams for Microservice Applications}},
15-
author = {Schneider, Simon and \"Ozen, Tufan and Chen, Michael and Scandariato, Riccardo},
16-
booktitle = {2023 IEEE/ACM 20th International Conference on Mining Software Repositories (MSR)},
17-
year = {2023},
18-
doi = {10.5281/zenodo.7714926}
14+
author = {Schneider, Simon and \"Ozen, Tufan and Chen, Michael and Scandariato, Riccardo},
15+
booktitle = {2023 IEEE/ACM 20th International Conference on Mining Software Repositories (MSR)},
16+
title = {{microSecEnD: A Dataset of Security-Enriched Dataflow Diagrams for Microservice Applications}},
17+
year = {2023},
18+
pages = {125-129},
19+
doi = {10.1109/MSR59073.2023.00030}
1920
}
21+
2022
```
2123

2224
This work was partly funded by the European Union’s Horizon 2020 programme under grant agreement No. 952647 (AssureMOSS).

0 commit comments

Comments
 (0)