Directories
ΒΆ
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
bootstrap-admin
command
Package main provides a CLI tool to create the first admin user.
|
Package main provides a CLI tool to create the first admin user. |
|
encrypt-credentials
command
Command encrypt-credentials encrypts existing plaintext credentials in the database.
|
Command encrypt-credentials encrypts existing plaintext credentials in the database. |
|
openctem-admin
command
|
|
|
seed
command
|
|
|
server
command
|
|
|
internal
|
|
|
app
Package app provides adapters for connecting services to sub-packages.
|
Package app provides adapters for connecting services to sub-packages. |
|
app/ingest
Package ingest provides unified ingestion of assets and findings from various formats.
|
Package ingest provides unified ingestion of assets and findings from various formats. |
|
app/pipeline
Package pipeline provides adapters to bridge app types with pipeline interfaces.
|
Package pipeline provides adapters to bridge app types with pipeline interfaces. |
|
app/validators
Package validators provides template validation for different scanner types.
|
Package validators provides template validation for different scanner types. |
|
infra/controller
Package controller implements K8s-style reconciliation loop controllers for self-healing background operations.
|
Package controller implements K8s-style reconciliation loop controllers for self-healing background operations. |
|
infra/fetchers
Package fetchers provides template fetching from various sources (Git, S3, HTTP).
|
Package fetchers provides template fetching from various sources (Git, S3, HTTP). |
|
infra/http/handler
Package handler provides HTTP handlers for the API server.
|
Package handler provides HTTP handlers for the API server. |
|
infra/http/middleware
Package middleware provides HTTP middleware for the API server.
|
Package middleware provides HTTP middleware for the API server. |
|
infra/http/routes
Package routes registers all HTTP routes for the API.
|
Package routes registers all HTTP routes for the API. |
|
infra/jobs
Package jobs provides background job definitions and handlers using Asynq.
|
Package jobs provides background job definitions and handlers using Asynq. |
|
infra/llm
Package llm provides abstractions for Large Language Model providers.
|
Package llm provides abstractions for Large Language Model providers. |
|
infra/notification
Package notification provides clients for sending notifications to various providers.
|
Package notification provides clients for sending notifications to various providers. |
|
infra/redis
Package redis provides production-ready Redis integration for the OpenCTEM application.
|
Package redis provides production-ready Redis integration for the OpenCTEM application. |
|
infra/scm
Package scm provides client implementations for various SCM (Source Code Management) providers
|
Package scm provides client implementations for various SCM (Source Code Management) providers |
|
infra/websocket
Package websocket provides WebSocket infrastructure for real-time communication.
|
Package websocket provides WebSocket infrastructure for real-time communication. |
|
pkg
|
|
|
apierror
Package apierror provides standardized API error handling.
|
Package apierror provides standardized API error handling. |
|
app
Package app defines service interfaces for the application layer.
|
Package app defines service interfaces for the application layer. |
|
crypto
Package crypto provides encryption utilities for sensitive data.
|
Package crypto provides encryption utilities for sensitive data. |
|
domain/admin
Package admin defines the AdminUser domain entity for platform administration.
|
Package admin defines the AdminUser domain entity for platform administration. |
|
domain/agent
Package agent defines the Agent domain entity for scanner/collector/agent management.
|
Package agent defines the Agent domain entity for scanner/collector/agent management. |
|
domain/aitriage
Package aitriage provides domain entities for AI-powered vulnerability triage.
|
Package aitriage provides domain entities for AI-powered vulnerability triage. |
|
domain/assetgroup
Package asset_group provides domain models for asset group management.
|
Package asset_group provides domain models for asset group management. |
|
domain/capability
Package capability defines the Capability domain entity.
|
Package capability defines the Capability domain entity. |
|
domain/command
Package command defines the Command domain entity for server-controlled agents.
|
Package command defines the Command domain entity for server-controlled agents. |
|
domain/component
Package component provides the component domain model for software dependencies.
|
Package component provides the component domain model for software dependencies. |
|
domain/credential
Package credential provides domain types for credential leak management.
|
Package credential provides domain types for credential leak management. |
|
domain/module
Package module provides domain models for tenant modules and access control.
|
Package module provides domain models for tenant modules and access control. |
|
domain/notification
Package notification provides domain entities for the notification system.
|
Package notification provides domain entities for the notification system. |
|
domain/permission
Package permission defines granular permissions for resource-based authorization.
|
Package permission defines granular permissions for resource-based authorization. |
|
domain/pipeline
Package pipeline defines the Pipeline domain entities for scan orchestration.
|
Package pipeline defines the Pipeline domain entities for scan orchestration. |
|
domain/role
Package role provides domain entities for role-based access control.
|
Package role provides domain entities for role-based access control. |
|
domain/rule
Package rule provides domain entities for rule management.
|
Package rule provides domain entities for rule management. |
|
domain/scan
Package scan defines the Scan domain entity and types.
|
Package scan defines the Scan domain entity and types. |
|
domain/scannertemplate
Package scanner_template defines the ScannerTemplate domain entity for custom scanner templates.
|
Package scanner_template defines the ScannerTemplate domain entity for custom scanner templates. |
|
domain/scanprofile
Package scanprofile defines the ScanProfile domain entity for reusable scan configurations.
|
Package scanprofile defines the ScanProfile domain entity for reusable scan configurations. |
|
domain/secretstore
Package credential defines the Credential domain entity for secure credential storage.
|
Package credential defines the Credential domain entity for secure credential storage. |
|
domain/shared
Package shared provides shared domain types and utilities.
|
Package shared provides shared domain types and utilities. |
|
domain/suppression
Package suppression provides domain logic for platform-controlled false positive management.
|
Package suppression provides domain logic for platform-controlled false positive management. |
|
domain/templatesource
Package template_source defines the TemplateSource domain entity for managing external template sources.
|
Package template_source defines the TemplateSource domain entity for managing external template sources. |
|
domain/threatintel
Package threatintel provides the threat intelligence domain model.
|
Package threatintel provides the threat intelligence domain model. |
|
domain/tool
Package tool defines the Tool domain entity for the tool registry.
|
Package tool defines the Tool domain entity for the tool registry. |
|
domain/toolcategory
Package toolcategory defines the ToolCategory domain entity.
|
Package toolcategory defines the ToolCategory domain entity. |
|
domain/user
Package user provides the user domain model.
|
Package user provides the user domain model. |
|
domain/vulnerability
Package vulnerability provides the vulnerability domain model.
|
Package vulnerability provides the vulnerability domain model. |
|
domain/workflow
Package workflow defines the Workflow domain entities for automation orchestration.
|
Package workflow defines the Workflow domain entities for automation orchestration. |
|
email
Package email provides email sending functionality using SMTP.
|
Package email provides email sending functionality using SMTP. |
|
jwt
Package jwt provides JWT token generation and validation utilities.
|
Package jwt provides JWT token generation and validation utilities. |
|
keycloak
Package keycloak provides Keycloak JWT token validation and claims extraction.
|
Package keycloak provides Keycloak JWT token validation and claims extraction. |
|
migrations
Package migrations provides edition-aware database migration loading.
|
Package migrations provides edition-aware database migration loading. |
|
pagination
Package pagination provides pagination utilities.
|
Package pagination provides pagination utilities. |
|
parsers/sarif
Package sarif provides a comprehensive parser and utilities for SARIF (Static Analysis Results Interchange Format) version 2.1.0.
|
Package sarif provides a comprehensive parser and utilities for SARIF (Static Analysis Results Interchange Format) version 2.1.0. |
|
password
Package password provides secure password hashing and validation.
|
Package password provides secure password hashing and validation. |
|
validator
Package validator provides struct validation utilities with custom validators.
|
Package validator provides struct validation utilities with custom validators. |
Click to show internal directories.
Click to hide internal directories.