diff --git a/application/utils/gap_analysis.py b/application/utils/gap_analysis.py index e3094ec6..c81b9415 100644 --- a/application/utils/gap_analysis.py +++ b/application/utils/gap_analysis.py @@ -133,6 +133,7 @@ def preload(target_url: str): if res1.json().get("result"): forward = True if f"{sa}->{sb}" in waiting: + print(f"gap analysis {sa}->{sb} returned") waiting.remove(f"{sa}->{sb}") res2 = requests.get( f"{target_url}/rest/v1/map_analysis?standard={sb}&standard={sa}" @@ -143,6 +144,7 @@ def preload(target_url: str): if res2.json().get("result"): backward = True if f"{sb}->{sa}" in waiting: + print(f"gap analysis {sb}->{sa} returned") waiting.remove(f"{sb}->{sa}") if forward and backward: print( diff --git a/scripts/import-all.sh b/scripts/import-all.sh index c9037467..bbca4006 100644 --- a/scripts/import-all.sh +++ b/scripts/import-all.sh @@ -45,7 +45,7 @@ if [[ -z $CRE_SKIP_IMPORT_PROJECTS ]]; then python cre.py --owasp_secure_headers_in echo "Importing PCI DSS 4" python cre.py --pci_dss_4_in - echo "Importing Juicshop" + echo "Importing Juiceshop" python cre.py --juiceshop_in echo "Importing DSOMM" python cre.py --dsomm_in