diff --git a/src/sections/vulnerability-adjustments.rst b/src/sections/vulnerability-adjustments.rst index 333d8ae..26d545b 100644 --- a/src/sections/vulnerability-adjustments.rst +++ b/src/sections/vulnerability-adjustments.rst @@ -43,7 +43,7 @@ Example format in ``analysis_settings``: | .. code-block:: JSON - vulnerability_adjustments: { "replace_file": {} } + "vulnerability_adjustments": { "replace_file": {} } | The user can provide the path to a CSV file with the updated vulnerability data: @@ -71,7 +71,7 @@ Example format: | .. code-block:: JSON - vulnerability_adjustments: { "replace_data": {} } + "vulnerability_adjustments": { "replace_data": {} } | The data can be replaced for specific ``vulnerability_id``s: @@ -108,7 +108,7 @@ Example format: | .. code-block:: JSON - vulnerability_adjustments: { "adjustments": {} } + "vulnerability_adjustments": { "adjustments": {} } | The user can apply adjustment factors to the ``vulnerability_id`` as shown below: