From 5c291f68e29748156062d2e146e066bc966aca9d Mon Sep 17 00:00:00 2001 From: dependencytrack-bot <106437498+dependencytrack-bot@users.noreply.github.com> Date: Mon, 10 Aug 2026 12:18:36 +0000 Subject: [PATCH] Update OpenAPI docs Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/reference/api/openapi-v1.yaml | 22 +++++++++++++++++++--- docs/reference/api/openapi-v2.yaml | 8 ++++++++ 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/docs/reference/api/openapi-v1.yaml b/docs/reference/api/openapi-v1.yaml index ddb9c79..bd43d2b 100644 --- a/docs/reference/api/openapi-v1.yaml +++ b/docs/reference/api/openapi-v1.yaml @@ -894,8 +894,8 @@ paths: enum: - "asc, desc" - description: "The MD5, SHA-1, SHA-256, SHA-384, SHA-512, SHA3-256, SHA3-384,\ - \ SHA3-512, BLAKE2b-256, BLAKE2b-384, BLAKE2b-512, or BLAKE3 hash of the\ - \ component to retrieve" + \ SHA3-512, BLAKE2b-256, BLAKE2b-384, BLAKE2b-512, BLAKE3, Streebog-256,\ + \ or Streebog-512 hash of the component to retrieve" in: path name: hash required: true @@ -2287,6 +2287,7 @@ paths: - INTERNAL - OSV - SNYK + - CX - UNKNOWN - in: header name: accept @@ -9578,6 +9579,7 @@ components: - INTERNAL - OSV - SNYK + - CX - UNKNOWN required: - firstSeen @@ -10060,6 +10062,12 @@ components: sha512: type: string pattern: "^[0-9a-fA-F]{128}$" + streebog_256: + type: string + pattern: "^[0-9a-fA-F]{64}$" + streebog_512: + type: string + pattern: "^[0-9a-fA-F]{128}$" supplier: $ref: "#/components/schemas/OrganizationalEntity" swidTagId: @@ -10924,7 +10932,7 @@ components: - build-system - release-notes - security-contact - - model_card + - model-card - attestation - threat-model - adversary-model @@ -10947,6 +10955,11 @@ components: - rfc-9116 - electronic-signature - digital-signature + - patent + - patent-family + - patent-assertion + - citation + - poam - other url: type: string @@ -13402,6 +13415,9 @@ components: cveId: type: string pattern: "^[\\p{IsWhite_Space}\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\n\\r\\t]*$" + cxId: + type: string + pattern: "^[\\p{IsWhite_Space}\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\n\\r\\t]*$" ghsaId: type: string pattern: "^[\\p{IsWhite_Space}\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\n\\r\\t]*$" diff --git a/docs/reference/api/openapi-v2.yaml b/docs/reference/api/openapi-v2.yaml index 255dbbe..6f3cb81 100644 --- a/docs/reference/api/openapi-v2.yaml +++ b/docs/reference/api/openapi-v2.yaml @@ -271,6 +271,8 @@ paths: - BLAKE2B_384 - BLAKE2B_512 - BLAKE3 + - STREEBOG_256 + - STREEBOG_512 - name: hash in: query description: |- @@ -2661,6 +2663,12 @@ components: blake3: maxLength: 255 type: string + streebog_256: + maxLength: 64 + type: string + streebog_512: + maxLength: 128 + type: string md5: maxLength: 32 type: string