@intentius/chant 0.13.1 → 0.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/audit/catalog.d.ts +45 -5
- package/dist/audit/catalog.d.ts.map +1 -1
- package/dist/audit/proof.d.ts +3 -0
- package/dist/audit/proof.d.ts.map +1 -1
- package/dist/audit/report-model.d.ts +4 -1
- package/dist/audit/report-model.d.ts.map +1 -1
- package/dist/audit/report.d.ts +3 -0
- package/dist/audit/report.d.ts.map +1 -1
- package/dist/audit/rules-doc.d.ts +8 -2
- package/dist/audit/rules-doc.d.ts.map +1 -1
- package/dist/cli/commands/audit.d.ts.map +1 -1
- package/dist/cli/commands/doctor.d.ts.map +1 -1
- package/dist/cli/commands/lexicon-rolling-upgrade.d.ts +37 -0
- package/dist/cli/commands/lexicon-rolling-upgrade.d.ts.map +1 -0
- package/dist/cli/commands/lexicon-surface-diff.d.ts +48 -0
- package/dist/cli/commands/lexicon-surface-diff.d.ts.map +1 -0
- package/dist/cli/commands/lint.d.ts.map +1 -1
- package/dist/cli/commands/pinned-upgrade.d.ts +41 -0
- package/dist/cli/commands/pinned-upgrade.d.ts.map +1 -0
- package/dist/cli/handlers/build.d.ts.map +1 -1
- package/dist/cli/handlers/components.d.ts +39 -0
- package/dist/cli/handlers/components.d.ts.map +1 -0
- package/dist/cli/handlers/dev.d.ts +3 -0
- package/dist/cli/handlers/dev.d.ts.map +1 -1
- package/dist/cli/handlers/graph.d.ts +4 -2
- package/dist/cli/handlers/graph.d.ts.map +1 -1
- package/dist/cli/handlers/misc.d.ts.map +1 -1
- package/dist/cli/handlers/run.d.ts +49 -0
- package/dist/cli/handlers/run.d.ts.map +1 -1
- package/dist/cli/main.d.ts.map +1 -1
- package/dist/cli/registry.d.ts +35 -0
- package/dist/cli/registry.d.ts.map +1 -1
- package/dist/codegen/fetch.d.ts +22 -0
- package/dist/codegen/fetch.d.ts.map +1 -1
- package/dist/codegen/lexicon-regen.d.ts +110 -0
- package/dist/codegen/lexicon-regen.d.ts.map +1 -0
- package/dist/codegen/pinned-upgrade.d.ts +153 -0
- package/dist/codegen/pinned-upgrade.d.ts.map +1 -0
- package/dist/codegen/rolling-upgrade.d.ts +138 -0
- package/dist/codegen/rolling-upgrade.d.ts.map +1 -0
- package/dist/codegen/surface-snapshot.d.ts +173 -0
- package/dist/codegen/surface-snapshot.d.ts.map +1 -0
- package/dist/codegen/version-bump.d.ts +21 -0
- package/dist/codegen/version-bump.d.ts.map +1 -0
- package/dist/components/auto-release.d.ts +93 -0
- package/dist/components/auto-release.d.ts.map +1 -0
- package/dist/components/builders.d.ts +37 -0
- package/dist/components/builders.d.ts.map +1 -0
- package/dist/components/capability-plugin-loader.d.ts +111 -0
- package/dist/components/capability-plugin-loader.d.ts.map +1 -0
- package/dist/components/capability-plugin-schema.d.ts +24 -0
- package/dist/components/capability-plugin-schema.d.ts.map +1 -0
- package/dist/components/capability-plugin.d.ts +85 -0
- package/dist/components/capability-plugin.d.ts.map +1 -0
- package/dist/components/capability.d.ts +89 -0
- package/dist/components/capability.d.ts.map +1 -0
- package/dist/components/cli-support.d.ts +204 -0
- package/dist/components/cli-support.d.ts.map +1 -0
- package/dist/components/component.d.ts +179 -0
- package/dist/components/component.d.ts.map +1 -0
- package/dist/components/config-defaults.d.ts +41 -0
- package/dist/components/config-defaults.d.ts.map +1 -0
- package/dist/components/discover.d.ts +60 -0
- package/dist/components/discover.d.ts.map +1 -0
- package/dist/components/driver-output.d.ts +20 -0
- package/dist/components/driver-output.d.ts.map +1 -0
- package/dist/components/driver.d.ts +209 -0
- package/dist/components/driver.d.ts.map +1 -0
- package/dist/components/index.d.ts +22 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/manifest-persistence.d.ts +79 -0
- package/dist/components/manifest-persistence.d.ts.map +1 -0
- package/dist/components/pilots/alb-ecs.pilot.d.ts +27 -0
- package/dist/components/pilots/alb-ecs.pilot.d.ts.map +1 -0
- package/dist/components/pilots/dynamodb.pilot.d.ts +22 -0
- package/dist/components/pilots/dynamodb.pilot.d.ts.map +1 -0
- package/dist/components/pilots/jar-emr.pilot.d.ts +37 -0
- package/dist/components/pilots/jar-emr.pilot.d.ts.map +1 -0
- package/dist/components/pilots/lambda.pilot.d.ts +35 -0
- package/dist/components/pilots/lambda.pilot.d.ts.map +1 -0
- package/dist/components/pilots/neo4j-fanout.pilot.d.ts +17 -0
- package/dist/components/pilots/neo4j-fanout.pilot.d.ts.map +1 -0
- package/dist/components/pilots/project.d.ts +13 -0
- package/dist/components/pilots/project.d.ts.map +1 -0
- package/dist/components/presets/ecs-fargate.d.ts +59 -0
- package/dist/components/presets/ecs-fargate.d.ts.map +1 -0
- package/dist/components/presets/index.d.ts +29 -0
- package/dist/components/presets/index.d.ts.map +1 -0
- package/dist/components/presets/lambda.d.ts +35 -0
- package/dist/components/presets/lambda.d.ts.map +1 -0
- package/dist/components/presets/single-host-compose.d.ts +43 -0
- package/dist/components/presets/single-host-compose.d.ts.map +1 -0
- package/dist/components/registry.d.ts +29 -0
- package/dist/components/registry.d.ts.map +1 -0
- package/dist/components/starter-plugin.d.ts +51 -0
- package/dist/components/starter-plugin.d.ts.map +1 -0
- package/dist/components/temporal-codegen-loader.d.ts +27 -0
- package/dist/components/temporal-codegen-loader.d.ts.map +1 -0
- package/dist/components/verbs/__tests__/mock-cloud-executor.d.ts +35 -0
- package/dist/components/verbs/__tests__/mock-cloud-executor.d.ts.map +1 -0
- package/dist/components/verbs/__tests__/mock-process-runner.d.ts +45 -0
- package/dist/components/verbs/__tests__/mock-process-runner.d.ts.map +1 -0
- package/dist/components/verbs/__tests__/mock-sbom-generator.d.ts +33 -0
- package/dist/components/verbs/__tests__/mock-sbom-generator.d.ts.map +1 -0
- package/dist/components/verbs/bom-writer.d.ts +155 -0
- package/dist/components/verbs/bom-writer.d.ts.map +1 -0
- package/dist/components/verbs/build-archive.d.ts +205 -0
- package/dist/components/verbs/build-archive.d.ts.map +1 -0
- package/dist/components/verbs/build.d.ts +150 -0
- package/dist/components/verbs/build.d.ts.map +1 -0
- package/dist/components/verbs/cloud-executor.d.ts +88 -0
- package/dist/components/verbs/cloud-executor.d.ts.map +1 -0
- package/dist/components/verbs/component-bom.d.ts +103 -0
- package/dist/components/verbs/component-bom.d.ts.map +1 -0
- package/dist/components/verbs/index.d.ts +49 -0
- package/dist/components/verbs/index.d.ts.map +1 -0
- package/dist/components/verbs/license-policy.d.ts +56 -0
- package/dist/components/verbs/license-policy.d.ts.map +1 -0
- package/dist/components/verbs/lockfile-sbom-generator.d.ts +81 -0
- package/dist/components/verbs/lockfile-sbom-generator.d.ts.map +1 -0
- package/dist/components/verbs/process-runner.d.ts +64 -0
- package/dist/components/verbs/process-runner.d.ts.map +1 -0
- package/dist/components/verbs/reproducibility.d.ts +80 -0
- package/dist/components/verbs/reproducibility.d.ts.map +1 -0
- package/dist/components/verbs/sbom-generator.d.ts +157 -0
- package/dist/components/verbs/sbom-generator.d.ts.map +1 -0
- package/dist/components/verbs/sbom.d.ts +79 -0
- package/dist/components/verbs/sbom.d.ts.map +1 -0
- package/dist/components/verbs/shell.d.ts +35 -0
- package/dist/components/verbs/shell.d.ts.map +1 -0
- package/dist/components/verbs/sign.d.ts +222 -0
- package/dist/components/verbs/sign.d.ts.map +1 -0
- package/dist/components/verbs/stub.d.ts +18 -0
- package/dist/components/verbs/stub.d.ts.map +1 -0
- package/dist/components/verbs/tool-sbom-generator.d.ts +51 -0
- package/dist/components/verbs/tool-sbom-generator.d.ts.map +1 -0
- package/dist/components/verbs/verify.d.ts +106 -0
- package/dist/components/verbs/verify.d.ts.map +1 -0
- package/dist/components/verbs/vex.d.ts +65 -0
- package/dist/components/verbs/vex.d.ts.map +1 -0
- package/dist/components/verbs/vuln-gate.d.ts +91 -0
- package/dist/components/verbs/vuln-gate.d.ts.map +1 -0
- package/dist/components/verbs/vuln-scan.d.ts +116 -0
- package/dist/components/verbs/vuln-scan.d.ts.map +1 -0
- package/dist/components/verbs/wait-verify.d.ts +85 -0
- package/dist/components/verbs/wait-verify.d.ts.map +1 -0
- package/dist/config.d.ts +205 -0
- package/dist/config.d.ts.map +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/lexicon.d.ts +78 -0
- package/dist/lexicon.d.ts.map +1 -1
- package/dist/lifecycle/build-ledger-store.d.ts +121 -0
- package/dist/lifecycle/build-ledger-store.d.ts.map +1 -0
- package/dist/lifecycle/build-ledger.d.ts +225 -0
- package/dist/lifecycle/build-ledger.d.ts.map +1 -0
- package/dist/lifecycle/git.d.ts +84 -0
- package/dist/lifecycle/git.d.ts.map +1 -1
- package/dist/lifecycle/index.d.ts +5 -0
- package/dist/lifecycle/index.d.ts.map +1 -1
- package/dist/lifecycle/oras-referrer-lookup.d.ts +41 -0
- package/dist/lifecycle/oras-referrer-lookup.d.ts.map +1 -0
- package/dist/lifecycle/release-ledger.d.ts +122 -0
- package/dist/lifecycle/release-ledger.d.ts.map +1 -0
- package/dist/lifecycle/status.d.ts +150 -0
- package/dist/lifecycle/status.d.ts.map +1 -0
- package/dist/lint/component-checks.d.ts +95 -0
- package/dist/lint/component-checks.d.ts.map +1 -0
- package/dist/lint/engine.d.ts +23 -0
- package/dist/lint/engine.d.ts.map +1 -1
- package/dist/lint/presets/strict.json +8 -1
- package/dist/lint/rules/__fixtures__/comp/comp000-discovery-error/broken-a.component.d.ts +4 -0
- package/dist/lint/rules/__fixtures__/comp/comp000-discovery-error/broken-a.component.d.ts.map +1 -0
- package/dist/lint/rules/__fixtures__/comp/comp000-discovery-error/broken-b.component.d.ts +4 -0
- package/dist/lint/rules/__fixtures__/comp/comp000-discovery-error/broken-b.component.d.ts.map +1 -0
- package/dist/lint/rules/__fixtures__/comp/comp001/fail/orphan-lib.component.d.ts +4 -0
- package/dist/lint/rules/__fixtures__/comp/comp001/fail/orphan-lib.component.d.ts.map +1 -0
- package/dist/lint/rules/__fixtures__/comp/comp001/pass/emr-job.component.d.ts +4 -0
- package/dist/lint/rules/__fixtures__/comp/comp001/pass/emr-job.component.d.ts.map +1 -0
- package/dist/lint/rules/__fixtures__/comp/comp001/pass/jar-lib.component.d.ts +4 -0
- package/dist/lint/rules/__fixtures__/comp/comp001/pass/jar-lib.component.d.ts.map +1 -0
- package/dist/lint/rules/__fixtures__/comp/comp002/fail/search-service.component.d.ts +10 -0
- package/dist/lint/rules/__fixtures__/comp/comp002/fail/search-service.component.d.ts.map +1 -0
- package/dist/lint/rules/__fixtures__/comp/comp002/pass/jar-lib.component.d.ts +3 -0
- package/dist/lint/rules/__fixtures__/comp/comp002/pass/jar-lib.component.d.ts.map +1 -0
- package/dist/lint/rules/__fixtures__/comp/comp002/pass/search-service.component.d.ts +4 -0
- package/dist/lint/rules/__fixtures__/comp/comp002/pass/search-service.component.d.ts.map +1 -0
- package/dist/lint/rules/__fixtures__/comp/comp003/fail/migrator.component.d.ts +4 -0
- package/dist/lint/rules/__fixtures__/comp/comp003/fail/migrator.component.d.ts.map +1 -0
- package/dist/lint/rules/__fixtures__/comp/comp003/pass/migrator.component.d.ts +4 -0
- package/dist/lint/rules/__fixtures__/comp/comp003/pass/migrator.component.d.ts.map +1 -0
- package/dist/lint/rules/__fixtures__/comp/comp003/pass/orders-table.component.d.ts +4 -0
- package/dist/lint/rules/__fixtures__/comp/comp003/pass/orders-table.component.d.ts.map +1 -0
- package/dist/lint/rules/__fixtures__/comp/comp004/fail/neo4j-cluster.component.d.ts +4 -0
- package/dist/lint/rules/__fixtures__/comp/comp004/fail/neo4j-cluster.component.d.ts.map +1 -0
- package/dist/lint/rules/__fixtures__/comp/comp004/pass/neo4j-cluster.component.d.ts +4 -0
- package/dist/lint/rules/__fixtures__/comp/comp004/pass/neo4j-cluster.component.d.ts.map +1 -0
- package/dist/lint/rules/__fixtures__/comp/comp004/pass/orders-table.component.d.ts +4 -0
- package/dist/lint/rules/__fixtures__/comp/comp004/pass/orders-table.component.d.ts.map +1 -0
- package/dist/lint/rules/__fixtures__/comp/comp005/fail/search-service.component.d.ts +4 -0
- package/dist/lint/rules/__fixtures__/comp/comp005/fail/search-service.component.d.ts.map +1 -0
- package/dist/lint/rules/__fixtures__/comp/comp005/pass/search-service.component.d.ts +4 -0
- package/dist/lint/rules/__fixtures__/comp/comp005/pass/search-service.component.d.ts.map +1 -0
- package/dist/lint/rules/__fixtures__/comp/comp006/fail/legacy-tool.component.d.ts +4 -0
- package/dist/lint/rules/__fixtures__/comp/comp006/fail/legacy-tool.component.d.ts.map +1 -0
- package/dist/lint/rules/__fixtures__/comp/comp006/pass/legacy-tool.component.d.ts +4 -0
- package/dist/lint/rules/__fixtures__/comp/comp006/pass/legacy-tool.component.d.ts.map +1 -0
- package/dist/lint/rules/__fixtures__/comp/comp007/fail/inventory-table.component.d.ts +4 -0
- package/dist/lint/rules/__fixtures__/comp/comp007/fail/inventory-table.component.d.ts.map +1 -0
- package/dist/lint/rules/__fixtures__/comp/comp007/fail/orders-table.component.d.ts +4 -0
- package/dist/lint/rules/__fixtures__/comp/comp007/fail/orders-table.component.d.ts.map +1 -0
- package/dist/lint/rules/__fixtures__/comp/comp007/pass/orders-table.component.d.ts +3 -0
- package/dist/lint/rules/__fixtures__/comp/comp007/pass/orders-table.component.d.ts.map +1 -0
- package/dist/lint/rules/__fixtures__/comp/comp007/pass/search-service.component.d.ts +4 -0
- package/dist/lint/rules/__fixtures__/comp/comp007/pass/search-service.component.d.ts.map +1 -0
- package/dist/lint/rules/comp/comp001-publishes-never-applies.d.ts +20 -0
- package/dist/lint/rules/comp/comp001-publishes-never-applies.d.ts.map +1 -0
- package/dist/lint/rules/comp/comp002-dangling-wiring-ref.d.ts +28 -0
- package/dist/lint/rules/comp/comp002-dangling-wiring-ref.d.ts.map +1 -0
- package/dist/lint/rules/comp/comp003-mutating-no-rollback.d.ts +39 -0
- package/dist/lint/rules/comp/comp003-mutating-no-rollback.d.ts.map +1 -0
- package/dist/lint/rules/comp/comp004-gate-needs-temporal.d.ts +37 -0
- package/dist/lint/rules/comp/comp004-gate-needs-temporal.d.ts.map +1 -0
- package/dist/lint/rules/comp/comp005-capability-kind-is-noun.d.ts +43 -0
- package/dist/lint/rules/comp/comp005-capability-kind-is-noun.d.ts.map +1 -0
- package/dist/lint/rules/comp/comp006-shell-needs-reason.d.ts +22 -0
- package/dist/lint/rules/comp/comp006-shell-needs-reason.d.ts.map +1 -0
- package/dist/lint/rules/comp/comp007-composition-sprawl.d.ts +33 -0
- package/dist/lint/rules/comp/comp007-composition-sprawl.d.ts.map +1 -0
- package/dist/lint/rules/comp/index.d.ts +18 -0
- package/dist/lint/rules/comp/index.d.ts.map +1 -0
- package/dist/lint/rules/comp/support.d.ts +71 -0
- package/dist/lint/rules/comp/support.d.ts.map +1 -0
- package/dist/lsp/lexicon-providers.d.ts.map +1 -1
- package/dist/op/activity-registry.d.ts +11 -6
- package/dist/op/activity-registry.d.ts.map +1 -1
- package/dist/op/activity-runtime.d.ts +24 -0
- package/dist/op/activity-runtime.d.ts.map +1 -0
- package/dist/op/builders.d.ts +59 -0
- package/dist/op/builders.d.ts.map +1 -1
- package/dist/op/index.d.ts +2 -1
- package/dist/op/index.d.ts.map +1 -1
- package/dist/ownership.d.ts +20 -14
- package/dist/ownership.d.ts.map +1 -1
- package/package.json +14 -1
- package/src/audit/catalog.test.ts +74 -22
- package/src/audit/catalog.ts +74 -471
- package/src/audit/proof.ts +4 -2
- package/src/audit/report-html.test.ts +14 -7
- package/src/audit/report-model.ts +20 -9
- package/src/audit/report.test.ts +36 -13
- package/src/audit/report.ts +2 -0
- package/src/audit/rules-doc.test.ts +8 -6
- package/src/audit/rules-doc.ts +13 -5
- package/src/cli/commands/audit.ts +23 -18
- package/src/cli/commands/component-lint.test.ts +158 -0
- package/src/cli/commands/doctor.test.ts +116 -2
- package/src/cli/commands/doctor.ts +46 -0
- package/src/cli/commands/lexicon-rolling-upgrade.ts +198 -0
- package/src/cli/commands/lexicon-surface-diff.test.ts +104 -0
- package/src/cli/commands/lexicon-surface-diff.ts +185 -0
- package/src/cli/commands/lint.ts +142 -1
- package/src/cli/commands/pinned-upgrade.ts +204 -0
- package/src/cli/handlers/build.ts +58 -1
- package/src/cli/handlers/components.test.ts +504 -0
- package/src/cli/handlers/components.ts +404 -0
- package/src/cli/handlers/dev.ts +60 -1
- package/src/cli/handlers/graph.ts +47 -2
- package/src/cli/handlers/misc.ts +45 -1
- package/src/cli/handlers/run.test.ts +967 -3
- package/src/cli/handlers/run.ts +618 -11
- package/src/cli/main.test.ts +66 -0
- package/src/cli/main.ts +105 -2
- package/src/cli/registry.ts +35 -0
- package/src/codegen/fetch.test.ts +84 -3
- package/src/codegen/fetch.ts +76 -2
- package/src/codegen/lexicon-regen.test.ts +298 -0
- package/src/codegen/lexicon-regen.ts +545 -0
- package/src/codegen/pinned-upgrade.test.ts +399 -0
- package/src/codegen/pinned-upgrade.ts +423 -0
- package/src/codegen/rolling-upgrade.test.ts +333 -0
- package/src/codegen/rolling-upgrade.ts +320 -0
- package/src/codegen/surface-snapshot.test.ts +461 -0
- package/src/codegen/surface-snapshot.ts +546 -0
- package/src/codegen/version-bump.test.ts +47 -0
- package/src/codegen/version-bump.ts +39 -0
- package/src/components/README.md +130 -0
- package/src/components/SPRAWL-VALIDATION.md +181 -0
- package/src/components/__fixtures__/alb-ecs-service.json +51 -0
- package/src/components/__fixtures__/dynamodb-infra.json +32 -0
- package/src/components/__fixtures__/emr-job-consumer.json +26 -0
- package/src/components/__fixtures__/jar-lib-producer.json +16 -0
- package/src/components/__fixtures__/lambda-image-processor.json +28 -0
- package/src/components/__fixtures__/neo4j-fanout.json +34 -0
- package/src/components/__fixtures__/single-host-compose.json +29 -0
- package/src/components/auto-release.test.ts +217 -0
- package/src/components/auto-release.ts +216 -0
- package/src/components/builders.test.ts +45 -0
- package/src/components/builders.ts +71 -0
- package/src/components/capability-plugin-loader.ts +218 -0
- package/src/components/capability-plugin-schema.ts +56 -0
- package/src/components/capability-plugin.test.ts +235 -0
- package/src/components/capability-plugin.ts +108 -0
- package/src/components/capability.ts +117 -0
- package/src/components/cli-support.test.ts +579 -0
- package/src/components/cli-support.ts +481 -0
- package/src/components/component-schema.test.ts +265 -0
- package/src/components/component.schema.json +235 -0
- package/src/components/component.test.ts +251 -0
- package/src/components/component.ts +255 -0
- package/src/components/config-defaults.test.ts +263 -0
- package/src/components/config-defaults.ts +145 -0
- package/src/components/discover.test.ts +352 -0
- package/src/components/discover.ts +167 -0
- package/src/components/driver-output.ts +71 -0
- package/src/components/driver.test.ts +638 -0
- package/src/components/driver.ts +690 -0
- package/src/components/index.ts +113 -0
- package/src/components/manifest-persistence.test.ts +152 -0
- package/src/components/manifest-persistence.ts +164 -0
- package/src/components/pilots/README.md +33 -0
- package/src/components/pilots/alb-ecs.pilot.ts +63 -0
- package/src/components/pilots/dynamodb.pilot.ts +59 -0
- package/src/components/pilots/jar-emr.pilot.ts +69 -0
- package/src/components/pilots/lambda.pilot.ts +55 -0
- package/src/components/pilots/neo4j-fanout.pilot.ts +92 -0
- package/src/components/pilots/pilots-lint-clean.test.ts +78 -0
- package/src/components/pilots/pilots.test.ts +126 -0
- package/src/components/pilots/project.ts +13 -0
- package/src/components/presets/comp007-reduction.test.ts +122 -0
- package/src/components/presets/ecs-fargate.test.ts +84 -0
- package/src/components/presets/ecs-fargate.ts +103 -0
- package/src/components/presets/index.ts +32 -0
- package/src/components/presets/lambda.test.ts +35 -0
- package/src/components/presets/lambda.ts +53 -0
- package/src/components/presets/single-host-compose.test.ts +65 -0
- package/src/components/presets/single-host-compose.ts +64 -0
- package/src/components/registry.test.ts +112 -0
- package/src/components/registry.ts +37 -0
- package/src/components/starter-plugin.ts +105 -0
- package/src/components/temporal-codegen-loader.ts +41 -0
- package/src/components/verbs/__fixtures__/package-lock.json +45 -0
- package/src/components/verbs/__fixtures__/pom.xml +37 -0
- package/src/components/verbs/__fixtures__/schemas/cyclonedx-1.5.schema.json +3800 -0
- package/src/components/verbs/__fixtures__/schemas/cyclonedx-spdx-license.schema.json +621 -0
- package/src/components/verbs/__fixtures__/schemas/jsf-0.82.schema.json +240 -0
- package/src/components/verbs/__fixtures__/schemas/spdx-2.3.schema.json +740 -0
- package/src/components/verbs/__tests__/mock-cloud-executor.ts +102 -0
- package/src/components/verbs/__tests__/mock-process-runner.ts +79 -0
- package/src/components/verbs/__tests__/mock-sbom-generator.ts +85 -0
- package/src/components/verbs/bom-writer.test.ts +331 -0
- package/src/components/verbs/bom-writer.ts +386 -0
- package/src/components/verbs/build-archive.test.ts +251 -0
- package/src/components/verbs/build-archive.ts +296 -0
- package/src/components/verbs/build.test.ts +222 -0
- package/src/components/verbs/build.ts +252 -0
- package/src/components/verbs/cloud-executor.ts +181 -0
- package/src/components/verbs/component-bom.test.ts +219 -0
- package/src/components/verbs/component-bom.ts +189 -0
- package/src/components/verbs/index.ts +49 -0
- package/src/components/verbs/license-policy.ts +115 -0
- package/src/components/verbs/lockfile-sbom-generator.test.ts +195 -0
- package/src/components/verbs/lockfile-sbom-generator.ts +236 -0
- package/src/components/verbs/process-runner.test.ts +79 -0
- package/src/components/verbs/process-runner.ts +113 -0
- package/src/components/verbs/reproducibility.test.ts +24 -0
- package/src/components/verbs/reproducibility.ts +100 -0
- package/src/components/verbs/sbom-generator.test.ts +96 -0
- package/src/components/verbs/sbom-generator.ts +209 -0
- package/src/components/verbs/sbom.test.ts +184 -0
- package/src/components/verbs/sbom.ts +152 -0
- package/src/components/verbs/shell.test.ts +36 -0
- package/src/components/verbs/shell.ts +51 -0
- package/src/components/verbs/sign.test.ts +210 -0
- package/src/components/verbs/sign.ts +350 -0
- package/src/components/verbs/stub.ts +34 -0
- package/src/components/verbs/tool-sbom-generator.test.ts +194 -0
- package/src/components/verbs/tool-sbom-generator.ts +192 -0
- package/src/components/verbs/verify.test.ts +159 -0
- package/src/components/verbs/verify.ts +179 -0
- package/src/components/verbs/vex.ts +182 -0
- package/src/components/verbs/vuln-gate.test.ts +201 -0
- package/src/components/verbs/vuln-gate.ts +170 -0
- package/src/components/verbs/vuln-scan.test.ts +145 -0
- package/src/components/verbs/vuln-scan.ts +266 -0
- package/src/components/verbs/wait-verify.test.ts +111 -0
- package/src/components/verbs/wait-verify.ts +171 -0
- package/src/config.test.ts +74 -1
- package/src/config.ts +219 -0
- package/src/index.ts +32 -0
- package/src/lexicon.ts +88 -0
- package/src/lifecycle/build-ledger-store.test.ts +217 -0
- package/src/lifecycle/build-ledger-store.ts +165 -0
- package/src/lifecycle/build-ledger.test.ts +349 -0
- package/src/lifecycle/build-ledger.ts +305 -0
- package/src/lifecycle/git.test.ts +118 -0
- package/src/lifecycle/git.ts +149 -14
- package/src/lifecycle/index.ts +5 -0
- package/src/lifecycle/oras-referrer-lookup.test.ts +116 -0
- package/src/lifecycle/oras-referrer-lookup.ts +110 -0
- package/src/lifecycle/release-ledger.test.ts +209 -0
- package/src/lifecycle/release-ledger.ts +185 -0
- package/src/lifecycle/status.test.ts +330 -0
- package/src/lifecycle/status.ts +278 -0
- package/src/lint/component-checks.ts +148 -0
- package/src/lint/config.test.ts +21 -0
- package/src/lint/engine.ts +11 -2
- package/src/lint/presets/relaxed.json +8 -1
- package/src/lint/presets/strict.json +8 -1
- package/src/lint/rules/__fixtures__/comp/comp000-discovery-error/broken-a.component.ts +9 -0
- package/src/lint/rules/__fixtures__/comp/comp000-discovery-error/broken-b.component.ts +9 -0
- package/src/lint/rules/__fixtures__/comp/comp001/fail/orphan-lib.component.ts +11 -0
- package/src/lint/rules/__fixtures__/comp/comp001/pass/emr-job.component.ts +13 -0
- package/src/lint/rules/__fixtures__/comp/comp001/pass/jar-lib.component.ts +11 -0
- package/src/lint/rules/__fixtures__/comp/comp002/fail/search-service.component.ts +27 -0
- package/src/lint/rules/__fixtures__/comp/comp002/pass/jar-lib.component.ts +10 -0
- package/src/lint/rules/__fixtures__/comp/comp002/pass/search-service.component.ts +23 -0
- package/src/lint/rules/__fixtures__/comp/comp003/fail/migrator.component.ts +10 -0
- package/src/lint/rules/__fixtures__/comp/comp003/pass/migrator.component.ts +19 -0
- package/src/lint/rules/__fixtures__/comp/comp003/pass/orders-table.component.ts +10 -0
- package/src/lint/rules/__fixtures__/comp/comp004/fail/neo4j-cluster.component.ts +20 -0
- package/src/lint/rules/__fixtures__/comp/comp004/pass/neo4j-cluster.component.ts +23 -0
- package/src/lint/rules/__fixtures__/comp/comp004/pass/orders-table.component.ts +10 -0
- package/src/lint/rules/__fixtures__/comp/comp005/fail/search-service.component.ts +14 -0
- package/src/lint/rules/__fixtures__/comp/comp005/pass/search-service.component.ts +18 -0
- package/src/lint/rules/__fixtures__/comp/comp006/fail/legacy-tool.component.ts +10 -0
- package/src/lint/rules/__fixtures__/comp/comp006/pass/legacy-tool.component.ts +14 -0
- package/src/lint/rules/__fixtures__/comp/comp007/fail/inventory-table.component.ts +13 -0
- package/src/lint/rules/__fixtures__/comp/comp007/fail/orders-table.component.ts +13 -0
- package/src/lint/rules/__fixtures__/comp/comp007/pass/orders-table.component.ts +12 -0
- package/src/lint/rules/__fixtures__/comp/comp007/pass/search-service.component.ts +18 -0
- package/src/lint/rules/comp/comp.test.ts +378 -0
- package/src/lint/rules/comp/comp001-publishes-never-applies.ts +78 -0
- package/src/lint/rules/comp/comp002-dangling-wiring-ref.ts +94 -0
- package/src/lint/rules/comp/comp003-mutating-no-rollback.ts +115 -0
- package/src/lint/rules/comp/comp004-gate-needs-temporal.ts +66 -0
- package/src/lint/rules/comp/comp005-capability-kind-is-noun.ts +113 -0
- package/src/lint/rules/comp/comp006-shell-needs-reason.ts +55 -0
- package/src/lint/rules/comp/comp007-composition-sprawl.ts +71 -0
- package/src/lint/rules/comp/index.ts +37 -0
- package/src/lint/rules/comp/support.ts +173 -0
- package/src/lsp/lexicon-providers.test.ts +55 -0
- package/src/lsp/lexicon-providers.ts +13 -3
- package/src/op/activity-registry.test.ts +38 -0
- package/src/op/activity-registry.ts +31 -12
- package/src/op/activity-runtime.ts +73 -0
- package/src/op/builders.ts +99 -0
- package/src/op/index.ts +3 -1
- package/src/ownership.test.ts +24 -26
- package/src/ownership.ts +26 -38
|
@@ -0,0 +1,621 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "http://cyclonedx.org/schema/spdx.schema.json",
|
|
4
|
+
"$comment": "v1.0-3.21",
|
|
5
|
+
"type": "string",
|
|
6
|
+
"enum": [
|
|
7
|
+
"0BSD",
|
|
8
|
+
"AAL",
|
|
9
|
+
"Abstyles",
|
|
10
|
+
"AdaCore-doc",
|
|
11
|
+
"Adobe-2006",
|
|
12
|
+
"Adobe-Glyph",
|
|
13
|
+
"ADSL",
|
|
14
|
+
"AFL-1.1",
|
|
15
|
+
"AFL-1.2",
|
|
16
|
+
"AFL-2.0",
|
|
17
|
+
"AFL-2.1",
|
|
18
|
+
"AFL-3.0",
|
|
19
|
+
"Afmparse",
|
|
20
|
+
"AGPL-1.0",
|
|
21
|
+
"AGPL-1.0-only",
|
|
22
|
+
"AGPL-1.0-or-later",
|
|
23
|
+
"AGPL-3.0",
|
|
24
|
+
"AGPL-3.0-only",
|
|
25
|
+
"AGPL-3.0-or-later",
|
|
26
|
+
"Aladdin",
|
|
27
|
+
"AMDPLPA",
|
|
28
|
+
"AML",
|
|
29
|
+
"AMPAS",
|
|
30
|
+
"ANTLR-PD",
|
|
31
|
+
"ANTLR-PD-fallback",
|
|
32
|
+
"Apache-1.0",
|
|
33
|
+
"Apache-1.1",
|
|
34
|
+
"Apache-2.0",
|
|
35
|
+
"APAFML",
|
|
36
|
+
"APL-1.0",
|
|
37
|
+
"App-s2p",
|
|
38
|
+
"APSL-1.0",
|
|
39
|
+
"APSL-1.1",
|
|
40
|
+
"APSL-1.2",
|
|
41
|
+
"APSL-2.0",
|
|
42
|
+
"Arphic-1999",
|
|
43
|
+
"Artistic-1.0",
|
|
44
|
+
"Artistic-1.0-cl8",
|
|
45
|
+
"Artistic-1.0-Perl",
|
|
46
|
+
"Artistic-2.0",
|
|
47
|
+
"ASWF-Digital-Assets-1.0",
|
|
48
|
+
"ASWF-Digital-Assets-1.1",
|
|
49
|
+
"Baekmuk",
|
|
50
|
+
"Bahyph",
|
|
51
|
+
"Barr",
|
|
52
|
+
"Beerware",
|
|
53
|
+
"Bitstream-Charter",
|
|
54
|
+
"Bitstream-Vera",
|
|
55
|
+
"BitTorrent-1.0",
|
|
56
|
+
"BitTorrent-1.1",
|
|
57
|
+
"blessing",
|
|
58
|
+
"BlueOak-1.0.0",
|
|
59
|
+
"Boehm-GC",
|
|
60
|
+
"Borceux",
|
|
61
|
+
"Brian-Gladman-3-Clause",
|
|
62
|
+
"BSD-1-Clause",
|
|
63
|
+
"BSD-2-Clause",
|
|
64
|
+
"BSD-2-Clause-FreeBSD",
|
|
65
|
+
"BSD-2-Clause-NetBSD",
|
|
66
|
+
"BSD-2-Clause-Patent",
|
|
67
|
+
"BSD-2-Clause-Views",
|
|
68
|
+
"BSD-3-Clause",
|
|
69
|
+
"BSD-3-Clause-Attribution",
|
|
70
|
+
"BSD-3-Clause-Clear",
|
|
71
|
+
"BSD-3-Clause-LBNL",
|
|
72
|
+
"BSD-3-Clause-Modification",
|
|
73
|
+
"BSD-3-Clause-No-Military-License",
|
|
74
|
+
"BSD-3-Clause-No-Nuclear-License",
|
|
75
|
+
"BSD-3-Clause-No-Nuclear-License-2014",
|
|
76
|
+
"BSD-3-Clause-No-Nuclear-Warranty",
|
|
77
|
+
"BSD-3-Clause-Open-MPI",
|
|
78
|
+
"BSD-4-Clause",
|
|
79
|
+
"BSD-4-Clause-Shortened",
|
|
80
|
+
"BSD-4-Clause-UC",
|
|
81
|
+
"BSD-4.3RENO",
|
|
82
|
+
"BSD-4.3TAHOE",
|
|
83
|
+
"BSD-Advertising-Acknowledgement",
|
|
84
|
+
"BSD-Attribution-HPND-disclaimer",
|
|
85
|
+
"BSD-Protection",
|
|
86
|
+
"BSD-Source-Code",
|
|
87
|
+
"BSL-1.0",
|
|
88
|
+
"BUSL-1.1",
|
|
89
|
+
"bzip2-1.0.5",
|
|
90
|
+
"bzip2-1.0.6",
|
|
91
|
+
"C-UDA-1.0",
|
|
92
|
+
"CAL-1.0",
|
|
93
|
+
"CAL-1.0-Combined-Work-Exception",
|
|
94
|
+
"Caldera",
|
|
95
|
+
"CATOSL-1.1",
|
|
96
|
+
"CC-BY-1.0",
|
|
97
|
+
"CC-BY-2.0",
|
|
98
|
+
"CC-BY-2.5",
|
|
99
|
+
"CC-BY-2.5-AU",
|
|
100
|
+
"CC-BY-3.0",
|
|
101
|
+
"CC-BY-3.0-AT",
|
|
102
|
+
"CC-BY-3.0-DE",
|
|
103
|
+
"CC-BY-3.0-IGO",
|
|
104
|
+
"CC-BY-3.0-NL",
|
|
105
|
+
"CC-BY-3.0-US",
|
|
106
|
+
"CC-BY-4.0",
|
|
107
|
+
"CC-BY-NC-1.0",
|
|
108
|
+
"CC-BY-NC-2.0",
|
|
109
|
+
"CC-BY-NC-2.5",
|
|
110
|
+
"CC-BY-NC-3.0",
|
|
111
|
+
"CC-BY-NC-3.0-DE",
|
|
112
|
+
"CC-BY-NC-4.0",
|
|
113
|
+
"CC-BY-NC-ND-1.0",
|
|
114
|
+
"CC-BY-NC-ND-2.0",
|
|
115
|
+
"CC-BY-NC-ND-2.5",
|
|
116
|
+
"CC-BY-NC-ND-3.0",
|
|
117
|
+
"CC-BY-NC-ND-3.0-DE",
|
|
118
|
+
"CC-BY-NC-ND-3.0-IGO",
|
|
119
|
+
"CC-BY-NC-ND-4.0",
|
|
120
|
+
"CC-BY-NC-SA-1.0",
|
|
121
|
+
"CC-BY-NC-SA-2.0",
|
|
122
|
+
"CC-BY-NC-SA-2.0-DE",
|
|
123
|
+
"CC-BY-NC-SA-2.0-FR",
|
|
124
|
+
"CC-BY-NC-SA-2.0-UK",
|
|
125
|
+
"CC-BY-NC-SA-2.5",
|
|
126
|
+
"CC-BY-NC-SA-3.0",
|
|
127
|
+
"CC-BY-NC-SA-3.0-DE",
|
|
128
|
+
"CC-BY-NC-SA-3.0-IGO",
|
|
129
|
+
"CC-BY-NC-SA-4.0",
|
|
130
|
+
"CC-BY-ND-1.0",
|
|
131
|
+
"CC-BY-ND-2.0",
|
|
132
|
+
"CC-BY-ND-2.5",
|
|
133
|
+
"CC-BY-ND-3.0",
|
|
134
|
+
"CC-BY-ND-3.0-DE",
|
|
135
|
+
"CC-BY-ND-4.0",
|
|
136
|
+
"CC-BY-SA-1.0",
|
|
137
|
+
"CC-BY-SA-2.0",
|
|
138
|
+
"CC-BY-SA-2.0-UK",
|
|
139
|
+
"CC-BY-SA-2.1-JP",
|
|
140
|
+
"CC-BY-SA-2.5",
|
|
141
|
+
"CC-BY-SA-3.0",
|
|
142
|
+
"CC-BY-SA-3.0-AT",
|
|
143
|
+
"CC-BY-SA-3.0-DE",
|
|
144
|
+
"CC-BY-SA-3.0-IGO",
|
|
145
|
+
"CC-BY-SA-4.0",
|
|
146
|
+
"CC-PDDC",
|
|
147
|
+
"CC0-1.0",
|
|
148
|
+
"CDDL-1.0",
|
|
149
|
+
"CDDL-1.1",
|
|
150
|
+
"CDL-1.0",
|
|
151
|
+
"CDLA-Permissive-1.0",
|
|
152
|
+
"CDLA-Permissive-2.0",
|
|
153
|
+
"CDLA-Sharing-1.0",
|
|
154
|
+
"CECILL-1.0",
|
|
155
|
+
"CECILL-1.1",
|
|
156
|
+
"CECILL-2.0",
|
|
157
|
+
"CECILL-2.1",
|
|
158
|
+
"CECILL-B",
|
|
159
|
+
"CECILL-C",
|
|
160
|
+
"CERN-OHL-1.1",
|
|
161
|
+
"CERN-OHL-1.2",
|
|
162
|
+
"CERN-OHL-P-2.0",
|
|
163
|
+
"CERN-OHL-S-2.0",
|
|
164
|
+
"CERN-OHL-W-2.0",
|
|
165
|
+
"CFITSIO",
|
|
166
|
+
"checkmk",
|
|
167
|
+
"ClArtistic",
|
|
168
|
+
"Clips",
|
|
169
|
+
"CMU-Mach",
|
|
170
|
+
"CNRI-Jython",
|
|
171
|
+
"CNRI-Python",
|
|
172
|
+
"CNRI-Python-GPL-Compatible",
|
|
173
|
+
"COIL-1.0",
|
|
174
|
+
"Community-Spec-1.0",
|
|
175
|
+
"Condor-1.1",
|
|
176
|
+
"copyleft-next-0.3.0",
|
|
177
|
+
"copyleft-next-0.3.1",
|
|
178
|
+
"Cornell-Lossless-JPEG",
|
|
179
|
+
"CPAL-1.0",
|
|
180
|
+
"CPL-1.0",
|
|
181
|
+
"CPOL-1.02",
|
|
182
|
+
"Crossword",
|
|
183
|
+
"CrystalStacker",
|
|
184
|
+
"CUA-OPL-1.0",
|
|
185
|
+
"Cube",
|
|
186
|
+
"curl",
|
|
187
|
+
"D-FSL-1.0",
|
|
188
|
+
"diffmark",
|
|
189
|
+
"DL-DE-BY-2.0",
|
|
190
|
+
"DOC",
|
|
191
|
+
"Dotseqn",
|
|
192
|
+
"DRL-1.0",
|
|
193
|
+
"DSDP",
|
|
194
|
+
"dtoa",
|
|
195
|
+
"dvipdfm",
|
|
196
|
+
"ECL-1.0",
|
|
197
|
+
"ECL-2.0",
|
|
198
|
+
"eCos-2.0",
|
|
199
|
+
"EFL-1.0",
|
|
200
|
+
"EFL-2.0",
|
|
201
|
+
"eGenix",
|
|
202
|
+
"Elastic-2.0",
|
|
203
|
+
"Entessa",
|
|
204
|
+
"EPICS",
|
|
205
|
+
"EPL-1.0",
|
|
206
|
+
"EPL-2.0",
|
|
207
|
+
"ErlPL-1.1",
|
|
208
|
+
"etalab-2.0",
|
|
209
|
+
"EUDatagrid",
|
|
210
|
+
"EUPL-1.0",
|
|
211
|
+
"EUPL-1.1",
|
|
212
|
+
"EUPL-1.2",
|
|
213
|
+
"Eurosym",
|
|
214
|
+
"Fair",
|
|
215
|
+
"FDK-AAC",
|
|
216
|
+
"Frameworx-1.0",
|
|
217
|
+
"FreeBSD-DOC",
|
|
218
|
+
"FreeImage",
|
|
219
|
+
"FSFAP",
|
|
220
|
+
"FSFUL",
|
|
221
|
+
"FSFULLR",
|
|
222
|
+
"FSFULLRWD",
|
|
223
|
+
"FTL",
|
|
224
|
+
"GD",
|
|
225
|
+
"GFDL-1.1",
|
|
226
|
+
"GFDL-1.1-invariants-only",
|
|
227
|
+
"GFDL-1.1-invariants-or-later",
|
|
228
|
+
"GFDL-1.1-no-invariants-only",
|
|
229
|
+
"GFDL-1.1-no-invariants-or-later",
|
|
230
|
+
"GFDL-1.1-only",
|
|
231
|
+
"GFDL-1.1-or-later",
|
|
232
|
+
"GFDL-1.2",
|
|
233
|
+
"GFDL-1.2-invariants-only",
|
|
234
|
+
"GFDL-1.2-invariants-or-later",
|
|
235
|
+
"GFDL-1.2-no-invariants-only",
|
|
236
|
+
"GFDL-1.2-no-invariants-or-later",
|
|
237
|
+
"GFDL-1.2-only",
|
|
238
|
+
"GFDL-1.2-or-later",
|
|
239
|
+
"GFDL-1.3",
|
|
240
|
+
"GFDL-1.3-invariants-only",
|
|
241
|
+
"GFDL-1.3-invariants-or-later",
|
|
242
|
+
"GFDL-1.3-no-invariants-only",
|
|
243
|
+
"GFDL-1.3-no-invariants-or-later",
|
|
244
|
+
"GFDL-1.3-only",
|
|
245
|
+
"GFDL-1.3-or-later",
|
|
246
|
+
"Giftware",
|
|
247
|
+
"GL2PS",
|
|
248
|
+
"Glide",
|
|
249
|
+
"Glulxe",
|
|
250
|
+
"GLWTPL",
|
|
251
|
+
"gnuplot",
|
|
252
|
+
"GPL-1.0",
|
|
253
|
+
"GPL-1.0+",
|
|
254
|
+
"GPL-1.0-only",
|
|
255
|
+
"GPL-1.0-or-later",
|
|
256
|
+
"GPL-2.0",
|
|
257
|
+
"GPL-2.0+",
|
|
258
|
+
"GPL-2.0-only",
|
|
259
|
+
"GPL-2.0-or-later",
|
|
260
|
+
"GPL-2.0-with-autoconf-exception",
|
|
261
|
+
"GPL-2.0-with-bison-exception",
|
|
262
|
+
"GPL-2.0-with-classpath-exception",
|
|
263
|
+
"GPL-2.0-with-font-exception",
|
|
264
|
+
"GPL-2.0-with-GCC-exception",
|
|
265
|
+
"GPL-3.0",
|
|
266
|
+
"GPL-3.0+",
|
|
267
|
+
"GPL-3.0-only",
|
|
268
|
+
"GPL-3.0-or-later",
|
|
269
|
+
"GPL-3.0-with-autoconf-exception",
|
|
270
|
+
"GPL-3.0-with-GCC-exception",
|
|
271
|
+
"Graphics-Gems",
|
|
272
|
+
"gSOAP-1.3b",
|
|
273
|
+
"HaskellReport",
|
|
274
|
+
"Hippocratic-2.1",
|
|
275
|
+
"HP-1986",
|
|
276
|
+
"HPND",
|
|
277
|
+
"HPND-export-US",
|
|
278
|
+
"HPND-Markus-Kuhn",
|
|
279
|
+
"HPND-sell-variant",
|
|
280
|
+
"HPND-sell-variant-MIT-disclaimer",
|
|
281
|
+
"HTMLTIDY",
|
|
282
|
+
"IBM-pibs",
|
|
283
|
+
"ICU",
|
|
284
|
+
"IEC-Code-Components-EULA",
|
|
285
|
+
"IJG",
|
|
286
|
+
"IJG-short",
|
|
287
|
+
"ImageMagick",
|
|
288
|
+
"iMatix",
|
|
289
|
+
"Imlib2",
|
|
290
|
+
"Info-ZIP",
|
|
291
|
+
"Inner-Net-2.0",
|
|
292
|
+
"Intel",
|
|
293
|
+
"Intel-ACPI",
|
|
294
|
+
"Interbase-1.0",
|
|
295
|
+
"IPA",
|
|
296
|
+
"IPL-1.0",
|
|
297
|
+
"ISC",
|
|
298
|
+
"Jam",
|
|
299
|
+
"JasPer-2.0",
|
|
300
|
+
"JPL-image",
|
|
301
|
+
"JPNIC",
|
|
302
|
+
"JSON",
|
|
303
|
+
"Kazlib",
|
|
304
|
+
"Knuth-CTAN",
|
|
305
|
+
"LAL-1.2",
|
|
306
|
+
"LAL-1.3",
|
|
307
|
+
"Latex2e",
|
|
308
|
+
"Latex2e-translated-notice",
|
|
309
|
+
"Leptonica",
|
|
310
|
+
"LGPL-2.0",
|
|
311
|
+
"LGPL-2.0+",
|
|
312
|
+
"LGPL-2.0-only",
|
|
313
|
+
"LGPL-2.0-or-later",
|
|
314
|
+
"LGPL-2.1",
|
|
315
|
+
"LGPL-2.1+",
|
|
316
|
+
"LGPL-2.1-only",
|
|
317
|
+
"LGPL-2.1-or-later",
|
|
318
|
+
"LGPL-3.0",
|
|
319
|
+
"LGPL-3.0+",
|
|
320
|
+
"LGPL-3.0-only",
|
|
321
|
+
"LGPL-3.0-or-later",
|
|
322
|
+
"LGPLLR",
|
|
323
|
+
"Libpng",
|
|
324
|
+
"libpng-2.0",
|
|
325
|
+
"libselinux-1.0",
|
|
326
|
+
"libtiff",
|
|
327
|
+
"libutil-David-Nugent",
|
|
328
|
+
"LiLiQ-P-1.1",
|
|
329
|
+
"LiLiQ-R-1.1",
|
|
330
|
+
"LiLiQ-Rplus-1.1",
|
|
331
|
+
"Linux-man-pages-1-para",
|
|
332
|
+
"Linux-man-pages-copyleft",
|
|
333
|
+
"Linux-man-pages-copyleft-2-para",
|
|
334
|
+
"Linux-man-pages-copyleft-var",
|
|
335
|
+
"Linux-OpenIB",
|
|
336
|
+
"LOOP",
|
|
337
|
+
"LPL-1.0",
|
|
338
|
+
"LPL-1.02",
|
|
339
|
+
"LPPL-1.0",
|
|
340
|
+
"LPPL-1.1",
|
|
341
|
+
"LPPL-1.2",
|
|
342
|
+
"LPPL-1.3a",
|
|
343
|
+
"LPPL-1.3c",
|
|
344
|
+
"LZMA-SDK-9.11-to-9.20",
|
|
345
|
+
"LZMA-SDK-9.22",
|
|
346
|
+
"MakeIndex",
|
|
347
|
+
"Martin-Birgmeier",
|
|
348
|
+
"metamail",
|
|
349
|
+
"Minpack",
|
|
350
|
+
"MirOS",
|
|
351
|
+
"MIT",
|
|
352
|
+
"MIT-0",
|
|
353
|
+
"MIT-advertising",
|
|
354
|
+
"MIT-CMU",
|
|
355
|
+
"MIT-enna",
|
|
356
|
+
"MIT-feh",
|
|
357
|
+
"MIT-Festival",
|
|
358
|
+
"MIT-Modern-Variant",
|
|
359
|
+
"MIT-open-group",
|
|
360
|
+
"MIT-Wu",
|
|
361
|
+
"MITNFA",
|
|
362
|
+
"Motosoto",
|
|
363
|
+
"mpi-permissive",
|
|
364
|
+
"mpich2",
|
|
365
|
+
"MPL-1.0",
|
|
366
|
+
"MPL-1.1",
|
|
367
|
+
"MPL-2.0",
|
|
368
|
+
"MPL-2.0-no-copyleft-exception",
|
|
369
|
+
"mplus",
|
|
370
|
+
"MS-LPL",
|
|
371
|
+
"MS-PL",
|
|
372
|
+
"MS-RL",
|
|
373
|
+
"MTLL",
|
|
374
|
+
"MulanPSL-1.0",
|
|
375
|
+
"MulanPSL-2.0",
|
|
376
|
+
"Multics",
|
|
377
|
+
"Mup",
|
|
378
|
+
"NAIST-2003",
|
|
379
|
+
"NASA-1.3",
|
|
380
|
+
"Naumen",
|
|
381
|
+
"NBPL-1.0",
|
|
382
|
+
"NCGL-UK-2.0",
|
|
383
|
+
"NCSA",
|
|
384
|
+
"Net-SNMP",
|
|
385
|
+
"NetCDF",
|
|
386
|
+
"Newsletr",
|
|
387
|
+
"NGPL",
|
|
388
|
+
"NICTA-1.0",
|
|
389
|
+
"NIST-PD",
|
|
390
|
+
"NIST-PD-fallback",
|
|
391
|
+
"NIST-Software",
|
|
392
|
+
"NLOD-1.0",
|
|
393
|
+
"NLOD-2.0",
|
|
394
|
+
"NLPL",
|
|
395
|
+
"Nokia",
|
|
396
|
+
"NOSL",
|
|
397
|
+
"Noweb",
|
|
398
|
+
"NPL-1.0",
|
|
399
|
+
"NPL-1.1",
|
|
400
|
+
"NPOSL-3.0",
|
|
401
|
+
"NRL",
|
|
402
|
+
"NTP",
|
|
403
|
+
"NTP-0",
|
|
404
|
+
"Nunit",
|
|
405
|
+
"O-UDA-1.0",
|
|
406
|
+
"OCCT-PL",
|
|
407
|
+
"OCLC-2.0",
|
|
408
|
+
"ODbL-1.0",
|
|
409
|
+
"ODC-By-1.0",
|
|
410
|
+
"OFFIS",
|
|
411
|
+
"OFL-1.0",
|
|
412
|
+
"OFL-1.0-no-RFN",
|
|
413
|
+
"OFL-1.0-RFN",
|
|
414
|
+
"OFL-1.1",
|
|
415
|
+
"OFL-1.1-no-RFN",
|
|
416
|
+
"OFL-1.1-RFN",
|
|
417
|
+
"OGC-1.0",
|
|
418
|
+
"OGDL-Taiwan-1.0",
|
|
419
|
+
"OGL-Canada-2.0",
|
|
420
|
+
"OGL-UK-1.0",
|
|
421
|
+
"OGL-UK-2.0",
|
|
422
|
+
"OGL-UK-3.0",
|
|
423
|
+
"OGTSL",
|
|
424
|
+
"OLDAP-1.1",
|
|
425
|
+
"OLDAP-1.2",
|
|
426
|
+
"OLDAP-1.3",
|
|
427
|
+
"OLDAP-1.4",
|
|
428
|
+
"OLDAP-2.0",
|
|
429
|
+
"OLDAP-2.0.1",
|
|
430
|
+
"OLDAP-2.1",
|
|
431
|
+
"OLDAP-2.2",
|
|
432
|
+
"OLDAP-2.2.1",
|
|
433
|
+
"OLDAP-2.2.2",
|
|
434
|
+
"OLDAP-2.3",
|
|
435
|
+
"OLDAP-2.4",
|
|
436
|
+
"OLDAP-2.5",
|
|
437
|
+
"OLDAP-2.6",
|
|
438
|
+
"OLDAP-2.7",
|
|
439
|
+
"OLDAP-2.8",
|
|
440
|
+
"OLFL-1.3",
|
|
441
|
+
"OML",
|
|
442
|
+
"OpenPBS-2.3",
|
|
443
|
+
"OpenSSL",
|
|
444
|
+
"OPL-1.0",
|
|
445
|
+
"OPL-UK-3.0",
|
|
446
|
+
"OPUBL-1.0",
|
|
447
|
+
"OSET-PL-2.1",
|
|
448
|
+
"OSL-1.0",
|
|
449
|
+
"OSL-1.1",
|
|
450
|
+
"OSL-2.0",
|
|
451
|
+
"OSL-2.1",
|
|
452
|
+
"OSL-3.0",
|
|
453
|
+
"Parity-6.0.0",
|
|
454
|
+
"Parity-7.0.0",
|
|
455
|
+
"PDDL-1.0",
|
|
456
|
+
"PHP-3.0",
|
|
457
|
+
"PHP-3.01",
|
|
458
|
+
"Plexus",
|
|
459
|
+
"PolyForm-Noncommercial-1.0.0",
|
|
460
|
+
"PolyForm-Small-Business-1.0.0",
|
|
461
|
+
"PostgreSQL",
|
|
462
|
+
"PSF-2.0",
|
|
463
|
+
"psfrag",
|
|
464
|
+
"psutils",
|
|
465
|
+
"Python-2.0",
|
|
466
|
+
"Python-2.0.1",
|
|
467
|
+
"Qhull",
|
|
468
|
+
"QPL-1.0",
|
|
469
|
+
"QPL-1.0-INRIA-2004",
|
|
470
|
+
"Rdisc",
|
|
471
|
+
"RHeCos-1.1",
|
|
472
|
+
"RPL-1.1",
|
|
473
|
+
"RPL-1.5",
|
|
474
|
+
"RPSL-1.0",
|
|
475
|
+
"RSA-MD",
|
|
476
|
+
"RSCPL",
|
|
477
|
+
"Ruby",
|
|
478
|
+
"SAX-PD",
|
|
479
|
+
"Saxpath",
|
|
480
|
+
"SCEA",
|
|
481
|
+
"SchemeReport",
|
|
482
|
+
"Sendmail",
|
|
483
|
+
"Sendmail-8.23",
|
|
484
|
+
"SGI-B-1.0",
|
|
485
|
+
"SGI-B-1.1",
|
|
486
|
+
"SGI-B-2.0",
|
|
487
|
+
"SGP4",
|
|
488
|
+
"SHL-0.5",
|
|
489
|
+
"SHL-0.51",
|
|
490
|
+
"SimPL-2.0",
|
|
491
|
+
"SISSL",
|
|
492
|
+
"SISSL-1.2",
|
|
493
|
+
"Sleepycat",
|
|
494
|
+
"SMLNJ",
|
|
495
|
+
"SMPPL",
|
|
496
|
+
"SNIA",
|
|
497
|
+
"snprintf",
|
|
498
|
+
"Spencer-86",
|
|
499
|
+
"Spencer-94",
|
|
500
|
+
"Spencer-99",
|
|
501
|
+
"SPL-1.0",
|
|
502
|
+
"SSH-OpenSSH",
|
|
503
|
+
"SSH-short",
|
|
504
|
+
"SSPL-1.0",
|
|
505
|
+
"StandardML-NJ",
|
|
506
|
+
"SugarCRM-1.1.3",
|
|
507
|
+
"SunPro",
|
|
508
|
+
"SWL",
|
|
509
|
+
"Symlinks",
|
|
510
|
+
"TAPR-OHL-1.0",
|
|
511
|
+
"TCL",
|
|
512
|
+
"TCP-wrappers",
|
|
513
|
+
"TermReadKey",
|
|
514
|
+
"TMate",
|
|
515
|
+
"TORQUE-1.1",
|
|
516
|
+
"TOSL",
|
|
517
|
+
"TPDL",
|
|
518
|
+
"TPL-1.0",
|
|
519
|
+
"TTWL",
|
|
520
|
+
"TU-Berlin-1.0",
|
|
521
|
+
"TU-Berlin-2.0",
|
|
522
|
+
"UCAR",
|
|
523
|
+
"UCL-1.0",
|
|
524
|
+
"Unicode-DFS-2015",
|
|
525
|
+
"Unicode-DFS-2016",
|
|
526
|
+
"Unicode-TOU",
|
|
527
|
+
"UnixCrypt",
|
|
528
|
+
"Unlicense",
|
|
529
|
+
"UPL-1.0",
|
|
530
|
+
"Vim",
|
|
531
|
+
"VOSTROM",
|
|
532
|
+
"VSL-1.0",
|
|
533
|
+
"W3C",
|
|
534
|
+
"W3C-19980720",
|
|
535
|
+
"W3C-20150513",
|
|
536
|
+
"w3m",
|
|
537
|
+
"Watcom-1.0",
|
|
538
|
+
"Widget-Workshop",
|
|
539
|
+
"Wsuipa",
|
|
540
|
+
"WTFPL",
|
|
541
|
+
"wxWindows",
|
|
542
|
+
"X11",
|
|
543
|
+
"X11-distribute-modifications-variant",
|
|
544
|
+
"Xdebug-1.03",
|
|
545
|
+
"Xerox",
|
|
546
|
+
"Xfig",
|
|
547
|
+
"XFree86-1.1",
|
|
548
|
+
"xinetd",
|
|
549
|
+
"xlock",
|
|
550
|
+
"Xnet",
|
|
551
|
+
"xpp",
|
|
552
|
+
"XSkat",
|
|
553
|
+
"YPL-1.0",
|
|
554
|
+
"YPL-1.1",
|
|
555
|
+
"Zed",
|
|
556
|
+
"Zend-2.0",
|
|
557
|
+
"Zimbra-1.3",
|
|
558
|
+
"Zimbra-1.4",
|
|
559
|
+
"Zlib",
|
|
560
|
+
"zlib-acknowledgement",
|
|
561
|
+
"ZPL-1.1",
|
|
562
|
+
"ZPL-2.0",
|
|
563
|
+
"ZPL-2.1",
|
|
564
|
+
"389-exception",
|
|
565
|
+
"Asterisk-exception",
|
|
566
|
+
"Autoconf-exception-2.0",
|
|
567
|
+
"Autoconf-exception-3.0",
|
|
568
|
+
"Autoconf-exception-generic",
|
|
569
|
+
"Autoconf-exception-macro",
|
|
570
|
+
"Bison-exception-2.2",
|
|
571
|
+
"Bootloader-exception",
|
|
572
|
+
"Classpath-exception-2.0",
|
|
573
|
+
"CLISP-exception-2.0",
|
|
574
|
+
"cryptsetup-OpenSSL-exception",
|
|
575
|
+
"DigiRule-FOSS-exception",
|
|
576
|
+
"eCos-exception-2.0",
|
|
577
|
+
"Fawkes-Runtime-exception",
|
|
578
|
+
"FLTK-exception",
|
|
579
|
+
"Font-exception-2.0",
|
|
580
|
+
"freertos-exception-2.0",
|
|
581
|
+
"GCC-exception-2.0",
|
|
582
|
+
"GCC-exception-3.1",
|
|
583
|
+
"GNAT-exception",
|
|
584
|
+
"gnu-javamail-exception",
|
|
585
|
+
"GPL-3.0-interface-exception",
|
|
586
|
+
"GPL-3.0-linking-exception",
|
|
587
|
+
"GPL-3.0-linking-source-exception",
|
|
588
|
+
"GPL-CC-1.0",
|
|
589
|
+
"GStreamer-exception-2005",
|
|
590
|
+
"GStreamer-exception-2008",
|
|
591
|
+
"i2p-gpl-java-exception",
|
|
592
|
+
"KiCad-libraries-exception",
|
|
593
|
+
"LGPL-3.0-linking-exception",
|
|
594
|
+
"libpri-OpenH323-exception",
|
|
595
|
+
"Libtool-exception",
|
|
596
|
+
"Linux-syscall-note",
|
|
597
|
+
"LLGPL",
|
|
598
|
+
"LLVM-exception",
|
|
599
|
+
"LZMA-exception",
|
|
600
|
+
"mif-exception",
|
|
601
|
+
"Nokia-Qt-exception-1.1",
|
|
602
|
+
"OCaml-LGPL-linking-exception",
|
|
603
|
+
"OCCT-exception-1.0",
|
|
604
|
+
"OpenJDK-assembly-exception-1.0",
|
|
605
|
+
"openvpn-openssl-exception",
|
|
606
|
+
"PS-or-PDF-font-exception-20170817",
|
|
607
|
+
"QPL-1.0-INRIA-2004-exception",
|
|
608
|
+
"Qt-GPL-exception-1.0",
|
|
609
|
+
"Qt-LGPL-exception-1.1",
|
|
610
|
+
"Qwt-exception-1.0",
|
|
611
|
+
"SHL-2.0",
|
|
612
|
+
"SHL-2.1",
|
|
613
|
+
"SWI-exception",
|
|
614
|
+
"Swift-exception",
|
|
615
|
+
"u-boot-exception-2.0",
|
|
616
|
+
"Universal-FOSS-exception-1.0",
|
|
617
|
+
"vsftpd-openssl-exception",
|
|
618
|
+
"WxWindows-exception-3.1",
|
|
619
|
+
"x11vnc-openssl-exception"
|
|
620
|
+
]
|
|
621
|
+
}
|