Untitled
unknown
plain_text
2 years ago
699 B
8
Indexable
Hello :
1. "graph_confirmed" as per the new report structure. (done) and work fine.
2. "graph_potential" as per the new report structure. (done) and work fine.
3. "graph_informational" as per the new report structure. (done) and work fine.
4. "table_categories" as per the new report structure. (done) and work fine.
Issue with structure :
1. in VM and Was we will have "vulnerabilities" , right now some of the object coming blank.
2. we will have below structure before :
"vulnerabilities":{
"Conf1":[{ "type" : "0" ......}],
"Info1":[{ "type" : "0" ......}]
}
and now the array structure is in blow format ..
"table_categories":[],
"vulnerabilities":[{},{"type":"Confirmed" ...}]Editor is loading...