Introduction


What FASTEN Is About

A popular form of software reuse involves linking open source software (OSS) libraries hosted on centralized code repositories, such as Maven or PyPI. Developers only need to declare dependencies to external libraries, and automated tools make them available to the workspace of the project. As recent events such as the LeftPad incident, which led to hundreds of thousands of websites to stop working, and the Equifax data breach, which led to a leak of hundreds of thousands of credit card numbers, have demonstrated, dependencies on networks of external libraries can introduce significant operational and compliance risks as well as difficulties to assess security implications.

Solving these problems would boost the efficiency and production quality of software development companies by allowing them to reuse OSS code with confidence, covering a large untapped potential. To address this situation, the FASTEN project introduces fine-grained, method-level tracking of dependencies on top of existing dependency management networks. 

FASTEN stands for Fine-Grained Analysis of Software Ecosystems as Networks.

Specifically, the project will introduce a service that tracks dependencies at the method call-graph level and performs sophisticated analyses of:

  1. Security vulnerability propagation, 
  2. Licensing compliance, 
  3. Dependency risk profiles.

To facilitate adoption, FASTEN will bring those analyses to the hands of developers by integrating the analysis service to popular package managers, for the Java, C, and Python programming languages.  The project consortium comprises world-leading experts on ecosystem analysis, graph processing, and software risk and compliance assessment, along with established OSS community integrators and managers.

dependency.png

An illustration of software dependency issues - Source