Additional details on why this justification was chosen.
JustificationType
Provides the type of justification.
Enums
JUSTIFICATION_TYPE_UNSPECIFIED
JUSTIFICATION_TYPE_UNSPECIFIED.
COMPONENT_NOT_PRESENT
The vulnerable component is not present in the product.
VULNERABLE_CODE_NOT_PRESENT
The vulnerable code is not present. Typically this case occurs when source code is configured or built in a way that excludes the vulnerable code.
VULNERABLE_CODE_NOT_IN_EXECUTE_PATH
The vulnerable code can not be executed. Typically this case occurs when the product includes the vulnerable code but does not call or use the vulnerable code.
VULNERABLE_CODE_CANNOT_BE_CONTROLLED_BY_ADVERSARY
The vulnerable code cannot be controlled by an attacker to exploit the vulnerability.
INLINE_MITIGATIONS_ALREADY_EXIST
The product includes built-in protections or features that prevent exploitation of the vulnerability. These built-in protections cannot be subverted by the attacker and cannot be configured or disabled by the user. These mitigations completely prevent exploitation based on known attack vectors.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-02 UTC."],[[["This document describes the `Justification` data structure used when an assessment's state is `NOT_AFFECTED`."],["The `Justification` structure includes a `justificationType` field, specifying the reason for the assessment, and a `details` field for further explanation."],["The `justificationType` field is an enum with values like `COMPONENT_NOT_PRESENT`, `VULNERABLE_CODE_NOT_PRESENT`, and `INLINE_MITIGATIONS_ALREADY_EXIST`, each detailing a different reason."],["There are six possible values for `justificationType` that can be used."]]],[]]