Hi Lee…I love what you created here so I added a nice javascript amchart to the data.

The only problem that I’m running into…is I cannot get the vulnerable computers field from your grid based view. I am trying to load this data into a json object that I use later:
// FWH: Json provider
jsonOneRow += ' {"cveid": "' + cveNo + '", "totalcomputers": '+ subcribedComputers +', "cveSource": "'+ source +'", "numfixlets": "'+ numFixlets +'", "sourceSize": 25, "vulnerablecomputers":'+ XXXXX +', "cvssscore": '+ score +' },';
The XXXXX vulnerablecomputers field…where is that defined in your javascript? I see this
var rel = '(td "align=right" of (it as string) of number of elements of it & td "align=right" of (it as string) of sum of applicable computer counts of elements of it) of sets of bes fixlets whose (cve id list of it contains "' + cveNo + '")';
But then not sure where you plugged in the javascript variable.
Thanks for the cool projects that you build and share with the community!
Frank