Motivation
Currently we kinda combine two queries into a single call and break rest conventions. Instead of /api/tags/1 showing a list of vulnerabilites, it should be /api/tags/1/vulnerabilities. That also means the web page should do the example list form.
Motivation Currently we kinda combine two queries into a single call and break rest conventions. Instead of
/api/tags/1
showing a list of vulnerabilites, it should be/api/tags/1/vulnerabilities
. That also means the web page should do the example list form.Check the following: