We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On the vulnerabilities#show page, we'd like to have a tab that shows vulnerabilities similar to these:
Let's make some endpoints that query for similar vulnerabilities:
/vulnerabilities/CVE-2023-0000/same-cwe
/vulnerabilities/CVE-2023-0000/same-lessons
/vulnerabilities/CVE-2023-0000/related
/vulnerabilities/CVE-2023-0000/same-directory
In each of these, return the results:
limit
offset
The text was updated successfully, but these errors were encountered:
diego-avila-358
Successfully merging a pull request may close this issue.
Motivation
On the vulnerabilities#show page, we'd like to have a tab that shows vulnerabilities similar to these:
Details
Let's make some endpoints that query for similar vulnerabilities:
/vulnerabilities/CVE-2023-0000/same-cwe
returns vulnerabilities that have the same CWE tag/vulnerabilities/CVE-2023-0000/same-lessons
returns all vulnerabilities that share a lesson as this one/vulnerabilities/CVE-2023-0000/related
returns vulnerabilities explicitly related, as in Curator question: Related CVEs #1100/vulnerabilities/CVE-2023-0000/same-directory
are vulnerabilities in the same directory (this is hitting the events table instead of tags)In each of these, return the results:
limit
andoffset
The text was updated successfully, but these errors were encountered: