CSAF

 view release on metacpan or  search on metacpan

lib/CSAF/resources/cache/09c932cd025cb0f5110be89389cfe6fc  view on Meta::CPAN

                          "minLength": 1,
                          "examples": [
                            "blake2b512",
                            "sha256",
                            "sha3-512",
                            "sha384",
                            "sha512"
                          ]
                        },
                        "value": {
                          "title": "Value of the cryptographic hash",
                          "description": "Contains the cryptographic hash value in hexadecimal representation.",
                          "type": "string",
                          "pattern": "^[0-9a-fA-F]{32,}$",
                          "minLength": 32,
                          "examples": [
                            "37df33cb7464da5c7f077f4d56a32bc84987ec1d85b234537c1c1a4d4fc8d09dc29e2e762cb5203677bf849a2855a0283710f1f5fe1d6ce8d5ac85c645d0fcb3",
                            "4775203615d9534a8bfca96a93dc8b461a489f69124a130d786b42204f3341cc",
                            "9ea4c8200113d49d26505da0e02e2f49055dc078d1ad7a419b32e291c7afebbb84badfbd46dec42883bea0b2a1fa697c"
                          ]
                        }
                      }
                    }
                  },
                  "filename": {
                    "title": "Filename",
                    "description": "Contains the name of the file which is identified by the hash values.",
                    "type": "string",
                    "minLength": 1,
                    "examples": [
                      "WINWORD.EXE",
                      "msotadddin.dll",
                      "sudoers.so"
                    ]
                  }
                }
              }
            },
            "model_numbers": {
              "title": "List of models",
              "description": "Contains a list of full or abbreviated (partial) model numbers.",
              "type": "array",
              "minItems": 1,
              "uniqueItems": true,
              "items": {
                "title": "Model number",
                "description": "Contains a full or abbreviated (partial) model number of the component to identify.",
                "type": "string",
                "minLength": 1
              }
            },
            "purl": {
              "title": "package URL representation",
              "description": "The package URL (purl) attribute refers to a method for reliably identifying and locating software packages external to this specification.",
              "type": "string",
              "format": "uri",
              "pattern": "^pkg:[A-Za-z\\.\\-\\+][A-Za-z0-9\\.\\-\\+]*/.+",
              "minLength": 7
            },
            "sbom_urls": {
              "title": "List of SBOM URLs",
              "description": "Contains a list of URLs where SBOMs for this product can be retrieved.",
              "type": "array",
              "minItems": 1,
              "items": {
                "title": "SBOM URL",
                "description": "Contains a URL of one SBOM for this product.",
                "type": "string",
                "format": "uri"
              }
            },
            "serial_numbers": {
              "title": "List of serial numbers",
              "description": "Contains a list of full or abbreviated (partial) serial numbers.",
              "type": "array",
              "minItems": 1,
              "uniqueItems": true,
              "items": {
                "title": "Serial number",
                "description": "Contains a full or abbreviated (partial) serial number of the component to identify.",
                "type": "string",
                "minLength": 1
              }
            },
            "skus": {
              "title": "List of stock keeping units",
              "description": "Contains a list of full or abbreviated (partial) stock keeping units.",
              "type": "array",
              "minItems": 1,
              "items": {
                "title": "Stock keeping unit",
                "description": "Contains a full or abbreviated (partial) stock keeping unit (SKU) which is used in the ordering process to identify the component.",
                "type": "string",
                "minLength": 1
              }
            },
            "x_generic_uris": {
              "title": "List of generic URIs",
              "description": "Contains a list of identifiers which are either vendor-specific or derived from a standard not yet supported.",
              "type": "array",
              "minItems": 1,
              "items": {
                "title": "Generic URI",
                "description": "Provides a generic extension point for any identifier which is either vendor-specific or derived from a standard not yet supported.",
                "type": "object",
                "required": [
                  "namespace",
                  "uri"
                ],
                "properties": {
                  "namespace": {
                    "title": "Namespace of the generic URI",
                    "description": "Refers to a URL which provides the name and knowledge about the specification used or is the namespace in which these values are valid.",
                    "type": "string",
                    "format": "uri"
                  },
                  "uri": {
                    "title": "URI",
                    "description": "Contains the identifier itself.",
                    "type": "string",
                    "format": "uri"
                  }
                }
              }
            }
          }
        }



( run in 1.951 second using v1.01-cache-2.11-cpan-437f7b0c052 )