mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-25 02:21:28 +01:00
added todo for NPE reasons
This commit is contained in:
@@ -209,6 +209,7 @@ public final class CpeMemoryIndex {
|
|||||||
|
|
||||||
final Set<Pair<String, String>> data = cve.getVendorProductList();
|
final Set<Pair<String, String>> data = cve.getVendorProductList();
|
||||||
for (Pair<String, String> pair : data) {
|
for (Pair<String, String> pair : data) {
|
||||||
|
//todo figure out why there are null products
|
||||||
if (pair.getLeft() != null && pair.getRight() != null) {
|
if (pair.getLeft() != null && pair.getRight() != null) {
|
||||||
v.setStringValue(pair.getLeft());
|
v.setStringValue(pair.getLeft());
|
||||||
p.setStringValue(pair.getRight());
|
p.setStringValue(pair.getRight());
|
||||||
|
|||||||
Reference in New Issue
Block a user