+
+ Read the Docs
+ v: ${config.versions.current.slug}
+
+
+
+
+ ${renderLanguages(config)}
+ ${renderVersions(config)}
+ ${renderDownloads(config)}
+
+ - On Read the Docs
+ -
+ Project Home
+
+ -
+ Builds
+
+ -
+ Downloads
+
+
+
+ - Search
+ -
+
+
+
+
+
+ Hosted by Read the Docs
+
+
+
+ `;
+
+ // Inject the generated flyout into the body HTML element.
+ document.body.insertAdjacentHTML("beforeend", flyout);
+
+ // Trigger the Read the Docs Addons Search modal when clicking on the "Search docs" input from inside the flyout.
+ document
+ .querySelector("#flyout-search-form")
+ .addEventListener("focusin", () => {
+ const event = new CustomEvent("readthedocs-search-show");
+ document.dispatchEvent(event);
+ });
+ })
+}
+
+if (themeLanguageSelector || themeVersionSelector) {
+ function onSelectorSwitch(event) {
+ const option = event.target.selectedIndex;
+ const item = event.target.options[option];
+ window.location.href = item.dataset.url;
+ }
+
+ document.addEventListener("readthedocs-addons-data-ready", function (event) {
+ const config = event.detail.data();
+
+ const versionSwitch = document.querySelector(
+ "div.switch-menus > div.version-switch",
+ );
+ if (themeVersionSelector) {
+ let versions = config.versions.active;
+ if (config.versions.current.hidden || config.versions.current.type === "external") {
+ versions.unshift(config.versions.current);
+ }
+ const versionSelect = `
+
+ `;
+
+ versionSwitch.innerHTML = versionSelect;
+ versionSwitch.firstElementChild.addEventListener("change", onSelectorSwitch);
+ }
+
+ const languageSwitch = document.querySelector(
+ "div.switch-menus > div.language-switch",
+ );
+
+ if (themeLanguageSelector) {
+ if (config.projects.translations.length) {
+ // Add the current language to the options on the selector
+ let languages = config.projects.translations.concat(
+ config.projects.current,
+ );
+ languages = languages.sort((a, b) =>
+ a.language.name.localeCompare(b.language.name),
+ );
+
+ const languageSelect = `
+
+ `;
+
+ languageSwitch.innerHTML = languageSelect;
+ languageSwitch.firstElementChild.addEventListener("change", onSelectorSwitch);
+ }
+ else {
+ languageSwitch.remove();
+ }
+ }
+ });
+}
+
+document.addEventListener("readthedocs-addons-data-ready", function (event) {
+ // Trigger the Read the Docs Addons Search modal when clicking on "Search docs" input from the topnav.
+ document
+ .querySelector("[role='search'] input")
+ .addEventListener("focusin", () => {
+ const event = new CustomEvent("readthedocs-search-show");
+ document.dispatchEvent(event);
+ });
+});
\ No newline at end of file
diff --git a/first_steps.html b/first_steps.html
index 1a21a75f..d6f4fd41 100644
--- a/first_steps.html
+++ b/first_steps.html
@@ -1,25 +1,23 @@
+
+
-
First Steps — CycloneDX Editor Validator Tool 0.19.0 documentation
+
First Steps — CycloneDX Editor Validator Tool 0.20.0 documentation
-
+
-
-
-
-
-
-
-
+
+
+
+
+
diff --git a/genindex.html b/genindex.html
index 8118d748..cdaab487 100644
--- a/genindex.html
+++ b/genindex.html
@@ -1,24 +1,22 @@
+
+
-
Index — CycloneDX Editor Validator Tool 0.19.0 documentation
+
Index — CycloneDX Editor Validator Tool 0.20.0 documentation
-
+
-
-
-
-
-
-
-
+
+
+
+
+
diff --git a/index.html b/index.html
index 73e5be19..cb560bc3 100644
--- a/index.html
+++ b/index.html
@@ -1,26 +1,24 @@
+
+
-
CycloneDX Editor Validator Tool — CycloneDX Editor Validator Tool 0.19.0 documentation
+
CycloneDX Editor Validator Tool — CycloneDX Editor Validator Tool 0.20.0 documentation
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/known_limitations.html b/known_limitations.html
index 250c983f..d95e1d91 100644
--- a/known_limitations.html
+++ b/known_limitations.html
@@ -1,25 +1,23 @@
+
+
-
Known Limitations — CycloneDX Editor Validator Tool 0.19.0 documentation
+
Known Limitations — CycloneDX Editor Validator Tool 0.20.0 documentation
-
+
-
-
-
-
-
-
-
+
+
+
+
+
diff --git a/maintainers.html b/maintainers.html
index de258acf..63b8d99a 100644
--- a/maintainers.html
+++ b/maintainers.html
@@ -1,25 +1,23 @@
+
+
-
Maintainers — CycloneDX Editor Validator Tool 0.19.0 documentation
+
Maintainers — CycloneDX Editor Validator Tool 0.20.0 documentation
-
+
-
-
-
-
-
-
-
+
+
+
+
+
diff --git a/objects.inv b/objects.inv
index eb77bff9..fde2c5d8 100644
Binary files a/objects.inv and b/objects.inv differ
diff --git a/search.html b/search.html
index 687ac29b..117db4d3 100644
--- a/search.html
+++ b/search.html
@@ -1,25 +1,23 @@
+
+
-
Search — CycloneDX Editor Validator Tool 0.19.0 documentation
+
Search — CycloneDX Editor Validator Tool 0.20.0 documentation
-
+
-
-
-
-
-
-
-
+
+
+
+
+
diff --git a/searchindex.js b/searchindex.js
index 7d2a897d..65da8f4d 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"Available commands": [[7, null]], "Commands": [[7, "create_parser-commands"]], "Commit Message Format": [[0, "commit-message-format"]], "Conflicts": [[10, "conflicts"]], "Contributing": [[0, null]], "Create Issues": [[0, "create-issues"]], "CycloneDX Editor Validator Tool": [[2, null]], "Dependency-resolution": [[6, "dependency-resolution"]], "Deprecated": [[9, null]], "Details": [[8, "details"]], "Documentation": [[2, null]], "Example": [[5, "example"]], "Examples": [[0, "examples"], [5, "examples"], [6, "examples"]], "Exit codes": [[7, "exit-codes"]], "First Steps": [[1, null]], "Further information": [[2, null]], "Global options": [[7, "create_parser-global-options"]], "Installation": [[1, "installation"]], "Issues": [[0, "issues"]], "Known Limitations": [[3, null]], "Maintainers": [[4, null]], "Make changes to CycloneDX Editor Validator": [[0, "make-changes-to-cyclonedx-editor-validator"]], "Named Arguments": [[5, "create_parser-named-arguments"], [6, "create_parser-named-arguments"], [8, "create_parser-named-arguments"], [9, "create_parser-named-arguments"], [10, "create_parser-named-arguments"], [11, "create_parser-named-arguments"]], "Operation details": [[5, "operation-details"]], "Options for \u2018add-license-text\u2019": [[5, "create_parser-options-for-'add-license-text'"]], "Output": [[7, "output"], [11, "output"]], "Positional Arguments": [[5, "create_parser-positional-arguments"], [6, "create_parser-positional-arguments"], [8, "create_parser-positional-arguments"], [9, "create_parser-positional-arguments"], [10, "create_parser-positional-arguments"], [11, "create_parser-positional-arguments"]], "Prerequisites": [[0, "prerequisites"]], "Protected fields": [[10, "protected-fields"]], "Schema selection": [[11, "schema-selection"]], "Set list file format": [[10, "set-list-file-format"]], "Solve Issue": [[0, "solve-issue"]], "Subject": [[0, "subject"]], "Submitting Pull Requests": [[0, "submitting-pull-requests"]], "Target components": [[10, "target-components"]], "Type": [[0, "type"]], "Usage": [[1, "usage"], [7, null]], "Validation of filename": [[11, "validation-of-filename"]], "Values": [[10, "values"]], "Write new commands, options or arguments": [[0, "write-new-commands-options-or-arguments"]], "add-bom-ref": [[5, "add-bom-ref"]], "add-license-text": [[5, "add-license-text"]], "amend": [[5, null]], "build-public": [[6, null]], "compositions": [[5, "compositions"]], "default-author": [[5, "default-author"]], "delete-ambiguous-licenses": [[5, "delete-ambiguous-licenses"]], "infer-supplier": [[5, "infer-supplier"]], "license-name-to-id": [[5, "license-name-to-id"]], "merge": [[8, null]], "merge-vex": [[9, null]], "set": [[10, null]], "target": [[10, "create_parser-target"]], "validate": [[11, null]]}, "docnames": ["CONTRIBUTING", "first_steps", "index", "known_limitations", "maintainers", "usage/amend", "usage/build-public", "usage/index", "usage/merge", "usage/merge-vex", "usage/set", "usage/validate"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["CONTRIBUTING.rst", "first_steps.rst", "index.rst", "known_limitations.rst", "maintainers.rst", "usage/amend.rst", "usage/build-public.rst", "usage/index.rst", "usage/merge.rst", "usage/merge-vex.rst", "usage/set.rst", "usage/validate.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [3, 5, 6, 7, 8, 9, 10], "0": [7, 10], "1": [0, 10, 11], "1990": 10, "2": [5, 7, 10, 11], "2022": 10, "2024": 10, "3": [0, 7, 11], "4": [7, 10], "5": 10, "6": 11, "7": 6, "9": 0, "A": [0, 5, 8, 10], "As": 7, "By": [7, 11], "For": [0, 5, 8, 9, 10, 11], "If": [0, 5, 6, 7, 8, 9, 10, 11], "In": [2, 5, 7, 8, 9, 10, 11], "It": [2, 5, 6, 10], "No": 0, "On": 10, "Or": 1, "That": 10, "The": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11], "Their": 6, "These": [5, 7, 11], "To": [0, 1, 7, 10, 11], "_": [7, 11], "abl": 5, "abort": 10, "about": 5, "abov": [6, 8, 10], "accept": 11, "accident": 5, "accord": [0, 6, 7], "account": 6, "acm": [6, 10], "acmenotpubl": 6, "acmesecret": 6, "acmesensit": 6, "act": 10, "action": [2, 6, 7], "ad": [0, 8, 9, 10], "add": 0, "addit": [0, 2, 5, 10, 11], "affect": 10, "after": 11, "afterward": 5, "against": [2, 11], "aleg": 4, "algorithm": [5, 8], "all": [0, 5, 6, 8, 10, 11], "allow": [0, 2, 10], "alphabet": 8, "alreadi": [0, 2, 5, 9, 10], "also": [0, 2, 5, 8, 10, 11], "altogeth": 11, "alwai": [0, 5, 8], "amend": [0, 2, 7], "an": [0, 3, 5, 6, 7, 8, 9, 10, 11], "anchor": 11, "angular": 0, "ani": [2, 5, 6, 8, 10, 11], "appear": 8, "append": 10, "appli": [0, 10, 11], "applic": 7, "ar": [0, 2, 3, 4, 5, 6, 8, 9, 10, 11], "argument": 7, "aris": 10, "arrai": [6, 10], "ask": 10, "assign": [0, 6], "assum": [9, 10], "attempt": 5, "attent": 11, "attest": 5, "attribut": [5, 8], "author": 10, "auto": [5, 6, 7, 8, 9, 10], "autom": 5, "auxiliari": 0, "avail": 5, "avoid": 0, "awar": 10, "bash": [3, 10], "becaus": [5, 6], "beck": 4, "befor": [0, 3, 7], "beforehand": 3, "begin": 10, "being": 8, "below": [8, 11], "benefici": 5, "better": 0, "between": 5, "beyond": 5, "bill": 2, "bit": 10, "black": 0, "block": 10, "bom": [2, 8, 10, 11], "both": [7, 8, 11], "browser": 8, "bug": [0, 7], "build": [0, 7], "built": [1, 11], "call": 10, "can": [1, 5, 6, 7, 8, 10, 11], "cannot": [5, 8, 10], "capit": 0, "case": [0, 5, 7, 8, 9, 10, 11], "caus": 3, "caution": 5, "cd": [7, 11], "cdx": [0, 1, 5, 6, 7, 8, 9, 10, 11], "cdxev": 1, "certain": 5, "chang": [8, 10], "charact": 11, "choic": [5, 7, 11], "chore": 0, "christian": 4, "ci": [7, 11], "claim": 5, "cli": 2, "clone": 1, "clutter": 5, "code": [0, 11], "collect": 10, "com": [1, 4, 5, 6], "combin": [10, 11], "come": [1, 11], "command": [1, 2, 3, 5, 6, 8, 9, 10, 11], "common": [5, 6], "compat": [0, 9], "complet": [5, 11], "compli": 10, "compliant": 0, "compon": [5, 6, 7, 8, 11], "compris": 5, "condit": 5, "conflict": 3, "conform": [0, 3, 10], "conjunct": 10, "consid": [0, 6], "const": 6, "constraint": 10, "contain": [0, 5, 6, 8, 9, 10], "content": [0, 5, 6, 11], "context": 5, "contribut": [2, 4], "control": 5, "conveni": 11, "convert": 7, "coordin": [0, 10], "copyright": 10, "core": 5, "correct": 0, "correspond": [5, 11], "could": 10, "cpe": 10, "cq": 11, "creat": [2, 5, 6], "creation": 5, "current": [4, 7, 11], "custom": [2, 11], "cyclonedx": [1, 3, 5, 7, 8, 10, 11], "data": [5, 10], "decid": 10, "declar": 5, "dedic": 0, "default": [0, 7, 10, 11], "defin": [6, 8, 10], "delet": [6, 10], "depend": [3, 5, 8, 11], "describ": [0, 8], "descript": 0, "detail": 0, "determin": [7, 10, 11], "develop": 4, "differ": [5, 9], "dir": 5, "directli": [0, 8, 10], "directori": [5, 6, 7, 8, 9, 10], "disabl": [5, 7, 11], "discontinu": 11, "discuss": [0, 9], "displai": [1, 5], "disregard": 5, "distribut": 5, "divid": 10, "do": [0, 5, 10], "doc": 0, "document": [0, 10], "doe": [0, 2, 9], "doesn": [5, 7], "don": [0, 5], "done": 10, "dot": 0, "doubl": 10, "downgrad": 10, "draft": 6, "drop": 8, "duplic": [0, 8, 9], "e": [0, 2, 5, 6, 7, 8, 10], "each": [5, 7, 8, 10], "edit": [2, 5], "editor": 1, "effect": 7, "effort": 0, "ei": 10, "either": [3, 5, 7, 8, 10, 11], "element": 5, "empti": 5, "enabl": 7, "encourag": 3, "end": 0, "ensur": [0, 5, 8, 11], "entir": 6, "entri": [5, 9], "enum": 6, "equal": [5, 6], "err": 5, "error": [3, 7, 10], "escap": [10, 11], "etc": [7, 8], "ev": [0, 1, 5, 6, 7, 8, 9, 10, 11], "even": [2, 8], "everyth": 5, "exactli": 10, "exampl": [10, 11], "except": [8, 10], "exclud": 5, "execut": 3, "exist": [0, 5, 7, 10], "exit": 5, "explan": 11, "explicit": 5, "explicitli": 10, "explor": 8, "expos": 5, "extens": [5, 6], "externalrefer": 5, "f": 10, "fact": 5, "fail": 7, "fals": [7, 10, 11], "feat": 0, "featur": 0, "fed": 3, "feel": 0, "festo": [0, 1, 4], "few": [8, 10], "field": [5, 8, 11], "file": [0, 5, 6, 7, 8, 9, 11], "filenam": [5, 7], "filename_pattern": 11, "fine": 5, "firmwar": 10, "first": [0, 2, 5, 8, 9, 10, 11], "fit": 6, "fix": 0, "flag": 10, "flat": 5, "folder": [5, 8], "follow": [0, 4, 5, 6, 8, 10, 11], "footer": 0, "footnot": 0, "forc": 10, "form": [5, 8], "format": [3, 7, 11], "formul": 6, "found": [5, 10], "framework": 10, "free": [0, 5], "from": [0, 5, 6, 7, 8, 10, 11], "full": [5, 10, 11], "fulli": 10, "function": 5, "further": [9, 10], "futur": [5, 9], "g": [0, 2, 7, 8, 10], "gener": [0, 5, 6, 7, 8, 9, 10], "get": [0, 6, 7], "git": [0, 1, 3], "github": [1, 5], "gitlab": 11, "given": [5, 8, 10], "goal": 5, "goe": 10, "good": 0, "gov": 5, "graph": [6, 8], "group": [6, 10], "grow": 5, "guid": 0, "guidelin": 0, "h": [5, 6, 8, 9, 10, 11], "ha": [5, 7, 10], "hand": 5, "happen": 10, "hardwar": 2, "hash": 11, "have": [2, 5, 7, 8, 10, 11], "hawk": 10, "help": [1, 5, 7], "here": [0, 6, 10], "higher": [0, 10], "hint": 1, "hold": 10, "how": 10, "howev": 5, "http": [1, 5], "human": 11, "i": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11], "id": 10, "ident": 8, "identifi": [5, 8, 10], "ignor": [5, 10], "imper": 0, "import": 5, "inc": 10, "includ": [0, 2, 5, 10, 11], "incorpor": 11, "indic": 7, "inform": [3, 5, 6, 8, 9, 10], "input": [3, 5, 6, 7, 8, 9, 10, 11], "input_1": 8, "input_2": 8, "input_3": 8, "input_4": 8, "insert": 5, "insid": [5, 6, 8, 9, 10], "inspir": 0, "instanc": [5, 8], "instead": 10, "integr": 11, "interact": [3, 10], "intern": 6, "invalid": [3, 7], "invest": 0, "invoc": 10, "involv": [5, 6], "isn": 10, "issu": 5, "item": 6, "iter": 8, "its": [1, 5, 6], "itself": 6, "java": 5, "jenkin": 11, "json": [3, 5, 6, 7, 8, 10, 11], "json_schema": 11, "just": 10, "kebab": 0, "kei": 10, "kept": 9, "known": [2, 5], "larg": 5, "last": 5, "later": 8, "latest": 0, "least": 8, "leav": 10, "letter": 0, "level": 5, "librari": 0, "licens": [0, 6, 10], "license_dir": 5, "license_text": 5, "like": 10, "limit": 2, "line": [1, 2, 8, 10, 11], "list": [1, 5], "littl": [5, 6, 10], "ll": 10, "log": 7, "look": 8, "lookup": 5, "m": 1, "machin": 11, "made": [4, 5, 6], "mai": 10, "mainli": 0, "maintain": 2, "major": 0, "make": 5, "mani": 5, "manufactur": 5, "mark": 5, "marseu": 4, "match": [5, 6, 8, 10, 11], "materi": 2, "mathemat": 8, "md": 5, "mean": [6, 10, 11], "meant": 3, "mention": 0, "merg": [0, 2, 7], "messag": 11, "metadata": [5, 7, 8, 11], "method": 9, "might": [3, 5, 7], "miss": [0, 5, 7, 10], "mit": 10, "modifi": [2, 10], "modul": 1, "more": [0, 2, 5, 6, 7, 8, 11], "moritz": 4, "most": 10, "mostli": 11, "multipl": [5, 10], "must": [0, 5, 6, 7, 8, 10, 11], "my": 5, "my_program": 10, "mypi": 0, "mysetfil": 10, "name": 7, "need": [9, 10], "neither": 0, "nest": 6, "never": 8, "new": [6, 7, 9, 10], "newer": 9, "next": 6, "ng": 11, "non": 7, "none": 10, "nor": 0, "note": [0, 2, 6, 8, 10], "ntia": [5, 11], "null": 10, "number": [0, 10], "numer": 5, "o": [5, 6, 8, 9, 10], "object": 10, "occur": 3, "offer": 2, "offici": 2, "often": 11, "old": 10, "onc": 5, "one": [0, 5, 8, 9, 10, 11], "onli": [0, 2, 3, 5, 7, 10, 11], "oper": [0, 3, 8, 10], "option": [1, 6, 8, 10, 11], "order": [5, 6, 8], "org": [5, 10], "origin": [2, 11], "other": [5, 8, 10, 11], "otherwis": 0, "our": [0, 7], "output": [3, 5, 6, 8, 9, 10], "overview": 0, "overwrit": [3, 10], "overwritten": [7, 10], "own": 11, "pai": 11, "paramet": 10, "part": 8, "particular": 10, "pass": [0, 6, 10], "path": [5, 6, 8, 9, 10, 11], "pattern": [6, 11], "pdf": 5, "peopl": 4, "pep8": 0, "per": [5, 10], "perform": [0, 2, 6, 7, 10], "period": 5, "pip": 1, "placehold": 11, "plan": 3, "platform": 8, "pleas": [0, 2], "plugin": 11, "point": [0, 7], "posit": 0, "possibl": [5, 7, 10, 11], "pr": 0, "preced": 5, "prefer": 5, "present": [0, 5, 10, 11], "prevent": 0, "princip": 4, "print": 7, "prior": 0, "problem": 3, "proce": 10, "process": [0, 8], "produc": 7, "program": [8, 10], "project": 0, "prompt": [3, 10], "proper": 11, "properti": [5, 6, 10], "provid": [0, 5, 6, 8, 10, 11], "public": [5, 7], "publish": [1, 5], "purl": [8, 10], "pypi": 1, "python": [0, 1], "q": 7, "qualiti": 11, "quiet": [7, 11], "quietli": 10, "quot": 10, "rang": [7, 10], "rate": 9, "re": 10, "read": [0, 10], "readabl": 11, "reader": 10, "reason": [0, 7], "recommend": [0, 5, 8, 11], "redact": 6, "ref": 8, "refactor": 0, "refer": [9, 11], "referenc": 10, "reflect": 8, "regard": 2, "regex": 11, "regular": 7, "releas": 0, "remov": [5, 6], "replac": 5, "report": [7, 11], "repositori": 1, "requir": [0, 6, 9, 11], "resourc": 0, "respect": [2, 11], "respons": [4, 5], "rest": 10, "restrict": 11, "result": [8, 11], "retain": 8, "risk": 5, "round": 8, "rule": [0, 10, 11], "run": [1, 5, 8, 10], "safer": 5, "same": [0, 7, 8, 9, 10], "sbom": [2, 3, 5, 6, 7, 8, 9, 10, 11], "sbom_fil": [0, 9], "sbom_minimum_elements_report": 5, "scenario": 6, "schema": [2, 6, 10], "schemata": 6, "scheme": [5, 8, 10], "scope": 10, "se": 1, "search": 5, "second": [8, 9], "section": [8, 9], "see": [5, 8, 11], "select": 5, "semant": [5, 10], "semver": 10, "separ": 10, "serv": 5, "set": [2, 3, 5, 7], "sever": [5, 10, 11], "shell": [9, 10, 11], "should": [0, 5, 6, 7, 8, 9, 10, 11], "show": 10, "side": 5, "simpl": 10, "simpli": 9, "sinc": 10, "singl": [5, 10], "skip": [5, 10], "smaller": 10, "snake": 0, "so": [5, 8, 10], "softwar": 2, "sole": 5, "some": [5, 6, 7, 10], "sort": [5, 8], "sourc": 5, "spdx": 5, "speak": 2, "special": [10, 11], "specif": [1, 3, 5, 6, 8, 10, 11], "specifi": [5, 6, 7, 8, 9, 10, 11], "split": 5, "spot": 10, "start": 6, "state": 5, "stdout": [5, 6, 7, 8, 9, 10, 11], "stem": 5, "step": [2, 5], "still": 6, "stock": [3, 11], "store": 5, "strang": 10, "strict": 11, "string": [6, 10], "stumbl": 10, "style": 0, "subcommand": 0, "submit": 8, "subsequ": [8, 10], "subset": 11, "success": 7, "succinct": 0, "supersed": 9, "support": [2, 3, 10, 11], "suppress": 10, "sure": 0, "surround": 10, "swid": 10, "switch": 10, "system": 8, "t": [0, 3, 5, 7, 10], "tabl": 5, "taken": 6, "target_cp": 10, "templat": 7, "tens": 0, "term": 8, "termin": 10, "test": 0, "text": 6, "than": [0, 5, 10], "thank": 0, "thei": [5, 8, 10], "them": 5, "therefor": 5, "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "thing": 0, "third": 8, "those": 6, "though": [2, 3], "three": [6, 10], "through": [8, 10], "thrown": 10, "time": [0, 5, 7], "timestamp": [7, 8, 11], "titl": 0, "togeth": 10, "too": 10, "tool": [0, 1, 3, 4, 5, 7, 10, 11], "toolscap": 5, "touch": 0, "track": 5, "tracker": 5, "trickeri": 10, "true": 6, "twice": [5, 8], "two": [2, 5, 8, 9, 10, 11], "txt": 5, "type": [5, 11], "u": 0, "unchang": 10, "unforeseen": 3, "unfortun": 5, "uniqu": [8, 9], "univ": 10, "unknown": 5, "unless": 6, "unlimit": 10, "up": 5, "updat": 10, "url": [5, 10], "us": [0, 3, 5, 7, 8, 10, 11], "usag": [2, 5, 6, 8, 9, 10, 11], "user": [3, 5, 6, 10, 11], "utc": 7, "util": 5, "uuidv4": 5, "v": 7, "valid": [1, 3, 7, 10], "valu": [0, 5, 6, 11], "variant": [2, 11], "variou": [2, 7], "vc": 5, "ver": 10, "verbos": 7, "version": [0, 5, 6, 7, 8, 9, 10, 11], "vex": [0, 7, 8], "vex_fil": [0, 9], "via": 1, "vilinski": 4, "vulner": 8, "wa": [0, 2], "wai": 8, "want": [5, 10], "warn": [7, 8, 10, 11], "we": [0, 2], "web": 10, "websit": 5, "welcom": 0, "well": [5, 6, 8, 10, 11], "were": [4, 11], "what": [0, 10], "when": [5, 6, 8, 10, 11], "where": [5, 6, 7, 8, 9, 10, 11], "whether": [3, 10], "which": [2, 5, 10, 11], "while": 10, "who": 10, "whose": 6, "why": 0, "wildcard": 10, "window": 8, "within": 2, "without": [7, 10], "won": 3, "word": [0, 8, 10], "work": [0, 2, 5, 10], "workflow": 5, "would": [5, 8, 10], "write": [10, 11], "written": [5, 6, 7, 8, 9, 10, 11], "wrong": 10, "www": 5, "xml": 3, "yet": [0, 5], "you": [0, 2, 5, 6, 8, 10, 11], "your": [0, 2, 8, 10, 11], "yourself": 0, "yyyymmddhhmmss": 7}, "titles": ["Contributing", "First Steps", "CycloneDX Editor Validator Tool", "Known Limitations", "Maintainers", "amend", "build-public", "Usage", "merge", "merge-vex", "set", "validate"], "titleterms": {"add": 5, "ambigu": 5, "amend": 5, "argument": [0, 5, 6, 8, 9, 10, 11], "author": 5, "avail": 7, "bom": 5, "build": 6, "chang": 0, "code": 7, "command": [0, 7], "commit": 0, "compon": 10, "composit": 5, "conflict": 10, "contribut": 0, "creat": 0, "cyclonedx": [0, 2], "default": 5, "delet": 5, "depend": 6, "deprec": 9, "detail": [5, 8], "document": 2, "editor": [0, 2], "exampl": [0, 5, 6], "exit": 7, "field": 10, "file": 10, "filenam": 11, "first": 1, "format": [0, 10], "further": 2, "global": 7, "id": 5, "infer": 5, "inform": 2, "instal": 1, "issu": 0, "known": 3, "licens": 5, "limit": 3, "list": 10, "maintain": 4, "make": 0, "merg": [8, 9], "messag": 0, "name": [5, 6, 8, 9, 10, 11], "new": 0, "oper": 5, "option": [0, 5, 7], "output": [7, 11], "posit": [5, 6, 8, 9, 10, 11], "prerequisit": 0, "protect": 10, "public": 6, "pull": 0, "ref": 5, "request": 0, "resolut": 6, "schema": 11, "select": 11, "set": 10, "solv": 0, "step": 1, "subject": 0, "submit": 0, "supplier": 5, "target": 10, "text": 5, "tool": 2, "type": 0, "usag": [1, 7], "valid": [0, 2, 11], "valu": 10, "vex": 9, "write": 0}})
\ No newline at end of file
+Search.setIndex({"alltitles": {"Available commands": [[7, null]], "Commands": [[7, "create_parser-commands"]], "Commit Message Format": [[0, "commit-message-format"]], "Conflicts": [[12, "conflicts"]], "Contributing": [[0, null]], "Create Issues": [[0, "create-issues"]], "CycloneDX Editor Validator Tool": [[2, null]], "Dependency-resolution": [[6, "dependency-resolution"]], "Deprecated": [[11, null]], "Details": [[10, "details"]], "Documentation": [[2, null]], "Example": [[5, "example"]], "Examples": [[0, "examples"], [5, "examples"], [6, "examples"]], "Exit codes": [[7, "exit-codes"]], "First Steps": [[1, null]], "Further information": [[2, null]], "Global options": [[7, "create_parser-global-options"]], "Installation": [[1, "installation"]], "Issues": [[0, "issues"]], "Known Limitations": [[3, null]], "Maintainers": [[4, null]], "Make changes to CycloneDX Editor Validator": [[0, "make-changes-to-cyclonedx-editor-validator"]], "Named Arguments": [[5, "create_parser-named-arguments"], [6, "create_parser-named-arguments"], [8, "create_parser-named-arguments"], [9, "create_parser-named-arguments"], [10, "create_parser-named-arguments"], [11, "create_parser-named-arguments"], [12, "create_parser-named-arguments"], [13, "create_parser-named-arguments"]], "Operation details": [[5, "operation-details"]], "Optional inputs": [[8, "optional-inputs"]], "Options for \u2018add-license-text\u2019": [[5, "create_parser-options-for-'add-license-text'"]], "Output": [[7, "output"], [13, "output"]], "Output Format": [[9, "output-format"]], "Positional Arguments": [[5, "create_parser-positional-arguments"], [6, "create_parser-positional-arguments"], [9, "create_parser-positional-arguments"], [10, "create_parser-positional-arguments"], [11, "create_parser-positional-arguments"], [12, "create_parser-positional-arguments"], [13, "create_parser-positional-arguments"]], "Prerequisites": [[0, "prerequisites"]], "Protected fields": [[12, "protected-fields"]], "Schema selection": [[13, "schema-selection"]], "Set list file format": [[12, "set-list-file-format"]], "Solve Issue": [[0, "solve-issue"]], "Subject": [[0, "subject"]], "Submitting Pull Requests": [[0, "submitting-pull-requests"]], "Target components": [[12, "target-components"]], "Type": [[0, "type"]], "Usage": [[1, "usage"], [7, null]], "Validation of filename": [[13, "validation-of-filename"]], "Values": [[12, "values"]], "Write new commands, options or arguments": [[0, "write-new-commands-options-or-arguments"]], "add-bom-ref": [[5, "add-bom-ref"]], "add-license-text": [[5, "add-license-text"]], "amend": [[5, null]], "build-public": [[6, null]], "compositions": [[5, "compositions"]], "default-author": [[5, "default-author"]], "delete-ambiguous-licenses": [[5, "delete-ambiguous-licenses"]], "infer-supplier": [[5, "infer-supplier"]], "init-sbom": [[8, null]], "license-name-to-id": [[5, "license-name-to-id"]], "list": [[9, null]], "merge": [[10, null]], "merge-vex": [[11, null]], "metadata": [[8, "create_parser-metadata"]], "set": [[12, null]], "target": [[12, "create_parser-target"]], "validate": [[13, null]]}, "docnames": ["CONTRIBUTING", "first_steps", "index", "known_limitations", "maintainers", "usage/amend", "usage/build-public", "usage/index", "usage/init-sbom", "usage/list", "usage/merge", "usage/merge-vex", "usage/set", "usage/validate"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["CONTRIBUTING.rst", "first_steps.rst", "index.rst", "known_limitations.rst", "maintainers.rst", "usage/amend.rst", "usage/build-public.rst", "usage/index.rst", "usage/init-sbom.rst", "usage/list.rst", "usage/merge.rst", "usage/merge-vex.rst", "usage/set.rst", "usage/validate.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [3, 5, 6, 7, 8, 9, 10, 11, 12], "0": [7, 8, 12], "00": 8, "01": 8, "04f0": 8, "095452": 8, "1": [0, 8, 9, 12, 13], "10": 8, "1990": 12, "1fa01e4f": 8, "2": [5, 7, 9, 12, 13], "2022": 12, "2024": [8, 12], "27t10": 8, "3": [0, 7, 13], "4": [7, 12], "40": 8, "4208": 8, "5": 12, "56": 8, "6": [8, 13], "7": 6, "9": 0, "9ea3": 8, "A": [0, 5, 8, 10, 12], "As": 7, "By": [7, 13], "For": [0, 5, 10, 11, 12, 13], "If": [0, 5, 6, 7, 8, 9, 10, 11, 12, 13], "In": [2, 5, 7, 10, 11, 12, 13], "It": [2, 5, 6, 9, 12], "No": 0, "On": 12, "Or": 1, "That": 12, "The": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "Their": 6, "These": [5, 7, 13], "To": [0, 1, 7, 12, 13], "_": [7, 13], "abl": 5, "abort": 12, "about": 5, "abov": [6, 8, 10, 12], "accept": 13, "accident": 5, "accord": [0, 6, 7, 8], "account": 6, "acm": [6, 8, 12], "acmenotpubl": 6, "acmesecret": 6, "acmesensit": 6, "act": 12, "action": [2, 6, 7], "ad": [0, 10, 11, 12], "add": 0, "addit": [0, 2, 5, 12, 13], "address": 8, "affect": 12, "after": 13, "afterward": 5, "against": [2, 13], "aleg": 4, "algorithm": [5, 10], "all": [0, 5, 6, 10, 12, 13], "allow": [0, 2, 12], "alphabet": 10, "alreadi": [0, 2, 5, 11, 12], "also": [0, 2, 5, 10, 12, 13], "altogeth": 13, "alwai": [0, 5, 10], "amend": [0, 2, 7], "an": [0, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13], "anchor": 13, "angular": 0, "ani": [2, 5, 6, 10, 12, 13], "apach": 9, "appear": 10, "append": 12, "appli": [0, 12, 13], "applic": [7, 8], "ar": [0, 2, 3, 4, 5, 6, 8, 10, 11, 12, 13], "argument": 7, "aris": 12, "arrai": [6, 12], "ask": 12, "assign": [0, 6], "assum": [11, 12], "attempt": 5, "attent": 13, "attest": 5, "attribut": [5, 10], "author": [8, 12], "auto": [5, 6, 7, 8, 9, 10, 11, 12], "autom": 5, "auxiliari": 0, "avail": 5, "avoid": 0, "awar": 12, "b53de58fd6a0": 8, "bash": [3, 12], "becaus": [5, 6], "beck": 4, "befor": [0, 3, 7], "beforehand": 3, "begin": 12, "being": 10, "below": [10, 13], "benefici": 5, "better": 0, "between": 5, "beyond": 5, "bill": 2, "bit": 12, "black": 0, "block": 12, "bom": [2, 8, 9, 10, 12, 13], "bomformat": 8, "both": [7, 10, 13], "browser": 10, "bug": [0, 7], "build": [0, 7], "built": [1, 13], "call": 12, "can": [1, 5, 6, 7, 8, 9, 10, 12, 13], "cannot": [5, 10, 12], "capit": 0, "case": [0, 5, 7, 10, 11, 12, 13], "caus": 3, "caution": 5, "cd": [7, 13], "cdx": [0, 1, 5, 6, 7, 8, 9, 10, 11, 12, 13], "cdxev": 1, "certain": 5, "chang": [10, 12], "charact": 13, "choic": [5, 7, 9, 13], "chore": 0, "christian": 4, "ci": [7, 13], "claim": [5, 8], "cli": 2, "clone": 1, "clutter": 5, "co": 8, "code": [0, 13], "collect": 12, "com": [1, 4, 5, 6, 8], "combin": [12, 13], "come": [1, 13], "command": [1, 2, 3, 5, 6, 8, 9, 10, 11, 12, 13], "common": [5, 6], "compat": [0, 11], "complet": [5, 8, 13], "compli": 12, "compliant": 0, "compon": [5, 6, 7, 8, 9, 10, 13], "compris": 5, "condit": 5, "conflict": 3, "conform": [0, 3, 12], "conjunct": 12, "consid": [0, 6], "const": 6, "constraint": 12, "contact": 8, "contain": [0, 5, 6, 10, 11, 12], "content": [0, 5, 6, 8, 9, 13], "context": 5, "contribut": [2, 4], "control": 5, "conveni": 13, "convert": 7, "coordin": [0, 12], "copyright": [8, 9, 12], "core": 5, "correct": 0, "correspond": [5, 13], "could": 12, "cpe": 12, "cq": 13, "creat": [2, 5, 6, 8], "creation": 5, "csv": 9, "current": [4, 7, 9, 13], "custom": [2, 13], "cyclonedx": [1, 3, 5, 7, 8, 10, 12, 13], "data": [5, 9, 12], "decid": 12, "declar": 5, "dedic": 0, "default": [0, 7, 8, 9, 12, 13], "defin": [6, 10, 12], "delet": [6, 12], "depend": [3, 5, 8, 10, 13], "deriv": 9, "describ": [0, 8, 10], "descript": 0, "detail": 0, "determin": [7, 12, 13], "develop": [4, 9], "differ": [5, 11], "dir": 5, "directli": [0, 10, 12], "directori": [5, 6, 7, 8, 9, 10, 11, 12], "disabl": [5, 7, 13], "discontinu": 13, "discuss": [0, 11], "displai": [1, 5, 9], "disregard": 5, "distribut": 5, "divid": 12, "do": [0, 5, 12], "doc": 0, "document": [0, 12], "doe": [0, 2, 11], "doesn": [5, 7], "don": [0, 5], "done": 12, "dot": 0, "doubl": 12, "downgrad": 12, "draft": [6, 8], "drop": 10, "duplic": [0, 10, 11], "e": [0, 2, 5, 6, 7, 10, 12], "each": [5, 7, 10, 12], "edit": [2, 5], "editor": [1, 8], "effect": 7, "effort": 0, "ei": 12, "either": [3, 5, 7, 10, 12, 13], "element": 5, "elsewher": 8, "email": 8, "empti": 5, "enabl": 7, "encourag": 3, "end": 0, "ensur": [0, 5, 10, 13], "entir": 6, "entri": [5, 11], "enum": 6, "equal": [5, 6], "err": 5, "error": [3, 7, 12], "escap": [12, 13], "etc": [7, 10], "ev": [0, 1, 5, 6, 7, 8, 9, 10, 11, 12, 13], "even": [2, 10], "everyth": 5, "exactli": 12, "exampl": [8, 9, 12, 13], "except": [10, 12], "exclud": 5, "execut": 3, "exist": [0, 5, 7, 12], "exit": 5, "explan": 13, "explicit": 5, "explicitli": 12, "explor": 10, "expos": 5, "extens": [5, 6], "externalrefer": [5, 8], "f": 12, "fact": 5, "fail": 7, "fals": [7, 12, 13], "feat": 0, "featur": 0, "fed": 3, "feel": 0, "festo": [0, 1, 4, 8], "few": [10, 12], "field": [5, 8, 10, 13], "file": [0, 5, 6, 7, 8, 9, 10, 11, 13], "filenam": [5, 7], "filename_pattern": 13, "fine": 5, "firmwar": 12, "first": [0, 2, 5, 8, 10, 11, 12, 13], "fit": 6, "fix": 0, "flag": [8, 12], "flat": 5, "folder": [5, 10], "follow": [0, 4, 5, 6, 10, 12, 13], "footer": 0, "footnot": 0, "forc": 12, "form": [5, 10], "format": [3, 7, 13], "formul": 6, "found": [5, 12], "framework": 12, "free": [0, 5], "from": [0, 5, 6, 7, 9, 10, 12, 13], "full": [5, 12, 13], "fulli": 12, "function": 5, "further": [11, 12], "futur": [5, 11], "g": [0, 2, 7, 10, 12], "gener": [0, 5, 6, 7, 8, 9, 10, 11, 12], "get": [0, 6, 7], "git": [0, 1, 3], "github": [1, 5, 8], "gitlab": 13, "given": [5, 10, 12], "goal": 5, "goe": 12, "good": 0, "gov": 5, "graph": [6, 10], "group": [6, 12], "grow": 5, "guid": 0, "guidelin": 0, "h": [5, 6, 8, 9, 10, 11, 12, 13], "ha": [5, 7, 9, 12], "hand": 5, "happen": 12, "hardwar": 2, "hash": 13, "have": [2, 5, 7, 10, 12, 13], "hawk": 12, "help": [1, 5, 7], "here": [0, 6, 12], "higher": [0, 12], "hint": 1, "hold": 12, "how": 12, "howev": 5, "http": [1, 5, 8], "human": 13, "i": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13], "id": 12, "ident": 10, "identifi": [5, 8, 10, 12], "ignor": [5, 12], "imper": 0, "import": 5, "inc": [8, 12], "includ": [0, 2, 5, 9, 12, 13], "incorpor": 13, "indic": 7, "inform": [3, 5, 6, 8, 9, 10, 11, 12], "init": 7, "input": [3, 5, 6, 7, 9, 10, 11, 12, 13], "input_1": 10, "input_2": 10, "input_3": 10, "input_4": 10, "insert": 5, "insid": [5, 6, 8, 9, 10, 11, 12], "inspir": 0, "instanc": [5, 10], "instead": 12, "integr": 13, "interact": [3, 12], "intern": 6, "invalid": [3, 7], "invest": 0, "invoc": 12, "involv": [5, 6], "isn": 12, "issu": 5, "item": 6, "iter": 10, "its": [1, 5, 6], "itself": 6, "java": 5, "jenkin": 13, "json": [3, 5, 6, 7, 8, 9, 10, 12, 13], "json_schema": 13, "just": 12, "kebab": 0, "kei": 12, "kept": 11, "kg": 8, "known": [2, 5], "larg": 5, "last": 5, "later": 10, "latest": 0, "least": 10, "leav": 12, "letter": 0, "level": 5, "librari": 0, "licens": [0, 6, 9, 12], "license_dir": 5, "license_text": 5, "like": [8, 12], "limit": 2, "line": [1, 2, 10, 12, 13], "list": [1, 5, 7], "littl": [5, 6, 12], "ll": 12, "log": 7, "look": 10, "lookup": 5, "m": 1, "machin": 13, "made": [4, 5, 6], "mai": 12, "mainli": 0, "maintain": 2, "major": 0, "make": 5, "mani": 5, "manual": 8, "manufactur": 5, "mark": 5, "marseu": 4, "match": [5, 6, 10, 12, 13], "materi": [2, 9], "mathemat": 10, "md": 5, "mean": [6, 12, 13], "meant": 3, "mention": 0, "merg": [0, 2, 7], "messag": 13, "metadata": [5, 7, 9, 10, 13], "method": 11, "might": [3, 5, 7], "miss": [0, 5, 7, 12], "mit": 12, "modifi": [2, 12], "modul": 1, "more": [0, 2, 5, 6, 7, 10, 13], "moritz": 4, "most": 12, "mostli": 13, "multipl": [5, 12], "must": [0, 5, 6, 7, 10, 12, 13], "my": [5, 8], "my_program": 12, "mypi": 0, "mysetfil": 12, "name": 7, "need": [11, 12], "neither": 0, "nest": 6, "never": 10, "new": [6, 7, 11, 12], "newer": 11, "next": 6, "ng": 13, "non": 7, "none": 12, "nor": 0, "notat": 12, "note": [0, 2, 6, 10, 12], "notic": [8, 9], "ntia": [5, 13], "null": 12, "number": [0, 8, 12], "numer": 5, "o": [5, 6, 8, 9, 10, 11, 12], "object": 12, "occur": 3, "offer": 2, "offici": 2, "often": 13, "old": 12, "onc": 5, "one": [0, 5, 8, 10, 11, 12, 13], "onli": [0, 2, 3, 5, 7, 12, 13], "oper": [0, 3, 9, 10, 12], "option": [1, 6, 10, 12, 13], "order": [5, 6, 10], "org": [5, 8, 12], "organ": 8, "origin": [2, 13], "other": [5, 10, 12, 13], "otherwis": 0, "our": [0, 7], "output": [3, 5, 6, 8, 10, 11, 12], "overview": 0, "overwrit": [3, 12], "overwritten": [7, 12], "own": 13, "ownership": 8, "pai": 13, "paramet": 12, "part": 10, "parti": 9, "particular": 12, "pass": [0, 6, 8, 12], "path": [5, 6, 8, 9, 10, 11, 12, 13], "pattern": [6, 13], "pdf": 5, "peopl": 4, "pep8": 0, "per": [5, 12], "perform": [0, 2, 6, 7, 9, 12], "period": 5, "person": 8, "phone": 8, "pip": 1, "placehold": 13, "plan": 3, "platform": 10, "pleas": [0, 2], "plugin": 13, "point": [0, 7], "posit": 0, "possibl": [5, 7, 9, 12, 13], "pr": 0, "preced": 5, "prefer": 5, "present": [0, 5, 12, 13], "prevent": 0, "princip": 4, "print": 7, "prior": 0, "problem": 3, "proce": 12, "process": [0, 10], "produc": 7, "product": 9, "program": [8, 10, 12], "project": 0, "prompt": [3, 12], "proper": 13, "properti": [5, 6, 12], "provid": [0, 5, 6, 8, 9, 10, 12, 13], "public": [5, 7], "publish": [1, 5, 8], "purl": [10, 12], "pypi": 1, "python": [0, 1], "q": 7, "qualiti": 13, "quiet": [7, 13], "quietli": 12, "quot": 12, "rang": [7, 12], "rate": 11, "re": 12, "read": [0, 12], "readabl": 13, "reader": 12, "reason": [0, 7], "recommend": [0, 5, 10, 13], "redact": 6, "ref": [8, 10], "refactor": 0, "refer": [8, 11, 13], "referenc": 12, "reflect": 10, "regard": 2, "regex": 13, "regular": 7, "releas": 0, "remov": [5, 6], "replac": 5, "report": [7, 13], "repositori": 1, "requir": [0, 6, 11, 13], "resourc": 0, "respect": [2, 13], "respons": [4, 5], "rest": 12, "restrict": 13, "result": [8, 10, 13], "retain": 10, "risk": 5, "round": 10, "rule": [0, 12, 13], "run": [1, 5, 10, 12], "safer": 5, "same": [0, 7, 10, 11, 12], "sbom": [2, 3, 5, 6, 7, 9, 10, 11, 12, 13], "sbom_fil": [0, 11], "sbom_minimum_elements_report": 5, "scenario": 6, "schema": [2, 6, 8, 12], "schemata": 6, "scheme": [5, 10, 12], "scope": 12, "se": [1, 8], "search": 5, "second": [10, 11], "section": [10, 11], "see": [5, 10, 13], "select": 5, "semant": [5, 12], "semver": 12, "separ": 12, "serialnumb": 8, "serv": 5, "set": [2, 3, 5, 7], "sever": [5, 12, 13], "shall": 9, "shell": [11, 12, 13], "should": [0, 5, 6, 7, 8, 9, 10, 11, 12, 13], "show": 12, "side": 5, "simpl": 12, "simpli": 11, "sinc": 12, "singl": [5, 12], "skip": [5, 12], "smaller": 12, "snake": 0, "so": [5, 10, 12], "softwar": [2, 8], "sole": 5, "some": [5, 6, 7, 8, 12], "sort": [5, 10], "sourc": 5, "spdx": 5, "speak": 2, "special": [12, 13], "specif": [1, 3, 5, 6, 8, 10, 12, 13], "specifi": [5, 6, 7, 8, 9, 10, 11, 12, 13], "specvers": 8, "split": 5, "spot": 12, "start": 6, "state": 5, "stdout": [5, 6, 7, 8, 9, 10, 11, 12, 13], "stem": 5, "step": [2, 5], "still": 6, "stock": [3, 13], "store": 5, "strang": 12, "strict": 13, "string": [6, 12], "structur": 9, "stumbl": 12, "style": 0, "subcommand": 0, "submit": [8, 10], "subsequ": [10, 12], "subset": 13, "success": 7, "succinct": 0, "supersed": 11, "suppli": 8, "supplier": [8, 9], "support": [2, 3, 12, 13], "suppress": 12, "sure": 0, "surround": 12, "swid": 12, "switch": 12, "system": 10, "t": [0, 3, 5, 7, 12], "tabl": 5, "taken": 6, "target_cp": 12, "templat": 7, "tens": 0, "term": 10, "termin": 12, "test": 0, "text": [6, 9], "than": [0, 5, 12], "thank": 0, "thei": [5, 10, 12], "them": 5, "therefor": 5, "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "thing": 0, "third": [9, 10], "those": [6, 8], "though": [2, 3], "three": [6, 12], "through": [10, 12], "thrown": 12, "time": [0, 5, 7], "timestamp": [7, 8, 10, 13], "titl": 0, "togeth": 12, "too": 12, "tool": [0, 1, 3, 4, 5, 7, 8, 12, 13], "toolscap": 5, "touch": 0, "track": 5, "tracker": 5, "trickeri": 12, "true": 6, "twice": [5, 10], "two": [2, 5, 10, 11, 12, 13], "txt": [5, 9], "type": [5, 8, 13], "u": 0, "unchang": 12, "underli": 8, "unforeseen": 3, "unfortun": 5, "uniqu": [10, 11], "univ": 12, "unknown": 5, "unless": 6, "unlimit": 12, "up": 5, "updat": 12, "url": [5, 8, 12], "urn": 8, "us": [0, 3, 5, 7, 8, 9, 10, 12, 13], "usag": [2, 5, 6, 8, 9, 10, 11, 12, 13], "user": [3, 5, 6, 8, 12, 13], "utc": 7, "util": 5, "uuid": 8, "uuidv4": 5, "v": 7, "valid": [1, 3, 7, 8, 12], "valu": [0, 5, 6, 8, 13], "variant": [2, 13], "variou": [2, 7], "vc": 5, "vendor": 8, "ver": 12, "verbos": 7, "version": [0, 5, 6, 7, 8, 9, 10, 11, 12, 13], "vex": [0, 7, 10], "vex_fil": [0, 11], "via": 1, "vilinski": 4, "vulner": 10, "wa": [0, 2], "wai": 10, "want": [5, 12], "warn": [7, 10, 12, 13], "we": [0, 2], "web": 12, "websit": [5, 8], "welcom": 0, "well": [5, 6, 10, 12, 13], "were": [4, 13], "what": [0, 12], "when": [5, 6, 10, 12, 13], "where": [5, 6, 7, 8, 9, 10, 11, 12, 13], "whether": [3, 12], "which": [2, 5, 8, 12, 13], "while": 12, "who": [8, 12], "whose": 6, "why": 0, "wildcard": 12, "window": 10, "within": 2, "without": [7, 8, 12], "won": 3, "word": [0, 10, 12], "work": [0, 2, 5, 8, 12], "workflow": 5, "would": [5, 8, 10, 12], "write": [8, 12, 13], "written": [5, 6, 7, 8, 9, 10, 11, 12, 13], "wrong": 12, "www": 5, "xml": 3, "yet": [0, 5], "you": [0, 2, 5, 6, 10, 12, 13], "your": [0, 2, 10, 12, 13], "yourself": 0, "yyyymmddhhmmss": 7}, "titles": ["Contributing", "First Steps", "CycloneDX Editor Validator Tool", "Known Limitations", "Maintainers", "amend", "build-public", "Usage", "init-sbom", "list", "merge", "merge-vex", "set", "validate"], "titleterms": {"add": 5, "ambigu": 5, "amend": 5, "argument": [0, 5, 6, 8, 9, 10, 11, 12, 13], "author": 5, "avail": 7, "bom": 5, "build": 6, "chang": 0, "code": 7, "command": [0, 7], "commit": 0, "compon": 12, "composit": 5, "conflict": 12, "contribut": 0, "creat": 0, "cyclonedx": [0, 2], "default": 5, "delet": 5, "depend": 6, "deprec": 11, "detail": [5, 10], "document": 2, "editor": [0, 2], "exampl": [0, 5, 6], "exit": 7, "field": 12, "file": 12, "filenam": 13, "first": 1, "format": [0, 9, 12], "further": 2, "global": 7, "id": 5, "infer": 5, "inform": 2, "init": 8, "input": 8, "instal": 1, "issu": 0, "known": 3, "licens": 5, "limit": 3, "list": [9, 12], "maintain": 4, "make": 0, "merg": [10, 11], "messag": 0, "metadata": 8, "name": [5, 6, 8, 9, 10, 11, 12, 13], "new": 0, "oper": 5, "option": [0, 5, 7, 8], "output": [7, 9, 13], "posit": [5, 6, 9, 10, 11, 12, 13], "prerequisit": 0, "protect": 12, "public": 6, "pull": 0, "ref": 5, "request": 0, "resolut": 6, "sbom": 8, "schema": 13, "select": 13, "set": 12, "solv": 0, "step": 1, "subject": 0, "submit": 0, "supplier": 5, "target": 12, "text": 5, "tool": 2, "type": 0, "usag": [1, 7], "valid": [0, 2, 13], "valu": 12, "vex": 11, "write": 0}})
\ No newline at end of file
diff --git a/usage/amend.html b/usage/amend.html
index 0e4edb39..a50b9e55 100644
--- a/usage/amend.html
+++ b/usage/amend.html
@@ -1,25 +1,23 @@
+
+
-
amend — CycloneDX Editor Validator Tool 0.19.0 documentation
+
amend — CycloneDX Editor Validator Tool 0.20.0 documentation
-
+
-
-
-
-
-
-
-
+
+
+
+
+
@@ -71,6 +69,8 @@
build-public
+
init-sbom
+
list
merge
merge-vex
set
diff --git a/usage/build-public.html b/usage/build-public.html
index 69bb9e05..70ca5b8a 100644
--- a/usage/build-public.html
+++ b/usage/build-public.html
@@ -1,29 +1,27 @@
+
+
-
build-public — CycloneDX Editor Validator Tool 0.19.0 documentation
+
build-public — CycloneDX Editor Validator Tool 0.20.0 documentation
-
+
-
-
-
-
-
-
-
+
+
+
+
+
-
+
@@ -61,6 +59,8 @@
Examples
+
init-sbom
+
list
merge
merge-vex
set
@@ -230,7 +230,7 @@
Examples