Since last week VersionEye supports component whitelists. In the last blog post I described how to whitelist Java/Maven dependencies. The structure for that is like this:
GROUP_ID : ARTIFACT_ID : VERSION
Now the question was coming up how to put non Java/Maven dependencies on the component whitelist?
That is possible as well! For non Java/Maven dependencies simply use this pattern:
LANGUAGE : PROD_KEY : VERSION
For example:
Ruby:rails:4.2.4
to whitelist version 4.2.4 of Ruby on Rails. If you want to whitelist ALL versions of Ruby on Rails use this expression:
Ruby:rails
Let me know if you have more questions. Either here in the comments or on Twitter.