Skip to content

Commit 6fa71ac

Browse files
committed
Update
1 parent bfc028b commit 6fa71ac

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
cff-version: 1.2.0
22
title: >-
3-
Green Fuzzing
3+
"Artifacts for the paper: 'Green Fuzzing: A Saturation-based Stopping Criterion using Vulnerability Prediction'"
44
message: >-
5-
Please cite this software using these metadata.
6-
type: software
5+
Please cite these paper artifacts using this metadata.
6+
type: data
77
authors:
88
- given-names: Stephan
99
family-names: Lipp

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Artifacts for the paper: ***Green Fuzzing :seedling:: A Saturation-based Stoppin
1919
author = {Lipp, Stephan and Elsner, Daniel and Kacianka, Severin and Pretschner, Alexander and B{\"o}hme, Marcel and Banescu, Sebastian},
2020
year = 2023,
2121
booktitle = {Proceedings of the ACM SIGSOFT International Symposium on Software Testing and Analysis},
22-
series = {ISSTA'23},
22+
series = {ISSTA '23},
2323
numpages = 13
2424
}
2525
```
@@ -40,7 +40,7 @@ The analysis performed in this study is made available in the form of an [R](htt
4040

4141
Follow the steps below to run `analysis.ipynb` using JupyterLab.
4242

43-
#### Step 1: Creating a JupyterLab Docker Container
43+
#### **Step 1:** Creating a JupyterLab Docker Container
4444

4545
Run the command
4646

@@ -54,17 +54,17 @@ Here, `<artifact-dir>` must be replaced with the directory path to this artifact
5454

5555
After downloading the image, a Jupyter server container is automatically launched, with the container's internal port `8888` exposed to the same port on the host machine.
5656

57-
#### Step 2: Opening the Jupyter Notebook
57+
#### **Step 2:** Opening the Jupyter Notebook
5858

5959
Launch JupyterLab by entering `http://127.0.0.1:8888/?token=<token>` in your web browser, with `<token>` being output to the terminal in **step 1**. Next, navigate in the file browser (left pane) to the directory containing the artifacts and open the `analysis.ipynb` notebook.
6060

61-
#### Step 3: Installing Required R Packages
61+
#### **Step 3:** Installing Required R Packages
6262

6363
In the notebook, first run
6464

6565
```r
6666
install.packages("pacman")
67-
library(pacman)`
67+
library(pacman)
6868
```
6969

7070
to install the R package manager [pacman](https://www.rdocumentation.org/packages/pacman/versions/0.5.1).

0 commit comments

Comments
 (0)