added todo for NPE reasons

This commit is contained in:
Jeremy Long
2016-09-04 18:51:07 -04:00
parent bcd6634d8a
commit 98d783d448

View File

@@ -209,6 +209,7 @@ public final class CpeMemoryIndex {
final Set<Pair<String, String>> data = cve.getVendorProductList();
for (Pair<String, String> pair : data) {
//todo figure out why there are null products
if (pair.getLeft() != null && pair.getRight() != null) {
v.setStringValue(pair.getLeft());
p.setStringValue(pair.getRight());