Analysing the advisory record using spacy NER
Hi @Riruk I made a small test to try matching product names in advisory text and it works like a charm (it's based on a simple gazetteer approach, no rocket science ;-) I guess that it is tedious to extract a list of product names but it's feasible to automate it with a little of scripting. For example, we could get all the project names from the list of projects in the github.com/apache organization. Similarly, we could scrape the names of all eclipse projects and add a bunch more by hand.
Feel free to check out this branch and continue from here as you see fit. Or create another one, completely up to you.
In the era of LLMs, this approach is obsolete.