An issue was discovered within the "All Vulnerabilities" section. Data coming in to the vulnerabilities table was missing the proper null validation, causing an error. This fix applies the proper null validation to display "N/A" for missing fields.
π§ͺ Testing
β Pre-approval checklist
[x] This PR has an informative and human-readable title.
[x] Changes are limited to a single goal - eschew scope creep!
[ ] All future TODOs are captured in issues, which are referenced
in code comments.
[ ] All relevant type-of-change labels have been added.
π£ Description
π Motivation and context
An issue was discovered within the "All Vulnerabilities" section. Data coming in to the vulnerabilities table was missing the proper null validation, causing an error. This fix applies the proper null validation to display "N/A" for missing fields.
π§ͺ Testing
β Pre-approval checklist
β Pre-merge checklist
β Post-merge checklist