Abstract
A popular form of software reuse is the use of open source software libraries hosted on centralized code repositories, such as Maven or npm. Developers only need to declare dependencies to external libraries, and automated tools make them available to the workspace of the project. Recent incidents, such as the Equifax data breach and the leftpad package removal, demonstrate the difficulty in assessing the severity, impact and spread of bugs in dependency networks. While dependency checkers are being adapted as a counter measure, they only provide indicative information. To remedy this situation, we propose a fine-grained dependency network that goes beyond packages and into call graphs. The result is a versioned ecosystem-level call graph. In this paper, we outline the process to construct the proposed graph and present a preliminary evaluation of a security issue from a core package to an affected client application.
Original language | English |
---|---|
Title of host publication | ICSE-NIER'18 Proceedings of 40th International Conference on Software Engineering |
Subtitle of host publication | New Ideas and Emerging Results Track |
Place of Publication | New York, NY |
Publisher | ACM |
Pages | 101-104 |
Number of pages | 4 |
ISBN (Print) | 978-1-4503-5662-6 |
DOIs | |
Publication status | Published - 2018 |
Event | ICSE 2018: 40th International Conference on Software Engineering - Gothenburg, Sweden Duration: 27 May 2018 → 3 Jun 2018 Conference number: 40 https://www.icse2018.org/ |
Conference
Conference | ICSE 2018 |
---|---|
Country/Territory | Sweden |
City | Gothenburg |
Period | 27/05/18 → 3/06/18 |
Internet address |
Bibliographical note
R2 - Software Engineering in Other DomainsAccepted author manuscript
Keywords
- dependency management
- software ecosystem
- dependencies
- call graph
- program analysis