Skip to content
Snippets Groups Projects

Fix resource link missing from RSS feed Seq list items

Merged Martin Lowe requested to merge malowe/main/reduce-codesmell into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -95,6 +95,7 @@ public class CveResource {
SyndEntry e = new SyndEntryImpl();
e.setTitle(cve.getId());
e.setLink(cve.getLiveLink());
e.setUri(cve.getLiveLink());
e.setPublishedDate(Date.valueOf(cve.getDatePublished()));
// only set description if we have a summary
if (cve.getSummary() != null) {
Loading