File size: 1,828 Bytes
6c50d1f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
## Automated black-box testing of nominal and error scenarios in RESTful APIs (Software Testing, Verification and Reliability)
Our nominal and error testing automated black-box testing strategies for RESTful APIs.
```
@article{corradini2022nominalerror,
    doi = {10.1002/stvr.1808},
    url = {https://doi.org/10.1002/stvr.1808},
    year = {2022},
    month = jan,
    publisher = {Wiley},
    author = {Davide Corradini and Amedeo Zampieri and Michele Pasqua and Emanuele Viglianisi and Michael Dallago and Mariano Ceccato},
    title = {Automated black-box testing of nominal and error scenarios in RESTful APIs},
    journal = {Software Testing, Verification and Reliability}
}
```

## RestTestGen: An Extensible Framework for Automated Black-box Testing of RESTful APIs (ICSME 2022)
Our extensible framework RestTestGen to quickly implement novel automated black-box testing strategies for REST APIs.
```
@inproceedings{corradini2022resttestgen,
  title={RestTestGen: An Extensible Framework for Automated Black-box Testing of RESTful APIs},
  author={Corradini, Davide and Zampieri, Amedeo and Pasqua, Michele and Ceccato, Mariano},
  booktitle={2022 IEEE International Conference on Software Maintenance and Evolution (ICSME)},
  pages={504--508},
  year={2022},
  organization={IEEE}
}
```

## Automated Black-box Testing of Mass Assignment Vulnerabilities in RESTful APIs (ICSE 2023)
Our security testing approach to automatically detect mass assignment vulnerabilities in REST APIs.
```
@inproceedings{corradini2022massassignment,
  title={RestTestGen: An Extensible Framework for Automated Black-box Testing of RESTful APIs},
  author={Corradini, Davide and Pasqua, Michele and Ceccato, Mariano},
  booktitle={45th International Conference on Software Engineering (ICSE)},
  year={2023},
  organization={IEEE}
}
```