Add missing columns to column order list

prev missing cols: source_location and sink_location
missing from prev patch
but were missing in problem only results case anyways
This commit is contained in:
Kristen Newbury
2023-06-02 16:22:18 -04:00
parent a3aed444c1
commit 6b248d2474
2 changed files with 8 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ columns = {
'message' ,
'message_object' ,
'location' ,
'source_startLine',
'source_startCol',
'source_endLine' ,
@@ -35,7 +36,9 @@ columns = {
'sink_endLine' ,
'sink_endCol' ,
'source_object' ,
'sink_object'
'sink_object',
'source_location',
'sink_location'
],
"projects" : [
"id" ,