Comparaison de deux évaluations à l'aide de l'utilitaire AppScanDelta

AppScanDelta effectue une différence entre deux évaluations d'examen. Cet utilitaire récupère les nouvelles constatations ou les constatations résolues en comparant l'évaluation d'examen avec l'évaluation de référence.

Syntaxe

Windows :

appscandelta.bat -new|-resolved <baseline_asmt_path> <new_asmt_path> [-to <delta_asmt_path>] [-no_retain] [-verbose]
Linux :
appscandelta.sh -new|-resolved <baseline_asmt_path> <new_asmt_path> [-to <delta_asmt_path>] [-no_retain] [-verbose]
Remarque : Les commandes Linux sont sensibles à la casse.
Tableau 1. Paramètres
Paramètre Descriptions
-new Récupère les nouvelles constatations
-resolved Récupère les constatations résolues
<baseline_asmt_path> Fichier d'évaluation de référence à comparer
<new_asmt_path> Fichier d'évaluation à comparer avec l'évaluation de référence.
[-to <delta_asmt_path>] Facultatif. Indique le fichier de sortie ou le chemin du dossier. S'il n'est pas indiqué, le fichier de sortie est créé dans le répertoire actuel en ajoutant "_nouveau" ou "_résolu", suivi de l'horodatage.
[-no_retain] Facultatif. Le fichier d'évaluation d'écart ne peut pas être créé sans constatation. Le fichier est créé par défaut.
[-verbose] Facultatif. Produit les métriques de comparaison dans la console. Ne produit pas les métriques par défaut.

Exemple

<install_dir\bin>> appscanelta.bat -new C:\asmt\angular_baseline.ozasmt C:\asmt\angular.ozasmt -to C:\asmt\angular_delta
<install_dir\bin>> appscandelta.sh -resolved C:\asmt\angular_baseline.ozasmt C:\asmt\angular.ozasmt -verbose

résultats

AppScanDelta écrit les résultats dans un fichier .ozasmt qui est spécifié dans la réponse à la commande.
<install_dir\bin>> AppScanDelta.bat -new C:\asmt\angular_baseline.ozasmt C:\asmt\angular.ozasmt
Command execution completed successfully.
Delta assessment file created at '<data_dir>\bin\angular_new_20200603100537.ozasmt'.

<install_dir\bin>> AppScanDelta.bat -resolved C:\asmt\angular_baseline.ozasmt C:\asmt\angular.ozasmt -verbose
Baseline: C:\asmt\angular_baseline.ozasmt
        Total Findings: 22,619
        High: 22,439
        Medium: 164
        Low: 12
        Info: 4
        Excluded: 0
New Scan: C:\asmt\angular.ozasmt
        Total Findings: 824
        High: 506
        Medium: 302
        Low: 12
        Info: 4
        Excluded: 0
Delta (resolved): <install_dir\bin>\angular_resolved_20200603100625.ozasmt
        Total Findings: 22,076
        High: 22,025
        Medium: 48
        Low: 3
        Info: 0

 

Command execution completed successfully.
Delta assessment file created at '<install_dir\bin>\angular_resolved_20200603100625.ozasmt'.