Remove repls; add scripts/test-vcp.sh

This commit is contained in:
Michael Hohn
2023-07-13 16:03:01 -07:00
committed by =Michael Hohn
parent f1a70dd023
commit c299321ab8
5 changed files with 294 additions and 11 deletions

View File

@@ -105,9 +105,6 @@ def joins_for_projects(basetables, external_info):
# Force all column types to ensure appropriate formatting
res1 = res.astype(ScanTablesTypes.projects).reset_index(drop=True)
# XX: automationDetails?
import IPython
IPython.embed(header="spot 11")
#
return res1

View File

@@ -257,10 +257,6 @@ def fillsig_dict(args, elem, context):
if 'results' in elem.keys() and not 'automationDetails' in elem.keys():
#want this to be blank if not present- ie no submodule info added/no sarif-category used
full_elem['automationDetails'] = {'id' : "no-value-for-ad"}
# XX: automationDetails?
import IPython
IPython.embed(header="spot 2")
#
if {'locations', 'message', 'partialFingerprints', 'ruleId',
'ruleIndex'}.issubset(elem.keys()):

View File

@@ -335,10 +335,6 @@ def joins_for_project_single(tgraph):
.merge(sf(1111), how="left", left_on='automationDetails', right_on='struct_id', validate="1:m")
.drop(columns=['automationDetails', 'struct_id'])
.rename(columns={"id": "automationDetails"}))
#
# XX: automationDetails?
import IPython
IPython.embed(header="spot 3")
#
#newlines there or not - handle
if 'newlineSequences' in project_df_temp1: