Skip to content

Commit a4abd51

Browse files
authored
Update README.md (#36)
1 parent 6c663cf commit a4abd51

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GLITCH is a technology-agnostic framework that enables automated detection of Ia
1414
## Paper and Academic Usage
1515
"[GLITCH: Automated Polyglot Security Smell Detection in Infrastructure as Code](https://arxiv.org/abs/2205.14371)" is the main paper that describes the implementation of security smells in GLITCH. It also presents a large-scale empirical study that analyzes security smells on three large datasets containing 196,755 IaC scripts and 12,281,251 LOC.
1616

17-
If you use GLITCH or any of its datasets, please cite:
17+
**If you use GLITCH or any of its datasets, please cite:**
1818

1919
- Nuno Saavedra and João F. Ferreira. 2022. [GLITCH: Automated Polyglot Security Smell Detection in Infrastructure as Code](https://arxiv.org/abs/2205.14371). In 37th IEEE/ACM International Conference on Automated Software Engineering (ASE ’22), October 10–14, 2022, Rochester, MI, USA. ACM, New York NY, USA, 12 pages. https://doi.org/10.1145/3551349.3556945
2020

@@ -28,6 +28,19 @@ If you use GLITCH or any of its datasets, please cite:
2828
}
2929
```
3030

31+
- Nuno Saavedra, João Gonçalves, Miguel Henriques, João F. Ferreira, Alexandra Mendes. 2023. [Polyglot Code Smell Detection for Infrastructure as Code with GLITCH](https://arxiv.org/pdf/2308.09458.pdf). In 38th IEEE/ACM International Conference on Automated Software Engineering (ASE '23), September 11-15, 2023, Luxembourg.
32+
https://doi.org/10.1109/ASE56229.2023.00162
33+
34+
```
35+
@inproceedings{saavedra23glitchdemo,
36+
author={Saavedra, Nuno and Gonçalves, João and Henriques, Miguel and Ferreira, João F. and Mendes, Alexandra},
37+
booktitle={2023 38th IEEE/ACM International Conference on Automated Software Engineering (ASE)},
38+
title={Polyglot Code Smell Detection for Infrastructure as Code with GLITCH},
39+
year={2023},
40+
pages={2042-2045},
41+
doi={10.1109/ASE56229.2023.00162}}
42+
```
43+
3144
## Installation
3245

3346
To install run:

0 commit comments

Comments
 (0)