Enum LicenseFindingCurationReason

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CODE

      The findings occur in source code, for example the name of a variable.

      DATA_OF

      The findings occur in a data, for example a JSON object defining all SPDX licenses.

      DOCUMENTATION_OF

      The findings occur in documentation, for example in code comments or in the README.md.

      INCORRECT

      The detected licenses are not correct. Use only if none of the other reasons apply.

      NOT_DETECTED

      Add applicable license as the scanner did not detect it.

      REFERENCE

      The findings reference a file or URL, e.g. SEE LICENSE IN LICENSE or https://jquery.org/license/.