You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VulnerabilitiesFromGitHubAdvisories is not a full-fledge DataProvider
The above Data provider provides only those VULNERABILITIES which are not present in NVD Database. We need to remove this check and allow all the VULNERABILITIES from the Security Advisory Database.
We need to allow all the VULNERABILITIES from the Security Advisory for the GitHub project and merge it into a single VULNERABILITIES list generated in InfoAboutVulnerabilities. This way specific fields of Vulnerability class like Resolution could be updated based on firstPatchedVersion field from Advisory. We will also get a confirmation if Vulnerability is PATCHED or UNPATCHED.
Things to do
Remove the check and allow all possible advisories to part of the VULNERABILITIES list.
Add VulnerabilitiesFromGitHubAdvisories as part of InfoAboutVulnerabilities
Merge the VULNERABILITIES list to update Resolution
The text was updated successfully, but these errors were encountered:
VulnerabilitiesFromGitHubAdvisories
is not a full-fledge DataProviderThe above Data provider provides only those
VULNERABILITIES
which are not present in NVD Database. We need to remove this check and allow all theVULNERABILITIES
from the Security Advisory Database.We need to allow all the
VULNERABILITIES
from the Security Advisory for the GitHub project and merge it into a singleVULNERABILITIES
list generated inInfoAboutVulnerabilities
. This way specific fields ofVulnerability
class likeResolution
could be updated based onfirstPatchedVersion
field fromAdvisory
. We will also get a confirmation ifVulnerability
isPATCHED
orUNPATCHED
.Things to do
VULNERABILITIES
list.VulnerabilitiesFromGitHubAdvisories
as part ofInfoAboutVulnerabilities
VULNERABILITIES
list to updateResolution
The text was updated successfully, but these errors were encountered: