delphi-hub / delphi-crawler

Delphi's crawling and processing engine to extract facts on open-source software
https://delphi.cs.uni-paderborn.de/
Apache License 2.0
5 stars 11 forks source link

Implement a new data source for known artifacts that use the JCA #41

Open bhermann opened 5 years ago

bhermann commented 5 years ago

For delphi-crawler to re-process specific Maven artifacts already present in the database, we need to implement a new Source which reads from elasticsearch exactly those artifacts that have shown use of the Java Cryptographic API. In a later issue we will capture other forms of crypto API usage to allow completeness. For now this is sufficient.