Enum VulnerabilityResolutionReason

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CANT_FIX_VULNERABILITY

      No remediation is available for this vulnerability, e.g., because it requires a change to be made by a third party that is not responsive.

      INEFFECTIVE_VULNERABILITY

      The code in which the vulnerability was found is neither invoked in the project's code nor indirectly via another open source component.

      INVALID_MATCH_VULNERABILITY

      The vulnerability is irrelevant due to a tooling or database mismatch, e.g., the package version used does not match the version for which the vulnerability provider has reported a vulnerability.

      MITIGATED_VULNERABILITY

      The vulnerability is valid but has been mitigated, e.g., measures have been taken to ensure this vulnerability can not be exploited.

      WILL_NOT_FIX_VULNERABILITY

      This vulnerability will never be fixed, e.g., because the package which is affected is orphaned, declared end-of-life, or otherwise deprecated.

      WORKAROUND_FOR_VULNERABILITY

      The vulnerability is valid but a temporary workaround has been put in place to avoid exposure to the vulnerability.