Is there an automated way to determine or find the end of life (EOL)/end of support (EOS) notices for libraries?
The specific context behind this:
Our software uses about 50+ libraries as well as a few platforms. What I can't seem to find is an automated solution that tells you whether a particular library has reached end of support.
The current solution I came across is Black Duck. My understanding (after using Code Center only) is that Black Duck is more concerned about OSS governance and does not include proprietary software. Black Duck does inform the user about security updates and license conflicts, but from what I can see it does not inform the user of EOL/EOS.
Our current workaround at the moment is to do the following:
- Have a list of all the libraries that we use (we do this with Artifactory)
- Periodically check the library website for any notices
- Then maintain this in some form (currently a wiki page, which is a nightmare)
For terminology purposes:
A library either a jar or npm module