I have some data from Tenable and I am trying to weed out the rows with multiple values into its own row.
![alt text][1]
[1]: /storage/temp/252085-capture1.png
A good example would be is the 4th row with 3 CVE-IDs (CVE-2003-1567, CVE-2004-2320, and CVE-2010-0386).
Instead, I would like to break it out to look like this:
CVE-2003-1567 Disable these methods. Refer to the plugin output for more information.
CVE-2004-2320 Disable these methods. Refer to the plugin output for more information.
CVE-2010-0386 Disable these methods. Refer to the plugin output for more information.
Any ideas?
Thanks
↧