DoSOCSv1 / DoSOCS1.0

Source Code License and Copyright Scanner
Apache License 2.0
3 stars 2 forks source link

ingestion of existing SPDX docs. #9

Open zwmcfarland opened 10 years ago

zwmcfarland commented 10 years ago

I would like to add the capability to use existing spdx documents as a sort of portable caching system.

Overview

Basically as DoSOCS runs on a package, it will look for existing SPDX documents in the package and "sub" packages. Then it could try to parse the SPDX document and pull in the information without having to scan the files. However if it doesn't find an SPDX doc then it will proceed as normal. This could include several SPDX documents in several different "sub packages"

Challenges

zwmcfarland commented 10 years ago

Pending https://github.com/socs-dev-env/DoSOCS/issues/10