Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support offline validation (no network) using only built-in, local schema #114

Merged
merged 14 commits into from
Nov 18, 2024

Conversation

mrutkows
Copy link
Contributor

Resolves #113

@mrutkows mrutkows added the enhancement New feature or request label Nov 15, 2024
@mrutkows mrutkows self-assigned this Nov 15, 2024
@mrutkows
Copy link
Contributor Author

Note: The following CycloneDX JSON schemas use imported ($ref) schemas:

grep -inr "\$ref\": \"[a-z]" --include=*.schema.json | sort | more
./bom-1.2-strict.schema.json:602:          "$ref": "spdx.schema.json",
./bom-1.2.schema.json:584:          "$ref": "spdx.schema.json",
./bom-1.3-strict.schema.json:570:          "$ref": "spdx.schema.json",
./bom-1.3.schema.json:553:          "$ref": "spdx.schema.json",
./bom-1.4.schema.json:1692:      "$ref": "jsf-0.82.schema.json#/definitions/signature",
./bom-1.4.schema.json:614:          "$ref": "spdx.schema.json",
./bom-1.5.schema.json:3794:      "$ref": "jsf-0.82.schema.json#/definitions/signature",
./bom-1.5.schema.json:748:          "$ref": "spdx.schema.json",
./bom-1.6.schema.json:1253:          "$ref": "spdx.schema.json",
./bom-1.6.schema.json:5040:      "$ref": "jsf-0.82.schema.json#/definitions/signature",
./bom-1.7.schema.json:1253:          "$ref": "spdx.schema.json",
./bom-1.7.schema.json:5040:      "$ref": "jsf-0.82.schema.json#/definitions/signature",

@mrutkows mrutkows merged commit 7a27192 into main Nov 18, 2024
8 checks passed
@mrutkows mrutkows deleted the urischema branch November 19, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validating CycloneDX fails without internet connectivity
1 participant