Update README

This commit is contained in:
standash 2019-06-04 14:47:32 +02:00
parent 9049e1a020
commit 3f9f62225f
1 changed files with 12 additions and 9 deletions

View File

@ -1,15 +1,12 @@
## About
This is a project for collecting the vulnerability evidence from source code repositories.
This is the source code behind the paper [``A Screening Test for Disclosed
Vulnerabilities in FOSS
Components''](https://ieeexplore.ieee.org/abstract/document/8316943).
S. Dashevskyi, A. D. Brucker and F. Massacci, "A Screening Test for Disclosed Vulnerabilities in FOSS Components," in
IEEE Transactions on Software Engineering. doi: 10.1109/TSE.2018.2816033 URL:
http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8316943&isnumber=4359463
The project has a collection of tools that allows to identify and
extract the potentially vulnerable coding (using a commit that fixed a CVE), and
track its origins in the repository history to identify the versions that are
likely not affected by a CVE.
The tool allows to identify and extract the potentially vulnerable coding (using
a commit that fixed a CVE), and track its origins in the repository history to
identify the versions that are likely not affected by a CVE.
The project consists of two parts:
@ -124,6 +121,12 @@ db.entries.findOne();
}
```
## References
S. Dashevskyi, A. D. Brucker and F. Massacci, "A Screening Test for Disclosed Vulnerabilities in FOSS Components," in
IEEE Transactions on Software Engineering. doi: 10.1109/TSE.2018.2816033 URL:
http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8316943&isnumber=4359463
## License
This project is licensed under the [MIT License](LICENSE).