Bibliographic record
Abstract
This is the replication package for the paper `Fuzzing for CPS Mutation Testing`, which is accepted by ASE 2023.<br><b>Abstract</b>Mutation testing can help reduce the risks of releasing faulty software. For such reason, it is a desired practice for the development of embedded software running in safety-critical cyber-physical systems (CPS). Unfortunately, state-of-the-art test data generation techniques for mutation testing of C and C++ software, two typical languages for CPS software, rely on symbolic execution, whose limitations often prevent its application (e.g., it cannot test black-box components).We propose a mutation testing approach that leverages fuzz testing, which has proved effective with C and C++ software. Fuzz testing automatically generates diverse test inputs that exercise program branches in a varied number of ways and, therefore, exercise statements in different program states, thus maximizing the likelihood of killing mutants, our objective.We performed an empirical assessment of our approach with software components used in satellite systems currently in orbit. Our empirical evaluation shows that mutation testing based on fuzz testing kills a significantly higher proportion of live mutants than symbolic execution (i.e., up to an additional 47 percentage points). Further, when symbolic execution cannot be applied, fuzz testing provides significant benefits (i.e., up to 41% mutants killed). Our study is the first one comparing fuzz testing and symbolic execution for mutation testing; our results provide guidance towards the development of fuzz testing tools dedicated to mutation testing.<b>Package description</b>This replication package contains all the source code for <i>MOTIF</i> and <i>SEMuP</i> and singularity images containing dependencies that we used for our experiments. The MOTIF singularity image does not include AFL++ so that we can replace it without rebuilding the image. Additionally, we provide case study packages for each subject where it is open-source. The following list is the description of each file in this package:<i>MOTIF.tar</i> : all the source codes for the <i>MOTIF</i> pipeline<i>motif_default.sif</i> : singularity image that we used for our experiments<i>AFL++4.05a.tar</i> : the version of AFL we used for our experiments<i>MLFS.tar</i> : case study package of MLFS for <i>MOTIF</i><i>ASN1.tar </i>: case study package of ASN1 for <i>MOTIF</i><i>SEMUP.tar </i>: all the source codes for the <i>SEMuP</i> pipeline<i>semup_full.sif</i> : singularity image that we used for our experiments<i>ASN1_SEMuP.tar</i> : case study package of ASN1 for <i>SEMuP</i><i>results.tar</i> : experiment results that are used in the paper<br><b>Pre-requisition</b>We use Singularity to provide the same environment for all the users. Users who work on Linux operating systems can install Singularity directly on their machines. But Windows and Mac OS users need to rely on a Linux virtual machine since Singularity only supports Linux. SyLabs, which has developed Singularity, provides Vagrant images (boxes) that are pre-installed Singularity on Linux. We recommend you install Vagrant. For the installation, please follow the guidelines from the official website: https://docs.sylabs.io/guides/3.8/admin-guide/installation.htmlNote that we used Singularity 3.8 CE version.<br><br><b>Getting Started with MOTIF</b><b>Preparing working directory</b>Download MOTIF.tar and extract them into a working directory$ wget -O MOTIF.tar https://figshare.com/ndownloader/files/41997960$ tar xf MOTIF.tar$ cd MOTIFDownload Singularity image$ wget -O containers/motif_default.sif https://figshare.com/ndownloader/files/41974680Download AFL++ (will make AFL++ directory in the working directory)$ wget -O AFL++-4.05a.tar https://figshare.com/ndownloader/files/40299817$ tar xf AFL++-4.05a.tarDownload the subject MLFS$ wget -O case_studies/MLFS.tar https://figshare.com/ndownloader/files/41974686$ tar xf case_studies/MLFS.tar -C case_studies/Download the subject ASN1$ wget -O case_studies/ASN1.tar https://figshare.com/ndownloader/files/41974683$ tar xf case_studies/ASN1.tar -C case_studies/<b>Connecting to a vagrant box (for Windows or Mac OS users)</b>The command below creates a virtual machine instance according to the Vagrantfile in the root repository. This will automatically bind the root repository to the directory /vagrant inside of the vagrant instance and connect to the vagrant instance:$ vagrant up && vagrant sshMove to the bound directory, which is sharing between the vagrant instance and the host OS:[vagrant]$ cd /vagrant<b>Executing MOTIF with each subject</b>By executing run_list.py, you can do mutation testing for all the mutants that are listed in a file. The following are the example commands for the target subjects.$ ./run_list.py -c case_studies/MLFS/config-mlfs.py --singularity -J _exp1 --timeout 600 case_studies/MLFS/live_mutants all$ ./run_list.py -c case_studies/ASN1/config-asn1.py --singularity -J _exp1 --timeout 600 case_studies/ASN1/live_mutants allYou can find the results in the directories `case_studies/MLFS/_exp1` and `case_studies/ASN1/_exp1`.For more detail, please take a look at the guideline (README.md) in the MOTIF.tar.<br><br><b>Getting Started with SEMuP</b><b>Preparing working directory</b>Download MOTIF.tar and extract them into a working directory$ wget -O SEMUP.tar https://figshare.com/ndownloader/files/41998002$ tar xf SEMUP.tar$ cd SEMUPDownload singularity image$ wget -O containers/semup_full.sif https://figshare.com/ndownloader/files/40458779Download the subject ASN1$ wget -O case_studies/ASN1_SEMuP.tar https://figshare.com/ndownloader/files/41974677$ tar xf case_studies/ASN1_SEMuP.tar -C case_studies/<b>Connecting to a vagrant box (for Windows or Mac OS users)</b>We also provide a separate vagrant box for the SEMuP. Using the following commands, users can create the vagrant instance and connect. Note that /vagrant is the shared directory with the host OS.$ vagrant up & vagrant ssh[vagrant]$ cd /vagrant<b>Executing SEMuP with each subject</b>By executing `run_local.sh`, you can do mutation testing for all the mutants that are listed in a file. The following are the example commands for the target subject.$ cd case_studies/ASN1case_studies/ASN1$ scripts/run_local.sh presemu ./WORKSPACE/DOWNLOADED/live_mutants ./WORKSPACE/_expLocalYou can find the results in the directory `./WORKSPACE/_expLocal`. Note that each line in the `live_mutants` file will be a mutant ID in the result directory.For more detail, please take a look at the guideline (README.md) in the SEMuP.tar.<br><br><b>Acknowledgment</b>This research was supported by ESA via a GSTP element contract (RFQ/3-17554/21/NL/AS/kkIMPROVE) and by the NSERC Discovery and Canada Research Chair programs. The authors would like to thank Thierry Titcheu Chekam to help with the development of the SEMUs pipeline.
Fetched live from OpenAlex and de-inverted. Abstracts are not stored in this database: the inverted indexes are 8.6 GB of the frame’s 9.3 GB of text, and the host has 13 GB free.
How this classification was reachedexpand
Full frame distilled prediction
Teacher imitationNot calibrated prevalence, not ground truth. Human validation pending. Learned from the 10,348 direct Codex labels and 10,348 direct Gemma labels. Candidate is the union of thresholded teacher heads; consensus is their intersection. These outputs are machine_predicted_unvalidated and are not human labels or direct frontier model labels.
Codex and Gemma teacher scores by category
| Category | Codex | Gemma |
|---|---|---|
| Metaresearch | 0.000 | 0.010 |
| Meta-epidemiology (narrow) | 0.000 | 0.000 |
| Meta-epidemiology (broad) | 0.000 | 0.000 |
| Bibliometrics | 0.000 | 0.000 |
| Science and technology studies | 0.000 | 0.000 |
| Scholarly communication | 0.000 | 0.000 |
| Open science | 0.000 | 0.000 |
| Research integrity | 0.000 | 0.000 |
| Insufficient payload (model declined to judge) | 0.276 | 0.003 |
Machine scores (provisional)
The two teacher heads of the student model, read on this work. A score orders the frame for review; it never asserts a category, and the validation status ships verbatim with every row.
Baseline scores from an immature model (maturity gate not passed, 7 training rounds). Scores rank; they never assert a category.
score_only:v0-immature-baseline · verbatim from the scoring run: score_only means the number may rank works, and no category label ships from itClassification
machine, unvalidatedMachine predicted; both teacher heads agree on what is shown here.
How this classification was reached, model by model and score by score, is at the end of the page under "How this classification was reached".