@kubbisec/ai-linux-x64 0.1.27 → 0.1.28
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/bin/kubbisec +0 -0
- package/bundled/assets/terminal/banner-compact.ansi +7 -0
- package/bundled/assets/terminal/banner-wide.ansi +10 -0
- package/bundled/assets/terminal/logotipo-compact-fallback.ansi +7 -0
- package/bundled/assets/terminal/logotipo-compact.ansi +1 -0
- package/bundled/assets/terminal/logotipo-compact.png +0 -0
- package/bundled/assets/terminal/logotipo-wide-fallback.ansi +10 -0
- package/bundled/assets/terminal/logotipo-wide.ansi +1 -0
- package/bundled/assets/terminal/logotipo-wide.png +0 -0
- package/bundled/assets/terminal/mark.ansi +7 -0
- package/bundled/assets/terminal/wordmark-inline.ansi +1 -0
- package/bundled/assets/terminal/wordmark.ansi +4 -0
- package/bundled/assets/terminal/wordmark.png +0 -0
- package/bundled/components/kubbisec-model-selector.d.ts +44 -0
- package/bundled/components/kubbisec-model-selector.d.ts.map +1 -0
- package/bundled/components/kubbisec-model-selector.js +198 -0
- package/bundled/components/kubbisec-model-selector.js.map +1 -0
- package/bundled/config/config.d.ts +14 -0
- package/bundled/config/config.d.ts.map +1 -0
- package/bundled/config/config.js +67 -0
- package/bundled/config/config.js.map +1 -0
- package/bundled/config/detect-local-llm-providers.d.ts +33 -0
- package/bundled/config/detect-local-llm-providers.d.ts.map +1 -0
- package/bundled/config/detect-local-llm-providers.js +172 -0
- package/bundled/config/detect-local-llm-providers.js.map +1 -0
- package/bundled/config/ensure-kbs-project-settings.d.ts +20 -0
- package/bundled/config/ensure-kbs-project-settings.d.ts.map +1 -0
- package/bundled/config/ensure-kbs-project-settings.js +46 -0
- package/bundled/config/ensure-kbs-project-settings.js.map +1 -0
- package/bundled/config/ensure-kubbisec-project-settings.d.ts +31 -0
- package/bundled/config/ensure-kubbisec-project-settings.d.ts.map +1 -0
- package/bundled/config/ensure-kubbisec-project-settings.js +107 -0
- package/bundled/config/ensure-kubbisec-project-settings.js.map +1 -0
- package/bundled/config/extended-context.d.ts +12 -0
- package/bundled/config/extended-context.d.ts.map +1 -0
- package/bundled/config/extended-context.js +36 -0
- package/bundled/config/extended-context.js.map +1 -0
- package/bundled/config/feature-flags.d.ts +2 -0
- package/bundled/config/feature-flags.d.ts.map +1 -0
- package/bundled/config/feature-flags.js +2 -0
- package/bundled/config/feature-flags.js.map +1 -0
- package/bundled/config/format-kubbisec-footer-status.d.ts +2 -0
- package/bundled/config/format-kubbisec-footer-status.d.ts.map +1 -0
- package/bundled/config/format-kubbisec-footer-status.js +37 -0
- package/bundled/config/format-kubbisec-footer-status.js.map +1 -0
- package/bundled/config/kubbisec-extension-manifest.d.ts +3 -0
- package/bundled/config/kubbisec-extension-manifest.d.ts.map +1 -0
- package/bundled/config/kubbisec-extension-manifest.js +22 -0
- package/bundled/config/kubbisec-extension-manifest.js.map +1 -0
- package/bundled/config/llm-config-mutations.d.ts +38 -0
- package/bundled/config/llm-config-mutations.d.ts.map +1 -0
- package/bundled/config/llm-config-mutations.js +207 -0
- package/bundled/config/llm-config-mutations.js.map +1 -0
- package/bundled/config/llm-config.d.ts +66 -0
- package/bundled/config/llm-config.d.ts.map +1 -0
- package/bundled/config/llm-config.js +246 -0
- package/bundled/config/llm-config.js.map +1 -0
- package/bundled/config/llm-provider-catalog.d.ts +22 -0
- package/bundled/config/llm-provider-catalog.d.ts.map +1 -0
- package/bundled/config/llm-provider-catalog.js +54 -0
- package/bundled/config/llm-provider-catalog.js.map +1 -0
- package/bundled/config/materialize-kubbisec-pi-resources.d.ts +19 -0
- package/bundled/config/materialize-kubbisec-pi-resources.d.ts.map +1 -0
- package/bundled/config/materialize-kubbisec-pi-resources.js +242 -0
- package/bundled/config/materialize-kubbisec-pi-resources.js.map +1 -0
- package/bundled/config/register-custom-llm-providers.d.ts +13 -0
- package/bundled/config/register-custom-llm-providers.d.ts.map +1 -0
- package/bundled/config/register-custom-llm-providers.js +21 -0
- package/bundled/config/register-custom-llm-providers.js.map +1 -0
- package/bundled/config/register-kubbisec-llm-provider.d.ts +14 -0
- package/bundled/config/register-kubbisec-llm-provider.d.ts.map +1 -0
- package/bundled/config/register-kubbisec-llm-provider.js +53 -0
- package/bundled/config/register-kubbisec-llm-provider.js.map +1 -0
- package/bundled/config/resolve-agents-context-file.d.ts +4 -0
- package/bundled/config/resolve-agents-context-file.d.ts.map +1 -0
- package/bundled/config/resolve-agents-context-file.js +47 -0
- package/bundled/config/resolve-agents-context-file.js.map +1 -0
- package/bundled/config/resource-budget.d.ts +17 -0
- package/bundled/config/resource-budget.d.ts.map +1 -0
- package/bundled/config/resource-budget.js +35 -0
- package/bundled/config/resource-budget.js.map +1 -0
- package/bundled/config/sync-kubbisec-pi-models.d.ts +12 -0
- package/bundled/config/sync-kubbisec-pi-models.d.ts.map +1 -0
- package/bundled/config/sync-kubbisec-pi-models.js +81 -0
- package/bundled/config/sync-kubbisec-pi-models.js.map +1 -0
- package/bundled/copy/cli-reference-index.d.ts +2 -0
- package/bundled/copy/cli-reference-index.d.ts.map +1 -0
- package/bundled/copy/cli-reference-index.js +2 -0
- package/bundled/copy/cli-reference-index.js.map +1 -0
- package/bundled/copy/kubbisec-shell-copy.d.ts +21 -0
- package/bundled/copy/kubbisec-shell-copy.d.ts.map +1 -0
- package/bundled/copy/kubbisec-shell-copy.js +21 -0
- package/bundled/copy/kubbisec-shell-copy.js.map +1 -0
- package/bundled/edit-format.md +17 -0
- package/bundled/extensions/cli-local-shared.d.ts +56 -0
- package/bundled/extensions/cli-local-shared.d.ts.map +1 -0
- package/bundled/extensions/cli-local-shared.js +159 -0
- package/bundled/extensions/cli-local-shared.js.map +1 -0
- package/bundled/extensions/kubbisec-aspm-local.extension.d.ts +18 -0
- package/bundled/extensions/kubbisec-aspm-local.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-aspm-local.extension.js +109 -0
- package/bundled/extensions/kubbisec-aspm-local.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-brand.extension.d.ts +3 -0
- package/bundled/extensions/kubbisec-brand.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-brand.extension.js +32 -0
- package/bundled/extensions/kubbisec-brand.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-byok-provider.extension.d.ts +6 -0
- package/bundled/extensions/kubbisec-byok-provider.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-byok-provider.extension.js +5 -0
- package/bundled/extensions/kubbisec-byok-provider.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-clarify.extension.d.ts +50 -0
- package/bundled/extensions/kubbisec-clarify.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-clarify.extension.js +363 -0
- package/bundled/extensions/kubbisec-clarify.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-exit.extension.d.ts +6 -0
- package/bundled/extensions/kubbisec-exit.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-exit.extension.js +41 -0
- package/bundled/extensions/kubbisec-exit.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-extended-context.extension.d.ts +6 -0
- package/bundled/extensions/kubbisec-extended-context.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-extended-context.extension.js +50 -0
- package/bundled/extensions/kubbisec-extended-context.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-footer.extension.d.ts +19 -0
- package/bundled/extensions/kubbisec-footer.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-footer.extension.js +255 -0
- package/bundled/extensions/kubbisec-footer.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-github-local.extension.d.ts +23 -0
- package/bundled/extensions/kubbisec-github-local.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-github-local.extension.js +470 -0
- package/bundled/extensions/kubbisec-github-local.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-llm-config.extension.d.ts +3 -0
- package/bundled/extensions/kubbisec-llm-config.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-llm-config.extension.js +211 -0
- package/bundled/extensions/kubbisec-llm-config.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-memory.extension.d.ts +12 -0
- package/bundled/extensions/kubbisec-memory.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-memory.extension.js +107 -0
- package/bundled/extensions/kubbisec-memory.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-naus-local.extension.d.ts +18 -0
- package/bundled/extensions/kubbisec-naus-local.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-naus-local.extension.js +112 -0
- package/bundled/extensions/kubbisec-naus-local.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-platform-tools.extension.d.ts +30 -0
- package/bundled/extensions/kubbisec-platform-tools.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-platform-tools.extension.js +185 -0
- package/bundled/extensions/kubbisec-platform-tools.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-runtime-status.extension.d.ts +13 -0
- package/bundled/extensions/kubbisec-runtime-status.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-runtime-status.extension.js +18 -0
- package/bundled/extensions/kubbisec-runtime-status.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-scope.extension.d.ts +14 -0
- package/bundled/extensions/kubbisec-scope.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-scope.extension.js +18 -0
- package/bundled/extensions/kubbisec-scope.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-skill-mentions.extension.d.ts +25 -0
- package/bundled/extensions/kubbisec-skill-mentions.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-skill-mentions.extension.js +71 -0
- package/bundled/extensions/kubbisec-skill-mentions.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-skill-telemetry.extension.d.ts +6 -0
- package/bundled/extensions/kubbisec-skill-telemetry.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-skill-telemetry.extension.js +85 -0
- package/bundled/extensions/kubbisec-skill-telemetry.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-theme-lock.extension.d.ts +6 -0
- package/bundled/extensions/kubbisec-theme-lock.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-theme-lock.extension.js +43 -0
- package/bundled/extensions/kubbisec-theme-lock.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-ui.extension.d.ts +6 -0
- package/bundled/extensions/kubbisec-ui.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-ui.extension.js +143 -0
- package/bundled/extensions/kubbisec-ui.extension.js.map +1 -0
- package/bundled/extensions/kubbisec-workflow.extension.d.ts +38 -0
- package/bundled/extensions/kubbisec-workflow.extension.d.ts.map +1 -0
- package/bundled/extensions/kubbisec-workflow.extension.js +179 -0
- package/bundled/extensions/kubbisec-workflow.extension.js.map +1 -0
- package/bundled/gate-system.md +27 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/client.d.ts +20 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/client.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/client.js +121 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/client.js.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/feature-flags.d.ts +15 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/feature-flags.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/feature-flags.js +34 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/feature-flags.js.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/index.d.ts +12 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/index.js +85 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/sanitizer.d.ts +4 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/sanitizer.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/sanitizer.js +89 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/sanitizer.js.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/storage-paths.d.ts +2 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/storage-paths.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/storage-paths.js +11 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/storage-paths.js.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/types.d.ts +24 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/types.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/types.js +9 -0
- package/bundled/node_modules/@kubbisec/chat-memory/dist/types.js.map +1 -0
- package/bundled/node_modules/@kubbisec/chat-memory/package.json +32 -0
- package/bundled/node_modules/@kubbisec/home/dist/api-url.d.ts +8 -0
- package/bundled/node_modules/@kubbisec/home/dist/api-url.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/home/dist/api-url.js +25 -0
- package/bundled/node_modules/@kubbisec/home/dist/api-url.js.map +1 -0
- package/bundled/node_modules/@kubbisec/home/dist/cli-auth.types.d.ts +17 -0
- package/bundled/node_modules/@kubbisec/home/dist/cli-auth.types.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/home/dist/cli-auth.types.js +35 -0
- package/bundled/node_modules/@kubbisec/home/dist/cli-auth.types.js.map +1 -0
- package/bundled/node_modules/@kubbisec/home/dist/index.d.ts +5 -0
- package/bundled/node_modules/@kubbisec/home/dist/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/home/dist/index.js +5 -0
- package/bundled/node_modules/@kubbisec/home/dist/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/home/dist/migrate.d.ts +10 -0
- package/bundled/node_modules/@kubbisec/home/dist/migrate.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/home/dist/migrate.js +107 -0
- package/bundled/node_modules/@kubbisec/home/dist/migrate.js.map +1 -0
- package/bundled/node_modules/@kubbisec/home/dist/paths.d.ts +22 -0
- package/bundled/node_modules/@kubbisec/home/dist/paths.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/home/dist/paths.js +69 -0
- package/bundled/node_modules/@kubbisec/home/dist/paths.js.map +1 -0
- package/bundled/node_modules/@kubbisec/home/package.json +26 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/evaluation-dataset-50.d.ts +311 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/evaluation-dataset-50.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/evaluation-dataset-50.js +357 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/evaluation-dataset-50.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/index.d.ts +3 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/index.js +19 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-assistant-system-prompt.d.ts +7 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-assistant-system-prompt.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-assistant-system-prompt.js +30 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-assistant-system-prompt.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-chat-system-prompt.d.ts +7 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-chat-system-prompt.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-chat-system-prompt.js +14 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-chat-system-prompt.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/cli-reference-index.d.ts +6 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/cli-reference-index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/cli-reference-index.js +65 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/cli-reference-index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/format-mcp-knowledge.d.ts +8 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/format-mcp-knowledge.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/format-mcp-knowledge.js +29 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/format-mcp-knowledge.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/index.d.ts +7 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/index.js +16 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mcp-instructions.d.ts +2 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mcp-instructions.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mcp-instructions.js +35 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mcp-instructions.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mental-map.d.ts +6 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mental-map.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mental-map.js +32 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mental-map.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-groups.d.ts +12 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-groups.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-groups.js +93 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-groups.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-presets.d.ts +13 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-presets.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-presets.js +79 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-presets.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/index.d.ts +4 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/index.js +20 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/migrate-api-key-metadata.d.ts +20 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/migrate-api-key-metadata.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/migrate-api-key-metadata.js +78 -0
- package/bundled/node_modules/@kubbisec/shared/dist/api-key/migrate-api-key-metadata.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-session-key.d.ts +20 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-session-key.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-session-key.js +33 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-session-key.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-thread.d.ts +19 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-thread.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-thread.js +126 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-thread.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/index.d.ts +3 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/index.js +19 -0
- package/bundled/node_modules/@kubbisec/shared/dist/assistant/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/billing/index.d.ts +2 -0
- package/bundled/node_modules/@kubbisec/shared/dist/billing/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/billing/index.js +18 -0
- package/bundled/node_modules/@kubbisec/shared/dist/billing/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/billing/plan-limits.d.ts +17 -0
- package/bundled/node_modules/@kubbisec/shared/dist/billing/plan-limits.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/billing/plan-limits.js +30 -0
- package/bundled/node_modules/@kubbisec/shared/dist/billing/plan-limits.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/ci-job-dependencies.d.ts +42 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/ci-job-dependencies.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/ci-job-dependencies.js +147 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/ci-job-dependencies.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/git-checkout-log-policy.d.ts +12 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/git-checkout-log-policy.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/git-checkout-log-policy.js +70 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/git-checkout-log-policy.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/index.d.ts +4 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/index.js +20 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/kubbisec-ci-execution-env.d.ts +16 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/kubbisec-ci-execution-env.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/kubbisec-ci-execution-env.js +45 -0
- package/bundled/node_modules/@kubbisec/shared/dist/ci/kubbisec-ci-execution-env.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/cli-user-error.d.ts +18 -0
- package/bundled/node_modules/@kubbisec/shared/dist/cli-user-error.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/cli-user-error.js +92 -0
- package/bundled/node_modules/@kubbisec/shared/dist/cli-user-error.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-bitbucket-projects.dto.d.ts +15 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-bitbucket-projects.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-bitbucket-projects.dto.js +75 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-bitbucket-projects.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-github-projects.dto.d.ts +25 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-github-projects.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-github-projects.dto.js +85 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-github-projects.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-bundle-report.dto.d.ts +17 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-bundle-report.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-bundle-report.dto.js +98 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-bundle-report.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-coverage-report.dto.d.ts +32 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-coverage-report.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-coverage-report.dto.js +209 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-coverage-report.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-project.dto.d.ts +65 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-project.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-project.dto.js +354 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-project.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-report.dto.d.ts +27 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-report.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-report.dto.js +145 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-report.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-scan-target.dto.d.ts +8 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-scan-target.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-scan-target.dto.js +51 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-scan-target.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-vulnerability.dto.d.ts +34 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-vulnerability.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-vulnerability.dto.js +189 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/create-vulnerability.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/index.d.ts +17 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/index.js +51 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/metrics.dto.d.ts +203 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/metrics.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/metrics.dto.js +42 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/metrics.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/record-gate-result.dto.d.ts +6 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/record-gate-result.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/record-gate-result.dto.js +31 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/record-gate-result.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-coverage-gate.dto.d.ts +7 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-coverage-gate.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-coverage-gate.dto.js +47 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-coverage-gate.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-performance-gate.dto.d.ts +6 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-performance-gate.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-performance-gate.dto.js +36 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-performance-gate.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-project.dto.d.ts +9 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-project.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-project.dto.js +52 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-project.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-security-gate.dto.d.ts +9 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-security-gate.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-security-gate.dto.js +58 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-security-gate.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-vulnerability.dto.d.ts +6 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-vulnerability.dto.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-vulnerability.dto.js +30 -0
- package/bundled/node_modules/@kubbisec/shared/dist/dto/update-vulnerability.dto.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/enums.d.ts +88 -0
- package/bundled/node_modules/@kubbisec/shared/dist/enums.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/enums.js +136 -0
- package/bundled/node_modules/@kubbisec/shared/dist/enums.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/github/kubbisec-github-label.d.ts +6 -0
- package/bundled/node_modules/@kubbisec/shared/dist/github/kubbisec-github-label.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/github/kubbisec-github-label.js +9 -0
- package/bundled/node_modules/@kubbisec/shared/dist/github/kubbisec-github-label.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/index.d.ts +23 -0
- package/bundled/node_modules/@kubbisec/shared/dist/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/index.js +39 -0
- package/bundled/node_modules/@kubbisec/shared/dist/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/mcp/constants.d.ts +22 -0
- package/bundled/node_modules/@kubbisec/shared/dist/mcp/constants.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/mcp/constants.js +52 -0
- package/bundled/node_modules/@kubbisec/shared/dist/mcp/constants.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/mcp/oauth-metadata.d.ts +37 -0
- package/bundled/node_modules/@kubbisec/shared/dist/mcp/oauth-metadata.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/mcp/oauth-metadata.js +51 -0
- package/bundled/node_modules/@kubbisec/shared/dist/mcp/oauth-metadata.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/ai-docs-bundle.loader.d.ts +6 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/ai-docs-bundle.loader.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/ai-docs-bundle.loader.js +68 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/ai-docs-bundle.loader.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/aspm-docs-bundle.loader.d.ts +8 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/aspm-docs-bundle.loader.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/aspm-docs-bundle.loader.js +115 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/aspm-docs-bundle.loader.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/doc-bundle-utils.d.ts +12 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/doc-bundle-utils.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/doc-bundle-utils.js +86 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/doc-bundle-utils.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/index.d.ts +8 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/index.js +33 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/mcp-tools-catalog.d.ts +4 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/mcp-tools-catalog.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/mcp-tools-catalog.js +23 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/mcp-tools-catalog.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/monorepo-root.d.ts +4 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/monorepo-root.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/monorepo-root.js +19 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/monorepo-root.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-pipeline-docs-bundle.loader.d.ts +11 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-pipeline-docs-bundle.loader.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-pipeline-docs-bundle.loader.js +148 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-pipeline-docs-bundle.loader.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-schema-overview.d.ts +2 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-schema-overview.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-schema-overview.js +36 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-schema-overview.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/security-scanner-playbooks.d.ts +49 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/security-scanner-playbooks.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/security-scanner-playbooks.js +600 -0
- package/bundled/node_modules/@kubbisec/shared/dist/product-docs/security-scanner-playbooks.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/project-scanner-summary.d.ts +24 -0
- package/bundled/node_modules/@kubbisec/shared/dist/project-scanner-summary.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/project-scanner-summary.js +64 -0
- package/bundled/node_modules/@kubbisec/shared/dist/project-scanner-summary.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/better-auth-org-roles.d.ts +23 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/better-auth-org-roles.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/better-auth-org-roles.js +53 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/better-auth-org-roles.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/index.d.ts +8 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/index.js +24 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permission-descriptions.d.ts +9 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permission-descriptions.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permission-descriptions.js +91 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permission-descriptions.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permissions.d.ts +12 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permissions.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permissions.js +86 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permissions.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/member-quota.d.ts +8 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/member-quota.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/member-quota.js +19 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/member-quota.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/platform-staff.d.ts +16 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/platform-staff.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/platform-staff.js +61 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/platform-staff.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-org-permissions.d.ts +10 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-org-permissions.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-org-permissions.js +200 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-org-permissions.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-platform-permissions.d.ts +7 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-platform-permissions.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-platform-permissions.js +23 -0
- package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-platform-permissions.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/redaction.d.ts +14 -0
- package/bundled/node_modules/@kubbisec/shared/dist/redaction.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/redaction.js +251 -0
- package/bundled/node_modules/@kubbisec/shared/dist/redaction.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/aspm-gate-rules.d.ts +19 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/aspm-gate-rules.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/aspm-gate-rules.js +61 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/aspm-gate-rules.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/build-aspm-security-matrix-pipeline-yaml.d.ts +3 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/build-aspm-security-matrix-pipeline-yaml.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/build-aspm-security-matrix-pipeline-yaml.js +54 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/build-aspm-security-matrix-pipeline-yaml.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/build-github-security-workflow-yaml.d.ts +4 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/build-github-security-workflow-yaml.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/build-github-security-workflow-yaml.js +72 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/build-github-security-workflow-yaml.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-action-pins.d.ts +27 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-action-pins.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-action-pins.js +30 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-action-pins.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-tool-jobs.d.ts +7 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-tool-jobs.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-tool-jobs.js +184 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-tool-jobs.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/index.d.ts +7 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/index.js +23 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool-catalog.d.ts +5 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool-catalog.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool-catalog.js +74 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool-catalog.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool.types.d.ts +43 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool.types.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool.types.js +22 -0
- package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool.types.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/severity-map.d.ts +8 -0
- package/bundled/node_modules/@kubbisec/shared/dist/severity-map.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/severity-map.js +47 -0
- package/bundled/node_modules/@kubbisec/shared/dist/severity-map.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/constants.d.ts +4 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/constants.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/constants.js +10 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/constants.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/index.d.ts +4 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/index.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/index.js +20 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/index.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/redact-log-lines.d.ts +2 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/redact-log-lines.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/redact-log-lines.js +9 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/redact-log-lines.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/share-prefix.d.ts +3 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/share-prefix.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/share-prefix.js +18 -0
- package/bundled/node_modules/@kubbisec/shared/dist/shared-project/share-prefix.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/sonar-safe-string.d.ts +26 -0
- package/bundled/node_modules/@kubbisec/shared/dist/sonar-safe-string.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/sonar-safe-string.js +202 -0
- package/bundled/node_modules/@kubbisec/shared/dist/sonar-safe-string.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/sort-findings.d.ts +16 -0
- package/bundled/node_modules/@kubbisec/shared/dist/sort-findings.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/sort-findings.js +67 -0
- package/bundled/node_modules/@kubbisec/shared/dist/sort-findings.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/trusted-path.d.ts +7 -0
- package/bundled/node_modules/@kubbisec/shared/dist/trusted-path.d.ts.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/dist/trusted-path.js +30 -0
- package/bundled/node_modules/@kubbisec/shared/dist/trusted-path.js.map +1 -0
- package/bundled/node_modules/@kubbisec/shared/package.json +77 -0
- package/bundled/reflect-system.md +31 -0
- package/bundled/resolve-bundled-dist-root.js +166 -0
- package/bundled/resolve-bundled-dist-root.js.map +1 -0
- package/bundled/skills/aspm-platform/SKILL.md +95 -0
- package/bundled/skills/at-path-mentions.d.ts +7 -0
- package/bundled/skills/at-path-mentions.d.ts.map +1 -0
- package/bundled/skills/at-path-mentions.js +184 -0
- package/bundled/skills/at-path-mentions.js.map +1 -0
- package/bundled/skills/at-path-mentions.test.ts +64 -0
- package/bundled/skills/at-path-mentions.ts +209 -0
- package/bundled/skills/chat-mention-render.d.ts +7 -0
- package/bundled/skills/chat-mention-render.d.ts.map +1 -0
- package/bundled/skills/chat-mention-render.js +160 -0
- package/bundled/skills/chat-mention-render.js.map +1 -0
- package/bundled/skills/chat-mention-render.test.ts +70 -0
- package/bundled/skills/chat-mention-render.ts +192 -0
- package/bundled/skills/chat-mentions.d.ts +28 -0
- package/bundled/skills/chat-mentions.d.ts.map +1 -0
- package/bundled/skills/chat-mentions.js +108 -0
- package/bundled/skills/chat-mentions.js.map +1 -0
- package/bundled/skills/chat-mentions.test.ts +39 -0
- package/bundled/skills/chat-mentions.ts +133 -0
- package/bundled/skills/github-local/SKILL.md +16 -0
- package/bundled/skills/kubbisec-resource-router/SKILL.md +3 -0
- package/bundled/skills/list-bundled-skills.d.ts +7 -0
- package/bundled/skills/list-bundled-skills.d.ts.map +1 -0
- package/bundled/skills/list-bundled-skills.js +44 -0
- package/bundled/skills/list-bundled-skills.js.map +1 -0
- package/bundled/skills/list-bundled-skills.ts +49 -0
- package/bundled/skills/naus-pipelines/SKILL.md +127 -0
- package/bundled/skills/remediation/SKILL.md +12 -0
- package/bundled/skills/scanner-gitleaks/SKILL.md +10 -0
- package/bundled/skills/scanner-nmap/SKILL.md +10 -0
- package/bundled/skills/scanner-osv/SKILL.md +10 -0
- package/bundled/skills/scanner-semgrep/SKILL.md +10 -0
- package/bundled/skills/scanner-skipfish/SKILL.md +10 -0
- package/bundled/skills/scanner-sonar/SKILL.md +10 -0
- package/bundled/skills/scanner-syft/SKILL.md +10 -0
- package/bundled/skills/scanner-trivy/SKILL.md +10 -0
- package/bundled/skills/sec-brainstorm/SKILL.md +74 -0
- package/bundled/skills/sec-clarify/SKILL.md +53 -0
- package/bundled/skills/sec-debug/SKILL.md +94 -0
- package/bundled/skills/sec-plan/SKILL.md +101 -0
- package/bundled/skills/sec-review/SKILL.md +110 -0
- package/bundled/skills/sec-review/code-reviewer-sec.md +176 -0
- package/bundled/skills/sec-using-skills/SKILL.md +81 -0
- package/bundled/skills/sec-verify/SKILL.md +77 -0
- package/bundled/skills/skill-mention.d.ts +3 -0
- package/bundled/skills/skill-mention.d.ts.map +1 -0
- package/bundled/skills/skill-mention.js +3 -0
- package/bundled/skills/skill-mention.js.map +1 -0
- package/bundled/skills/skill-mention.test.ts +46 -0
- package/bundled/skills/skill-mention.ts +10 -0
- package/bundled/theme/clear-terminal.d.ts +3 -0
- package/bundled/theme/clear-terminal.d.ts.map +1 -0
- package/bundled/theme/clear-terminal.js +7 -0
- package/bundled/theme/clear-terminal.js.map +1 -0
- package/bundled/theme/footer-render-hook.d.ts +3 -0
- package/bundled/theme/footer-render-hook.d.ts.map +1 -0
- package/bundled/theme/footer-render-hook.js +8 -0
- package/bundled/theme/footer-render-hook.js.map +1 -0
- package/bundled/theme/kubbisec-brand-fg.d.ts +4 -0
- package/bundled/theme/kubbisec-brand-fg.d.ts.map +1 -0
- package/bundled/theme/kubbisec-brand-fg.js +7 -0
- package/bundled/theme/kubbisec-brand-fg.js.map +1 -0
- package/bundled/theme/kubbisec-menu-themes.d.ts +16 -0
- package/bundled/theme/kubbisec-menu-themes.d.ts.map +1 -0
- package/bundled/theme/kubbisec-menu-themes.js +47 -0
- package/bundled/theme/kubbisec-menu-themes.js.map +1 -0
- package/bundled/theme/kubbisec-theme-name.d.ts +2 -0
- package/bundled/theme/kubbisec-theme-name.d.ts.map +1 -0
- package/bundled/theme/kubbisec-theme-name.js +2 -0
- package/bundled/theme/kubbisec-theme-name.js.map +1 -0
- package/bundled/theme/kubbisec.json +93 -0
- package/bundled/theme/patch-pi-settings-theme.runtime.d.ts +3 -0
- package/bundled/theme/patch-pi-settings-theme.runtime.d.ts.map +1 -0
- package/bundled/theme/patch-pi-settings-theme.runtime.js +16 -0
- package/bundled/theme/patch-pi-settings-theme.runtime.js.map +1 -0
- package/bundled/theme/render-compact-header.d.ts +21 -0
- package/bundled/theme/render-compact-header.d.ts.map +1 -0
- package/bundled/theme/render-compact-header.js +197 -0
- package/bundled/theme/render-compact-header.js.map +1 -0
- package/bundled/workflow/session-workflow-mode.d.ts +10 -0
- package/bundled/workflow/session-workflow-mode.d.ts.map +1 -0
- package/bundled/workflow/session-workflow-mode.js +51 -0
- package/bundled/workflow/session-workflow-mode.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { ScanSource, ScanType } from "../enums";
|
|
2
|
+
import { CreateVulnerabilityDto } from "./create-vulnerability.dto";
|
|
3
|
+
export declare class ExecutionContextDto {
|
|
4
|
+
trigger?: string;
|
|
5
|
+
commitSha?: string;
|
|
6
|
+
branch?: string;
|
|
7
|
+
commitMessage?: string;
|
|
8
|
+
commitAuthorName?: string;
|
|
9
|
+
commitAuthorEmail?: string;
|
|
10
|
+
prNumber?: string;
|
|
11
|
+
prTitle?: string;
|
|
12
|
+
pipelineId?: string;
|
|
13
|
+
pipelineUrl?: string;
|
|
14
|
+
ciProvider?: string;
|
|
15
|
+
ciPipelineRunId?: string;
|
|
16
|
+
}
|
|
17
|
+
export declare class CreateReportDto {
|
|
18
|
+
source: ScanSource;
|
|
19
|
+
scanType: ScanType;
|
|
20
|
+
target: string;
|
|
21
|
+
rawFileName?: string;
|
|
22
|
+
scannedAt?: string;
|
|
23
|
+
metadata?: Record<string, unknown>;
|
|
24
|
+
execution?: ExecutionContextDto;
|
|
25
|
+
vulnerabilities: CreateVulnerabilityDto[];
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=create-report.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-report.dto.d.ts","sourceRoot":"","sources":["../../src/dto/create-report.dto.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAChD,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAEpE,qBAAa,mBAAmB;IAG9B,OAAO,CAAC,EAAE,MAAM,CAAC;IAIjB,SAAS,CAAC,EAAE,MAAM,CAAC;IAInB,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,aAAa,CAAC,EAAE,MAAM,CAAC;IAIvB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAI1B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAI3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAIlB,OAAO,CAAC,EAAE,MAAM,CAAC;IAIjB,UAAU,CAAC,EAAE,MAAM,CAAC;IAIpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAIrB,UAAU,CAAC,EAAE,MAAM,CAAC;IAIpB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,qBAAa,eAAe;IAE1B,MAAM,EAAG,UAAU,CAAC;IAGpB,QAAQ,EAAG,QAAQ,CAAC;IAKpB,MAAM,EAAG,MAAM,CAAC;IAKhB,WAAW,CAAC,EAAE,MAAM,CAAC;IAIrB,SAAS,CAAC,EAAE,MAAM,CAAC;IAInB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAKnC,SAAS,CAAC,EAAE,mBAAmB,CAAC;IAKhC,eAAe,EAAG,sBAAsB,EAAE,CAAC;CAC5C"}
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.CreateReportDto = exports.ExecutionContextDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
const enums_1 = require("../enums");
|
|
16
|
+
const create_vulnerability_dto_1 = require("./create-vulnerability.dto");
|
|
17
|
+
class ExecutionContextDto {
|
|
18
|
+
trigger;
|
|
19
|
+
commitSha;
|
|
20
|
+
branch;
|
|
21
|
+
commitMessage;
|
|
22
|
+
commitAuthorName;
|
|
23
|
+
commitAuthorEmail;
|
|
24
|
+
prNumber;
|
|
25
|
+
prTitle;
|
|
26
|
+
pipelineId;
|
|
27
|
+
pipelineUrl;
|
|
28
|
+
ciProvider;
|
|
29
|
+
ciPipelineRunId;
|
|
30
|
+
}
|
|
31
|
+
exports.ExecutionContextDto = ExecutionContextDto;
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, class_validator_1.IsOptional)(),
|
|
34
|
+
(0, class_validator_1.IsString)(),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], ExecutionContextDto.prototype, "trigger", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, class_validator_1.IsOptional)(),
|
|
39
|
+
(0, class_validator_1.IsString)(),
|
|
40
|
+
__metadata("design:type", String)
|
|
41
|
+
], ExecutionContextDto.prototype, "commitSha", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, class_validator_1.IsOptional)(),
|
|
44
|
+
(0, class_validator_1.IsString)(),
|
|
45
|
+
__metadata("design:type", String)
|
|
46
|
+
], ExecutionContextDto.prototype, "branch", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
(0, class_validator_1.IsOptional)(),
|
|
49
|
+
(0, class_validator_1.IsString)(),
|
|
50
|
+
__metadata("design:type", String)
|
|
51
|
+
], ExecutionContextDto.prototype, "commitMessage", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
(0, class_validator_1.IsOptional)(),
|
|
54
|
+
(0, class_validator_1.IsString)(),
|
|
55
|
+
__metadata("design:type", String)
|
|
56
|
+
], ExecutionContextDto.prototype, "commitAuthorName", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
(0, class_validator_1.IsOptional)(),
|
|
59
|
+
(0, class_validator_1.IsString)(),
|
|
60
|
+
__metadata("design:type", String)
|
|
61
|
+
], ExecutionContextDto.prototype, "commitAuthorEmail", void 0);
|
|
62
|
+
__decorate([
|
|
63
|
+
(0, class_validator_1.IsOptional)(),
|
|
64
|
+
(0, class_validator_1.IsString)(),
|
|
65
|
+
__metadata("design:type", String)
|
|
66
|
+
], ExecutionContextDto.prototype, "prNumber", void 0);
|
|
67
|
+
__decorate([
|
|
68
|
+
(0, class_validator_1.IsOptional)(),
|
|
69
|
+
(0, class_validator_1.IsString)(),
|
|
70
|
+
__metadata("design:type", String)
|
|
71
|
+
], ExecutionContextDto.prototype, "prTitle", void 0);
|
|
72
|
+
__decorate([
|
|
73
|
+
(0, class_validator_1.IsOptional)(),
|
|
74
|
+
(0, class_validator_1.IsString)(),
|
|
75
|
+
__metadata("design:type", String)
|
|
76
|
+
], ExecutionContextDto.prototype, "pipelineId", void 0);
|
|
77
|
+
__decorate([
|
|
78
|
+
(0, class_validator_1.IsOptional)(),
|
|
79
|
+
(0, class_validator_1.IsString)(),
|
|
80
|
+
__metadata("design:type", String)
|
|
81
|
+
], ExecutionContextDto.prototype, "pipelineUrl", void 0);
|
|
82
|
+
__decorate([
|
|
83
|
+
(0, class_validator_1.IsOptional)(),
|
|
84
|
+
(0, class_validator_1.IsString)(),
|
|
85
|
+
__metadata("design:type", String)
|
|
86
|
+
], ExecutionContextDto.prototype, "ciProvider", void 0);
|
|
87
|
+
__decorate([
|
|
88
|
+
(0, class_validator_1.IsOptional)(),
|
|
89
|
+
(0, class_validator_1.IsString)(),
|
|
90
|
+
__metadata("design:type", String)
|
|
91
|
+
], ExecutionContextDto.prototype, "ciPipelineRunId", void 0);
|
|
92
|
+
class CreateReportDto {
|
|
93
|
+
source;
|
|
94
|
+
scanType;
|
|
95
|
+
target;
|
|
96
|
+
rawFileName;
|
|
97
|
+
scannedAt;
|
|
98
|
+
metadata;
|
|
99
|
+
execution;
|
|
100
|
+
vulnerabilities;
|
|
101
|
+
}
|
|
102
|
+
exports.CreateReportDto = CreateReportDto;
|
|
103
|
+
__decorate([
|
|
104
|
+
(0, class_validator_1.IsEnum)(enums_1.ScanSource),
|
|
105
|
+
__metadata("design:type", String)
|
|
106
|
+
], CreateReportDto.prototype, "source", void 0);
|
|
107
|
+
__decorate([
|
|
108
|
+
(0, class_validator_1.IsEnum)(enums_1.ScanType),
|
|
109
|
+
__metadata("design:type", String)
|
|
110
|
+
], CreateReportDto.prototype, "scanType", void 0);
|
|
111
|
+
__decorate([
|
|
112
|
+
(0, class_validator_1.IsString)(),
|
|
113
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
114
|
+
(0, class_validator_1.MaxLength)(500),
|
|
115
|
+
__metadata("design:type", String)
|
|
116
|
+
], CreateReportDto.prototype, "target", void 0);
|
|
117
|
+
__decorate([
|
|
118
|
+
(0, class_validator_1.IsString)(),
|
|
119
|
+
(0, class_validator_1.IsOptional)(),
|
|
120
|
+
(0, class_validator_1.MaxLength)(255),
|
|
121
|
+
__metadata("design:type", String)
|
|
122
|
+
], CreateReportDto.prototype, "rawFileName", void 0);
|
|
123
|
+
__decorate([
|
|
124
|
+
(0, class_validator_1.IsDateString)(),
|
|
125
|
+
(0, class_validator_1.IsOptional)(),
|
|
126
|
+
__metadata("design:type", String)
|
|
127
|
+
], CreateReportDto.prototype, "scannedAt", void 0);
|
|
128
|
+
__decorate([
|
|
129
|
+
(0, class_validator_1.IsObject)(),
|
|
130
|
+
(0, class_validator_1.IsOptional)(),
|
|
131
|
+
__metadata("design:type", Object)
|
|
132
|
+
], CreateReportDto.prototype, "metadata", void 0);
|
|
133
|
+
__decorate([
|
|
134
|
+
(0, class_validator_1.IsOptional)(),
|
|
135
|
+
(0, class_validator_1.ValidateNested)(),
|
|
136
|
+
(0, class_transformer_1.Type)(() => ExecutionContextDto),
|
|
137
|
+
__metadata("design:type", ExecutionContextDto)
|
|
138
|
+
], CreateReportDto.prototype, "execution", void 0);
|
|
139
|
+
__decorate([
|
|
140
|
+
(0, class_validator_1.IsArray)(),
|
|
141
|
+
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
142
|
+
(0, class_transformer_1.Type)(() => create_vulnerability_dto_1.CreateVulnerabilityDto),
|
|
143
|
+
__metadata("design:type", Array)
|
|
144
|
+
], CreateReportDto.prototype, "vulnerabilities", void 0);
|
|
145
|
+
//# sourceMappingURL=create-report.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-report.dto.js","sourceRoot":"","sources":["../../src/dto/create-report.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAyC;AACzC,qDAUyB;AACzB,oCAAgD;AAChD,yEAAoE;AAEpE,MAAa,mBAAmB;IAG9B,OAAO,CAAU;IAIjB,SAAS,CAAU;IAInB,MAAM,CAAU;IAIhB,aAAa,CAAU;IAIvB,gBAAgB,CAAU;IAI1B,iBAAiB,CAAU;IAI3B,QAAQ,CAAU;IAIlB,OAAO,CAAU;IAIjB,UAAU,CAAU;IAIpB,WAAW,CAAU;IAIrB,UAAU,CAAU;IAIpB,eAAe,CAAU;CAC1B;AAhDD,kDAgDC;AA7CC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oDACM;AAIjB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;sDACQ;AAInB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;mDACK;AAIhB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;0DACY;AAIvB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;6DACe;AAI1B;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8DACgB;AAI3B;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACO;AAIlB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oDACM;AAIjB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;uDACS;AAIpB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;wDACU;AAIrB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;uDACS;AAIpB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4DACc;AAG3B,MAAa,eAAe;IAE1B,MAAM,CAAc;IAGpB,QAAQ,CAAY;IAKpB,MAAM,CAAU;IAKhB,WAAW,CAAU;IAIrB,SAAS,CAAU;IAInB,QAAQ,CAA2B;IAKnC,SAAS,CAAuB;IAKhC,eAAe,CAA4B;CAC5C;AAlCD,0CAkCC;AAhCC;IADC,IAAA,wBAAM,EAAC,kBAAU,CAAC;;+CACC;AAGpB;IADC,IAAA,wBAAM,EAAC,gBAAQ,CAAC;;iDACG;AAKpB;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;+CACC;AAKhB;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;oDACM;AAIrB;IAFC,IAAA,8BAAY,GAAE;IACd,IAAA,4BAAU,GAAE;;kDACM;AAInB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACsB;AAKnC;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;IAChB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mBAAmB,CAAC;8BACpB,mBAAmB;kDAAC;AAKhC;IAHC,IAAA,yBAAO,GAAE;IACT,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IAC9B,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,iDAAsB,CAAC;;wDACQ"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-scan-target.dto.d.ts","sourceRoot":"","sources":["../../src/dto/create-scan-target.dto.ts"],"names":[],"mappings":"AAEA,qBAAa,mBAAmB;IAG9B,MAAM,EAAG,MAAM,GAAG,UAAU,CAAC;IAK7B,MAAM,EAAG,MAAM,CAAC;IAKhB,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.CreateScanTargetDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class CreateScanTargetDto {
|
|
15
|
+
source;
|
|
16
|
+
target;
|
|
17
|
+
name;
|
|
18
|
+
ports;
|
|
19
|
+
options;
|
|
20
|
+
}
|
|
21
|
+
exports.CreateScanTargetDto = CreateScanTargetDto;
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsString)(),
|
|
24
|
+
(0, class_validator_1.IsIn)(["nmap", "skipfish"]),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], CreateScanTargetDto.prototype, "source", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, class_validator_1.IsString)(),
|
|
29
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
30
|
+
(0, class_validator_1.MaxLength)(500),
|
|
31
|
+
__metadata("design:type", String)
|
|
32
|
+
], CreateScanTargetDto.prototype, "target", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, class_validator_1.IsString)(),
|
|
35
|
+
(0, class_validator_1.IsOptional)(),
|
|
36
|
+
(0, class_validator_1.MaxLength)(255),
|
|
37
|
+
__metadata("design:type", String)
|
|
38
|
+
], CreateScanTargetDto.prototype, "name", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, class_validator_1.IsString)(),
|
|
41
|
+
(0, class_validator_1.IsOptional)(),
|
|
42
|
+
(0, class_validator_1.MaxLength)(100),
|
|
43
|
+
__metadata("design:type", String)
|
|
44
|
+
], CreateScanTargetDto.prototype, "ports", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
(0, class_validator_1.IsString)(),
|
|
47
|
+
(0, class_validator_1.IsOptional)(),
|
|
48
|
+
(0, class_validator_1.MaxLength)(500),
|
|
49
|
+
__metadata("design:type", String)
|
|
50
|
+
], CreateScanTargetDto.prototype, "options", void 0);
|
|
51
|
+
//# sourceMappingURL=create-scan-target.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-scan-target.dto.js","sourceRoot":"","sources":["../../src/dto/create-scan-target.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAoF;AAEpF,MAAa,mBAAmB;IAG9B,MAAM,CAAuB;IAK7B,MAAM,CAAU;IAKhB,IAAI,CAAU;IAKd,KAAK,CAAU;IAKf,OAAO,CAAU;CAClB;AAxBD,kDAwBC;AArBC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,sBAAI,EAAC,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;;mDACE;AAK7B;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;mDACC;AAKhB;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;iDACD;AAKd;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;kDACA;AAKf;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;oDACE"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { FindingType, Severity, VulnerabilityStatus } from "../enums";
|
|
2
|
+
/**
|
|
3
|
+
* Enterprise risk scoring fields for vulnerability
|
|
4
|
+
*/
|
|
5
|
+
export declare class EnterpriseVulnerabilityDataDto {
|
|
6
|
+
cveId?: string;
|
|
7
|
+
cvssScore?: number;
|
|
8
|
+
cvssVector?: string;
|
|
9
|
+
cvssVersion?: string;
|
|
10
|
+
epssScore?: number;
|
|
11
|
+
epssPercentile?: number;
|
|
12
|
+
cweId?: string;
|
|
13
|
+
cweName?: string;
|
|
14
|
+
exposureLevel?: "INTERNET_FACING" | "INTERNAL" | "ISOLATED" | "UNKNOWN";
|
|
15
|
+
exposureDetails?: Record<string, unknown>;
|
|
16
|
+
}
|
|
17
|
+
export declare class CreateVulnerabilityDto {
|
|
18
|
+
sourceId?: string;
|
|
19
|
+
title: string;
|
|
20
|
+
description?: string;
|
|
21
|
+
severity: Severity;
|
|
22
|
+
findingType?: FindingType;
|
|
23
|
+
category?: string;
|
|
24
|
+
affectedComponent?: string;
|
|
25
|
+
affectedVersion?: string;
|
|
26
|
+
fixedVersion?: string;
|
|
27
|
+
location?: string;
|
|
28
|
+
recommendation?: string;
|
|
29
|
+
references?: string[];
|
|
30
|
+
rawData?: Record<string, unknown>;
|
|
31
|
+
status?: VulnerabilityStatus;
|
|
32
|
+
enterprise?: EnterpriseVulnerabilityDataDto;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=create-vulnerability.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-vulnerability.dto.d.ts","sourceRoot":"","sources":["../../src/dto/create-vulnerability.dto.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEtE;;GAEG;AACH,qBAAa,8BAA8B;IAIzC,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAKpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAIrB,SAAS,CAAC,EAAE,MAAM,CAAC;IAInB,cAAc,CAAC,EAAE,MAAM,CAAC;IAKxB,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,aAAa,CAAC,EAAE,iBAAiB,GAAG,UAAU,GAAG,UAAU,GAAG,SAAS,CAAC;IAIxE,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAC3C;AAED,qBAAa,sBAAsB;IAIjC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,KAAK,EAAG,MAAM,CAAC;IAIf,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,QAAQ,EAAG,QAAQ,CAAC;IAIpB,WAAW,CAAC,EAAE,WAAW,CAAC;IAK1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAK3B,eAAe,CAAC,EAAE,MAAM,CAAC;IAKzB,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAIlB,cAAc,CAAC,EAAE,MAAM,CAAC;IAKxB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IAItB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAIlC,MAAM,CAAC,EAAE,mBAAmB,CAAC;IAK7B,UAAU,CAAC,EAAE,8BAA8B,CAAC;CAC7C"}
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.CreateVulnerabilityDto = exports.EnterpriseVulnerabilityDataDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
const enums_1 = require("../enums");
|
|
16
|
+
/**
|
|
17
|
+
* Enterprise risk scoring fields for vulnerability
|
|
18
|
+
*/
|
|
19
|
+
class EnterpriseVulnerabilityDataDto {
|
|
20
|
+
cveId;
|
|
21
|
+
cvssScore;
|
|
22
|
+
cvssVector;
|
|
23
|
+
cvssVersion;
|
|
24
|
+
epssScore;
|
|
25
|
+
epssPercentile;
|
|
26
|
+
cweId;
|
|
27
|
+
cweName;
|
|
28
|
+
exposureLevel;
|
|
29
|
+
exposureDetails;
|
|
30
|
+
}
|
|
31
|
+
exports.EnterpriseVulnerabilityDataDto = EnterpriseVulnerabilityDataDto;
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, class_validator_1.IsString)(),
|
|
34
|
+
(0, class_validator_1.IsOptional)(),
|
|
35
|
+
(0, class_validator_1.MaxLength)(20),
|
|
36
|
+
__metadata("design:type", String)
|
|
37
|
+
], EnterpriseVulnerabilityDataDto.prototype, "cveId", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, class_validator_1.IsNumber)(),
|
|
40
|
+
(0, class_validator_1.IsOptional)(),
|
|
41
|
+
__metadata("design:type", Number)
|
|
42
|
+
], EnterpriseVulnerabilityDataDto.prototype, "cvssScore", void 0);
|
|
43
|
+
__decorate([
|
|
44
|
+
(0, class_validator_1.IsString)(),
|
|
45
|
+
(0, class_validator_1.IsOptional)(),
|
|
46
|
+
(0, class_validator_1.MaxLength)(255),
|
|
47
|
+
__metadata("design:type", String)
|
|
48
|
+
], EnterpriseVulnerabilityDataDto.prototype, "cvssVector", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, class_validator_1.IsString)(),
|
|
51
|
+
(0, class_validator_1.IsOptional)(),
|
|
52
|
+
(0, class_validator_1.MaxLength)(10),
|
|
53
|
+
__metadata("design:type", String)
|
|
54
|
+
], EnterpriseVulnerabilityDataDto.prototype, "cvssVersion", void 0);
|
|
55
|
+
__decorate([
|
|
56
|
+
(0, class_validator_1.IsNumber)(),
|
|
57
|
+
(0, class_validator_1.IsOptional)(),
|
|
58
|
+
__metadata("design:type", Number)
|
|
59
|
+
], EnterpriseVulnerabilityDataDto.prototype, "epssScore", void 0);
|
|
60
|
+
__decorate([
|
|
61
|
+
(0, class_validator_1.IsNumber)(),
|
|
62
|
+
(0, class_validator_1.IsOptional)(),
|
|
63
|
+
__metadata("design:type", Number)
|
|
64
|
+
], EnterpriseVulnerabilityDataDto.prototype, "epssPercentile", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
(0, class_validator_1.IsString)(),
|
|
67
|
+
(0, class_validator_1.IsOptional)(),
|
|
68
|
+
(0, class_validator_1.MaxLength)(20),
|
|
69
|
+
__metadata("design:type", String)
|
|
70
|
+
], EnterpriseVulnerabilityDataDto.prototype, "cweId", void 0);
|
|
71
|
+
__decorate([
|
|
72
|
+
(0, class_validator_1.IsString)(),
|
|
73
|
+
(0, class_validator_1.IsOptional)(),
|
|
74
|
+
(0, class_validator_1.MaxLength)(500),
|
|
75
|
+
__metadata("design:type", String)
|
|
76
|
+
], EnterpriseVulnerabilityDataDto.prototype, "cweName", void 0);
|
|
77
|
+
__decorate([
|
|
78
|
+
(0, class_validator_1.IsString)(),
|
|
79
|
+
(0, class_validator_1.IsOptional)(),
|
|
80
|
+
(0, class_validator_1.MaxLength)(30),
|
|
81
|
+
__metadata("design:type", String)
|
|
82
|
+
], EnterpriseVulnerabilityDataDto.prototype, "exposureLevel", void 0);
|
|
83
|
+
__decorate([
|
|
84
|
+
(0, class_validator_1.IsObject)(),
|
|
85
|
+
(0, class_validator_1.IsOptional)(),
|
|
86
|
+
__metadata("design:type", Object)
|
|
87
|
+
], EnterpriseVulnerabilityDataDto.prototype, "exposureDetails", void 0);
|
|
88
|
+
class CreateVulnerabilityDto {
|
|
89
|
+
sourceId;
|
|
90
|
+
title;
|
|
91
|
+
description;
|
|
92
|
+
severity;
|
|
93
|
+
findingType;
|
|
94
|
+
category;
|
|
95
|
+
affectedComponent;
|
|
96
|
+
affectedVersion;
|
|
97
|
+
fixedVersion;
|
|
98
|
+
location;
|
|
99
|
+
recommendation;
|
|
100
|
+
references;
|
|
101
|
+
rawData;
|
|
102
|
+
status;
|
|
103
|
+
enterprise;
|
|
104
|
+
}
|
|
105
|
+
exports.CreateVulnerabilityDto = CreateVulnerabilityDto;
|
|
106
|
+
__decorate([
|
|
107
|
+
(0, class_validator_1.IsString)(),
|
|
108
|
+
(0, class_validator_1.IsOptional)(),
|
|
109
|
+
(0, class_validator_1.MaxLength)(100),
|
|
110
|
+
__metadata("design:type", String)
|
|
111
|
+
], CreateVulnerabilityDto.prototype, "sourceId", void 0);
|
|
112
|
+
__decorate([
|
|
113
|
+
(0, class_validator_1.IsString)(),
|
|
114
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
115
|
+
(0, class_validator_1.MaxLength)(500),
|
|
116
|
+
__metadata("design:type", String)
|
|
117
|
+
], CreateVulnerabilityDto.prototype, "title", void 0);
|
|
118
|
+
__decorate([
|
|
119
|
+
(0, class_validator_1.IsString)(),
|
|
120
|
+
(0, class_validator_1.IsOptional)(),
|
|
121
|
+
__metadata("design:type", String)
|
|
122
|
+
], CreateVulnerabilityDto.prototype, "description", void 0);
|
|
123
|
+
__decorate([
|
|
124
|
+
(0, class_validator_1.IsEnum)(enums_1.Severity),
|
|
125
|
+
__metadata("design:type", String)
|
|
126
|
+
], CreateVulnerabilityDto.prototype, "severity", void 0);
|
|
127
|
+
__decorate([
|
|
128
|
+
(0, class_validator_1.IsEnum)(enums_1.FindingType),
|
|
129
|
+
(0, class_validator_1.IsOptional)(),
|
|
130
|
+
__metadata("design:type", String)
|
|
131
|
+
], CreateVulnerabilityDto.prototype, "findingType", void 0);
|
|
132
|
+
__decorate([
|
|
133
|
+
(0, class_validator_1.IsString)(),
|
|
134
|
+
(0, class_validator_1.IsOptional)(),
|
|
135
|
+
(0, class_validator_1.MaxLength)(100),
|
|
136
|
+
__metadata("design:type", String)
|
|
137
|
+
], CreateVulnerabilityDto.prototype, "category", void 0);
|
|
138
|
+
__decorate([
|
|
139
|
+
(0, class_validator_1.IsString)(),
|
|
140
|
+
(0, class_validator_1.IsOptional)(),
|
|
141
|
+
(0, class_validator_1.MaxLength)(500),
|
|
142
|
+
__metadata("design:type", String)
|
|
143
|
+
], CreateVulnerabilityDto.prototype, "affectedComponent", void 0);
|
|
144
|
+
__decorate([
|
|
145
|
+
(0, class_validator_1.IsString)(),
|
|
146
|
+
(0, class_validator_1.IsOptional)(),
|
|
147
|
+
(0, class_validator_1.MaxLength)(100),
|
|
148
|
+
__metadata("design:type", String)
|
|
149
|
+
], CreateVulnerabilityDto.prototype, "affectedVersion", void 0);
|
|
150
|
+
__decorate([
|
|
151
|
+
(0, class_validator_1.IsString)(),
|
|
152
|
+
(0, class_validator_1.IsOptional)(),
|
|
153
|
+
(0, class_validator_1.MaxLength)(100),
|
|
154
|
+
__metadata("design:type", String)
|
|
155
|
+
], CreateVulnerabilityDto.prototype, "fixedVersion", void 0);
|
|
156
|
+
__decorate([
|
|
157
|
+
(0, class_validator_1.IsString)(),
|
|
158
|
+
(0, class_validator_1.IsOptional)(),
|
|
159
|
+
(0, class_validator_1.MaxLength)(1000),
|
|
160
|
+
__metadata("design:type", String)
|
|
161
|
+
], CreateVulnerabilityDto.prototype, "location", void 0);
|
|
162
|
+
__decorate([
|
|
163
|
+
(0, class_validator_1.IsString)(),
|
|
164
|
+
(0, class_validator_1.IsOptional)(),
|
|
165
|
+
__metadata("design:type", String)
|
|
166
|
+
], CreateVulnerabilityDto.prototype, "recommendation", void 0);
|
|
167
|
+
__decorate([
|
|
168
|
+
(0, class_validator_1.IsArray)(),
|
|
169
|
+
(0, class_validator_1.IsString)({ each: true }),
|
|
170
|
+
(0, class_validator_1.IsOptional)(),
|
|
171
|
+
__metadata("design:type", Array)
|
|
172
|
+
], CreateVulnerabilityDto.prototype, "references", void 0);
|
|
173
|
+
__decorate([
|
|
174
|
+
(0, class_validator_1.IsObject)(),
|
|
175
|
+
(0, class_validator_1.IsOptional)(),
|
|
176
|
+
__metadata("design:type", Object)
|
|
177
|
+
], CreateVulnerabilityDto.prototype, "rawData", void 0);
|
|
178
|
+
__decorate([
|
|
179
|
+
(0, class_validator_1.IsEnum)(enums_1.VulnerabilityStatus),
|
|
180
|
+
(0, class_validator_1.IsOptional)(),
|
|
181
|
+
__metadata("design:type", String)
|
|
182
|
+
], CreateVulnerabilityDto.prototype, "status", void 0);
|
|
183
|
+
__decorate([
|
|
184
|
+
(0, class_validator_1.IsOptional)(),
|
|
185
|
+
(0, class_validator_1.ValidateNested)(),
|
|
186
|
+
(0, class_transformer_1.Type)(() => EnterpriseVulnerabilityDataDto),
|
|
187
|
+
__metadata("design:type", EnterpriseVulnerabilityDataDto)
|
|
188
|
+
], CreateVulnerabilityDto.prototype, "enterprise", void 0);
|
|
189
|
+
//# sourceMappingURL=create-vulnerability.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-vulnerability.dto.js","sourceRoot":"","sources":["../../src/dto/create-vulnerability.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAyC;AACzC,qDAUyB;AACzB,oCAAsE;AAEtE;;GAEG;AACH,MAAa,8BAA8B;IAIzC,KAAK,CAAU;IAIf,SAAS,CAAU;IAKnB,UAAU,CAAU;IAKpB,WAAW,CAAU;IAIrB,SAAS,CAAU;IAInB,cAAc,CAAU;IAKxB,KAAK,CAAU;IAKf,OAAO,CAAU;IAKjB,aAAa,CAA2D;IAIxE,eAAe,CAA2B;CAC3C;AA9CD,wEA8CC;AA1CC;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,EAAE,CAAC;;6DACC;AAIf;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iEACM;AAKnB;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;kEACK;AAKpB;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,EAAE,CAAC;;mEACO;AAIrB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iEACM;AAInB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sEACW;AAKxB;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,EAAE,CAAC;;6DACC;AAKf;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;+DACE;AAKjB;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,EAAE,CAAC;;qEAC0D;AAIxE;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uEAC6B;AAG5C,MAAa,sBAAsB;IAIjC,QAAQ,CAAU;IAKlB,KAAK,CAAU;IAIf,WAAW,CAAU;IAGrB,QAAQ,CAAY;IAIpB,WAAW,CAAe;IAK1B,QAAQ,CAAU;IAKlB,iBAAiB,CAAU;IAK3B,eAAe,CAAU;IAKzB,YAAY,CAAU;IAKtB,QAAQ,CAAU;IAIlB,cAAc,CAAU;IAKxB,UAAU,CAAY;IAItB,OAAO,CAA2B;IAIlC,MAAM,CAAuB;IAK7B,UAAU,CAAkC;CAC7C;AApED,wDAoEC;AAhEC;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;wDACG;AAKlB;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;qDACA;AAIf;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACQ;AAGrB;IADC,IAAA,wBAAM,EAAC,gBAAQ,CAAC;;wDACG;AAIpB;IAFC,IAAA,wBAAM,EAAC,mBAAW,CAAC;IACnB,IAAA,4BAAU,GAAE;;2DACa;AAK1B;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;wDACG;AAKlB;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;iEACY;AAK3B;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;+DACU;AAKzB;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;4DACO;AAKtB;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,IAAI,CAAC;;wDACE;AAIlB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8DACW;AAKxB;IAHC,IAAA,yBAAO,GAAE;IACT,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,IAAA,4BAAU,GAAE;;0DACS;AAItB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACqB;AAIlC;IAFC,IAAA,wBAAM,EAAC,2BAAmB,CAAC;IAC3B,IAAA,4BAAU,GAAE;;sDACgB;AAK7B;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;IAChB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8BAA8B,CAAC;8BAC9B,8BAA8B;0DAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export { BULK_IMPORT_BITBUCKET_PROJECTS_MAX, BulkImportBitbucketProjectRowDto, BulkImportBitbucketProjectsDto, } from "./bulk-import-bitbucket-projects.dto";
|
|
2
|
+
export { BULK_IMPORT_GITHUB_PROJECTS_MAX, BulkImportGithubProjectRowDto, BulkImportGithubProjectsDto, } from "./bulk-import-github-projects.dto";
|
|
3
|
+
export { BundleEntryDto, CreateBundleReportDto } from "./create-bundle-report.dto";
|
|
4
|
+
export { CoverageFileDetailDto, CreateCoverageReportDto } from "./create-coverage-report.dto";
|
|
5
|
+
export { ASSET_CI_PROVIDERS, ASSET_CRITICALITIES, ASSET_ENVIRONMENTS, ASSET_EXPOSURES, ASSET_POLICY_LEVELS, ASSET_TYPES, type AssetCiProvider, type AssetCriticality, type AssetEnvironment, type AssetExposure, type AssetPolicyLevel, type AssetType, CreateProjectDto, } from "./create-project.dto";
|
|
6
|
+
export { CreateReportDto, ExecutionContextDto } from "./create-report.dto";
|
|
7
|
+
export { CreateScanTargetDto } from "./create-scan-target.dto";
|
|
8
|
+
export { CreateVulnerabilityDto, EnterpriseVulnerabilityDataDto, } from "./create-vulnerability.dto";
|
|
9
|
+
export type { CreateUploadSessionDto, GetProductMetricsQuery, GetQueueMetricsQuery, GetUploadSessionsMetricsQuery, NormalizedError, OperationalLimitsDto, PlanLimitsDto, ProductMetricsDto, QueueMetricsDto, TechnologyMetricsDto, UploadSessionMetricsDto, } from "./metrics.dto";
|
|
10
|
+
export { ErrorCategory, IngestionQueueName, PlanType, UploadSessionStatus, } from "./metrics.dto";
|
|
11
|
+
export { RecordGateResultDto } from "./record-gate-result.dto";
|
|
12
|
+
export { UpdateCoverageGateDto } from "./update-coverage-gate.dto";
|
|
13
|
+
export { UpdatePerformanceGateDto } from "./update-performance-gate.dto";
|
|
14
|
+
export { UpdateProjectDto } from "./update-project.dto";
|
|
15
|
+
export { UpdateSecurityGateDto } from "./update-security-gate.dto";
|
|
16
|
+
export { UpdateVulnerabilityDto } from "./update-vulnerability.dto";
|
|
17
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/dto/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kCAAkC,EAClC,gCAAgC,EAChC,8BAA8B,GAC/B,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EACL,+BAA+B,EAC/B,6BAA6B,EAC7B,2BAA2B,GAC5B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACnF,OAAO,EAAE,qBAAqB,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAC9F,OAAO,EACL,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EAClB,eAAe,EACf,mBAAmB,EACnB,WAAW,EACX,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,aAAa,EAClB,KAAK,gBAAgB,EACrB,KAAK,SAAS,EACd,gBAAgB,GACjB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAC3E,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EACL,sBAAsB,EACtB,8BAA8B,GAC/B,MAAM,4BAA4B,CAAC;AACpC,YAAY,EACV,sBAAsB,EACtB,sBAAsB,EACtB,oBAAoB,EACpB,6BAA6B,EAC7B,eAAe,EACf,oBAAoB,EACpB,aAAa,EACb,iBAAiB,EACjB,eAAe,EACf,oBAAoB,EACpB,uBAAuB,GACxB,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,aAAa,EACb,kBAAkB,EAClB,QAAQ,EACR,mBAAmB,GACpB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACnE,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACnE,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateVulnerabilityDto = exports.UpdateSecurityGateDto = exports.UpdateProjectDto = exports.UpdatePerformanceGateDto = exports.UpdateCoverageGateDto = exports.RecordGateResultDto = exports.UploadSessionStatus = exports.PlanType = exports.IngestionQueueName = exports.ErrorCategory = exports.EnterpriseVulnerabilityDataDto = exports.CreateVulnerabilityDto = exports.CreateScanTargetDto = exports.ExecutionContextDto = exports.CreateReportDto = exports.CreateProjectDto = exports.ASSET_TYPES = exports.ASSET_POLICY_LEVELS = exports.ASSET_EXPOSURES = exports.ASSET_ENVIRONMENTS = exports.ASSET_CRITICALITIES = exports.ASSET_CI_PROVIDERS = exports.CreateCoverageReportDto = exports.CoverageFileDetailDto = exports.CreateBundleReportDto = exports.BundleEntryDto = exports.BulkImportGithubProjectsDto = exports.BulkImportGithubProjectRowDto = exports.BULK_IMPORT_GITHUB_PROJECTS_MAX = exports.BulkImportBitbucketProjectsDto = exports.BulkImportBitbucketProjectRowDto = exports.BULK_IMPORT_BITBUCKET_PROJECTS_MAX = void 0;
|
|
4
|
+
var bulk_import_bitbucket_projects_dto_1 = require("./bulk-import-bitbucket-projects.dto");
|
|
5
|
+
Object.defineProperty(exports, "BULK_IMPORT_BITBUCKET_PROJECTS_MAX", { enumerable: true, get: function () { return bulk_import_bitbucket_projects_dto_1.BULK_IMPORT_BITBUCKET_PROJECTS_MAX; } });
|
|
6
|
+
Object.defineProperty(exports, "BulkImportBitbucketProjectRowDto", { enumerable: true, get: function () { return bulk_import_bitbucket_projects_dto_1.BulkImportBitbucketProjectRowDto; } });
|
|
7
|
+
Object.defineProperty(exports, "BulkImportBitbucketProjectsDto", { enumerable: true, get: function () { return bulk_import_bitbucket_projects_dto_1.BulkImportBitbucketProjectsDto; } });
|
|
8
|
+
var bulk_import_github_projects_dto_1 = require("./bulk-import-github-projects.dto");
|
|
9
|
+
Object.defineProperty(exports, "BULK_IMPORT_GITHUB_PROJECTS_MAX", { enumerable: true, get: function () { return bulk_import_github_projects_dto_1.BULK_IMPORT_GITHUB_PROJECTS_MAX; } });
|
|
10
|
+
Object.defineProperty(exports, "BulkImportGithubProjectRowDto", { enumerable: true, get: function () { return bulk_import_github_projects_dto_1.BulkImportGithubProjectRowDto; } });
|
|
11
|
+
Object.defineProperty(exports, "BulkImportGithubProjectsDto", { enumerable: true, get: function () { return bulk_import_github_projects_dto_1.BulkImportGithubProjectsDto; } });
|
|
12
|
+
var create_bundle_report_dto_1 = require("./create-bundle-report.dto");
|
|
13
|
+
Object.defineProperty(exports, "BundleEntryDto", { enumerable: true, get: function () { return create_bundle_report_dto_1.BundleEntryDto; } });
|
|
14
|
+
Object.defineProperty(exports, "CreateBundleReportDto", { enumerable: true, get: function () { return create_bundle_report_dto_1.CreateBundleReportDto; } });
|
|
15
|
+
var create_coverage_report_dto_1 = require("./create-coverage-report.dto");
|
|
16
|
+
Object.defineProperty(exports, "CoverageFileDetailDto", { enumerable: true, get: function () { return create_coverage_report_dto_1.CoverageFileDetailDto; } });
|
|
17
|
+
Object.defineProperty(exports, "CreateCoverageReportDto", { enumerable: true, get: function () { return create_coverage_report_dto_1.CreateCoverageReportDto; } });
|
|
18
|
+
var create_project_dto_1 = require("./create-project.dto");
|
|
19
|
+
Object.defineProperty(exports, "ASSET_CI_PROVIDERS", { enumerable: true, get: function () { return create_project_dto_1.ASSET_CI_PROVIDERS; } });
|
|
20
|
+
Object.defineProperty(exports, "ASSET_CRITICALITIES", { enumerable: true, get: function () { return create_project_dto_1.ASSET_CRITICALITIES; } });
|
|
21
|
+
Object.defineProperty(exports, "ASSET_ENVIRONMENTS", { enumerable: true, get: function () { return create_project_dto_1.ASSET_ENVIRONMENTS; } });
|
|
22
|
+
Object.defineProperty(exports, "ASSET_EXPOSURES", { enumerable: true, get: function () { return create_project_dto_1.ASSET_EXPOSURES; } });
|
|
23
|
+
Object.defineProperty(exports, "ASSET_POLICY_LEVELS", { enumerable: true, get: function () { return create_project_dto_1.ASSET_POLICY_LEVELS; } });
|
|
24
|
+
Object.defineProperty(exports, "ASSET_TYPES", { enumerable: true, get: function () { return create_project_dto_1.ASSET_TYPES; } });
|
|
25
|
+
Object.defineProperty(exports, "CreateProjectDto", { enumerable: true, get: function () { return create_project_dto_1.CreateProjectDto; } });
|
|
26
|
+
var create_report_dto_1 = require("./create-report.dto");
|
|
27
|
+
Object.defineProperty(exports, "CreateReportDto", { enumerable: true, get: function () { return create_report_dto_1.CreateReportDto; } });
|
|
28
|
+
Object.defineProperty(exports, "ExecutionContextDto", { enumerable: true, get: function () { return create_report_dto_1.ExecutionContextDto; } });
|
|
29
|
+
var create_scan_target_dto_1 = require("./create-scan-target.dto");
|
|
30
|
+
Object.defineProperty(exports, "CreateScanTargetDto", { enumerable: true, get: function () { return create_scan_target_dto_1.CreateScanTargetDto; } });
|
|
31
|
+
var create_vulnerability_dto_1 = require("./create-vulnerability.dto");
|
|
32
|
+
Object.defineProperty(exports, "CreateVulnerabilityDto", { enumerable: true, get: function () { return create_vulnerability_dto_1.CreateVulnerabilityDto; } });
|
|
33
|
+
Object.defineProperty(exports, "EnterpriseVulnerabilityDataDto", { enumerable: true, get: function () { return create_vulnerability_dto_1.EnterpriseVulnerabilityDataDto; } });
|
|
34
|
+
var metrics_dto_1 = require("./metrics.dto");
|
|
35
|
+
Object.defineProperty(exports, "ErrorCategory", { enumerable: true, get: function () { return metrics_dto_1.ErrorCategory; } });
|
|
36
|
+
Object.defineProperty(exports, "IngestionQueueName", { enumerable: true, get: function () { return metrics_dto_1.IngestionQueueName; } });
|
|
37
|
+
Object.defineProperty(exports, "PlanType", { enumerable: true, get: function () { return metrics_dto_1.PlanType; } });
|
|
38
|
+
Object.defineProperty(exports, "UploadSessionStatus", { enumerable: true, get: function () { return metrics_dto_1.UploadSessionStatus; } });
|
|
39
|
+
var record_gate_result_dto_1 = require("./record-gate-result.dto");
|
|
40
|
+
Object.defineProperty(exports, "RecordGateResultDto", { enumerable: true, get: function () { return record_gate_result_dto_1.RecordGateResultDto; } });
|
|
41
|
+
var update_coverage_gate_dto_1 = require("./update-coverage-gate.dto");
|
|
42
|
+
Object.defineProperty(exports, "UpdateCoverageGateDto", { enumerable: true, get: function () { return update_coverage_gate_dto_1.UpdateCoverageGateDto; } });
|
|
43
|
+
var update_performance_gate_dto_1 = require("./update-performance-gate.dto");
|
|
44
|
+
Object.defineProperty(exports, "UpdatePerformanceGateDto", { enumerable: true, get: function () { return update_performance_gate_dto_1.UpdatePerformanceGateDto; } });
|
|
45
|
+
var update_project_dto_1 = require("./update-project.dto");
|
|
46
|
+
Object.defineProperty(exports, "UpdateProjectDto", { enumerable: true, get: function () { return update_project_dto_1.UpdateProjectDto; } });
|
|
47
|
+
var update_security_gate_dto_1 = require("./update-security-gate.dto");
|
|
48
|
+
Object.defineProperty(exports, "UpdateSecurityGateDto", { enumerable: true, get: function () { return update_security_gate_dto_1.UpdateSecurityGateDto; } });
|
|
49
|
+
var update_vulnerability_dto_1 = require("./update-vulnerability.dto");
|
|
50
|
+
Object.defineProperty(exports, "UpdateVulnerabilityDto", { enumerable: true, get: function () { return update_vulnerability_dto_1.UpdateVulnerabilityDto; } });
|
|
51
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/dto/index.ts"],"names":[],"mappings":";;;AAAA,2FAI8C;AAH5C,wJAAA,kCAAkC,OAAA;AAClC,sJAAA,gCAAgC,OAAA;AAChC,oJAAA,8BAA8B,OAAA;AAEhC,qFAI2C;AAHzC,kJAAA,+BAA+B,OAAA;AAC/B,gJAAA,6BAA6B,OAAA;AAC7B,8IAAA,2BAA2B,OAAA;AAE7B,uEAAmF;AAA1E,0HAAA,cAAc,OAAA;AAAE,iIAAA,qBAAqB,OAAA;AAC9C,2EAA8F;AAArF,mIAAA,qBAAqB,OAAA;AAAE,qIAAA,uBAAuB,OAAA;AACvD,2DAc8B;AAb5B,wHAAA,kBAAkB,OAAA;AAClB,yHAAA,mBAAmB,OAAA;AACnB,wHAAA,kBAAkB,OAAA;AAClB,qHAAA,eAAe,OAAA;AACf,yHAAA,mBAAmB,OAAA;AACnB,iHAAA,WAAW,OAAA;AAOX,sHAAA,gBAAgB,OAAA;AAElB,yDAA2E;AAAlE,oHAAA,eAAe,OAAA;AAAE,wHAAA,mBAAmB,OAAA;AAC7C,mEAA+D;AAAtD,6HAAA,mBAAmB,OAAA;AAC5B,uEAGoC;AAFlC,kIAAA,sBAAsB,OAAA;AACtB,0IAAA,8BAA8B,OAAA;AAehC,6CAKuB;AAJrB,4GAAA,aAAa,OAAA;AACb,iHAAA,kBAAkB,OAAA;AAClB,uGAAA,QAAQ,OAAA;AACR,kHAAA,mBAAmB,OAAA;AAErB,mEAA+D;AAAtD,6HAAA,mBAAmB,OAAA;AAC5B,uEAAmE;AAA1D,iIAAA,qBAAqB,OAAA;AAC9B,6EAAyE;AAAhE,uIAAA,wBAAwB,OAAA;AACjC,2DAAwD;AAA/C,sHAAA,gBAAgB,OAAA;AACzB,uEAAmE;AAA1D,iIAAA,qBAAqB,OAAA;AAC9B,uEAAoE;AAA3D,kIAAA,sBAAsB,OAAA"}
|