mirror of
https://github.com/hohn/sarif-cli.git
synced 2025-12-16 17:23:03 +01:00
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:
@@ -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" ,
|
||||
|
||||
Reference in New Issue
Block a user