From 2b99030f49cf712aca5f94c44ca1f508e6662397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:15:48 +0000 Subject: [PATCH 1/2] Bump mkdocs-material from 9.5.36 to 9.5.39 in the mkdocs group Bumps the mkdocs group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `mkdocs-material` from 9.5.36 to 9.5.39 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.36...9.5.39) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3b073b90..ac656099 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ mkdocs==1.6.1 mkdocs-bibtex==2.16.2 mkdocs-include-markdown-plugin==6.2.2 mkdocs-table-reader-plugin==3.1.0 -mkdocs-material==9.5.36 +mkdocs-material==9.5.39 mkdocs-material-extensions==1.3.1 mkdocstrings==0.26.1 mkdocstrings-python==1.11.1 From 55161b6c97e29d391eca396977ef4fa33b2105ad Mon Sep 17 00:00:00 2001 From: Vijay Sarvepalli Date: Tue, 1 Oct 2024 12:25:15 -0400 Subject: [PATCH 2/2] schema URL's ID field is garbled (#627) --- data/schema/v1/Decision_Point-1-0-1.schema.json | 2 +- data/schema/v1/Decision_Point_Value_Selection-1-0-1.schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/schema/v1/Decision_Point-1-0-1.schema.json b/data/schema/v1/Decision_Point-1-0-1.schema.json index ff9f3d48..168cb8f0 100644 --- a/data/schema/v1/Decision_Point-1-0-1.schema.json +++ b/data/schema/v1/Decision_Point-1-0-1.schema.json @@ -1,7 +1,7 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Decision Point schema definition", - "$id": "https://certcc.github.io/data/schema/v1/Decision_Point.schema-1-0-1.json", + "$id": "https://certcc.github.io/SSVC/data/schema/v1/Decision_Point-1-0-1.schema.json", "description": "Decision points are the basic building blocks of SSVC decision functions. Individual decision points describe a single aspect of the input to a decision function.", "definitions": { "schemaVersion": { diff --git a/data/schema/v1/Decision_Point_Value_Selection-1-0-1.schema.json b/data/schema/v1/Decision_Point_Value_Selection-1-0-1.schema.json index d9455057..b15800d8 100644 --- a/data/schema/v1/Decision_Point_Value_Selection-1-0-1.schema.json +++ b/data/schema/v1/Decision_Point_Value_Selection-1-0-1.schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://certcc.github.io/SSVC/data/schema/v1/Decision_Point_Group_Selection-1-0-1.schema.json", + "$id": "https://certcc.github.io/SSVC/data/schema/v1/Decision_Point_Value_Selection-1-0-1.schema.json", "definitions": { "id": { "type": "string",