MCPcopy Create free account

hub / github.com/deepfence/ThreatMapper / functions

Functions9,820 in github.com/deepfence/ThreatMapper

FunctionBulkActions
({ ids, onTableAction, }: { ids: string[]; onTableAction: (ids: string[], scanType: RegistryScanType,
deepfence_frontend/apps/dashboard/src/features/registries/pages/RegistryImageTags.tsx:397
FunctionBulkActions
({ ids, setIdsToDelete, onTableAction, setAddRegistryModal, setShowDeleteDialog, }: { ids: string[
deepfence_frontend/apps/dashboard/src/features/registries/pages/RegistryAccounts.tsx:414
FunctionBulkActions
({ nodeIds }: { nodeIds: string[] })
deepfence_frontend/apps/dashboard/src/features/topology/data-components/tables/ContainersTable.tsx:109
FunctionBulkActions
({ nodes, }: { nodes: { nodeId: string; agentRunning: boolean; }[]; })
deepfence_frontend/apps/dashboard/src/features/topology/data-components/tables/KubernetesTable.tsx:246
FunctionBulkActions
({ nodes, }: { nodes: { nodeId: string; agentRunning: boolean; }[]; })
deepfence_frontend/apps/dashboard/src/features/topology/data-components/tables/HostsTable.tsx:120
FunctionBulkActions
({ nodes }: { nodes: string[] })
deepfence_frontend/apps/dashboard/src/features/topology/data-components/tables/PodsTable.tsx:380
FunctionBulkActions
({ selectedRows, onBulkAction, }: { selectedRows: string[]; onBulkAction: (selectedRows: string[], act
deepfence_frontend/apps/dashboard/src/features/settings/pages/controls/Controls.tsx:392
FunctionBulkActions
({ selectedRows, onBulkAction, }: { selectedRows: string[]; onBulkAction: (selectedRows: string[], act
deepfence_frontend/apps/dashboard/src/features/settings/pages/feeds/MalwareFeeds.tsx:138
FunctionBulkActions
({ selectedRows, onBulkAction, }: { selectedRows: string[]; onBulkAction: (selectedRows: string[], act
deepfence_frontend/apps/dashboard/src/features/settings/pages/feeds/SecretFeeds.tsx:132
FunctionBulkActions
({ selectedRows, setRowSelectionState, }: { selectedRows: RowSelectionState; setRowSelectionState: Rea
deepfence_frontend/apps/dashboard/src/features/integrations/pages/IntegrationAdd.tsx:532
FunctionBulkActions
({ ids, setIdsToDelete, setShowDeleteDialog, onTableAction, }: { ids: string[]; setIdsToDelete: Re
deepfence_frontend/apps/dashboard/src/features/postures/components/scan-result/cloud/BulkActions.tsx:12
FunctionBulkActions
({ ids, setIdsToDelete, setShowDeleteDialog, onTableAction, }: { ids: string[]; setIdsToDelete: Re
deepfence_frontend/apps/dashboard/src/features/postures/pages/PostureScanResults.tsx:931
FunctionBulkActions
({ nodeType, selectedRows, onBulkAction, }: { nodeType: ComplianceScanNodeTypeEnum; selectedRows: {
deepfence_frontend/apps/dashboard/src/features/postures/pages/Accounts.tsx:972
MethodBulkActions
(bulkActions int)
deepfence_worker/processors/bulk_processor.go:56
MethodBulkDeleteReports
(w http.ResponseWriter, r *http.Request)
deepfence_server/handler/export_reports.go:25
FunctionBulkDeleteScans
(ctx context.Context, task *asynq.Task)
deepfence_worker/tasks/scans/bulk_delete.go:16
MethodBulkDeleteScans
(w http.ResponseWriter, r *http.Request)
deepfence_server/handler/scan_reports.go:1982
FunctionButtonOrText
({ content, onClick, className, }: { content: React.ReactNode; className?: string; onClick?: (e: R
deepfence_frontend/packages/ui-components/src/components/badge/Badge.tsx:199
FunctionButtonStartIcon
()
deepfence_frontend/packages/ui-components/src/components/select-v2/Combobox.tsx:419
FunctionButtonStartIcon
()
deepfence_frontend/packages/ui-components/src/components/select/Combobox.tsx:54
FunctionCVEResults
()
deepfence_frontend/apps/dashboard/src/features/vulnerabilities/pages/VulnerabilityScanResults.tsx:1671
FunctionCVETable
({ onTableAction, setIdsToDelete, setShowDeleteDialog, rowSelectionState, setRowSelectionState, }: {
deepfence_frontend/apps/dashboard/src/features/vulnerabilities/pages/VulnerabilityScanResults.tsx:1808
FunctionCachePostureProviders
(ctx context.Context, task *asynq.Task)
deepfence_worker/cronjobs/cloud_compliance.go:248
MethodCachedNamesForIP
CachedNamesForIP obtains the domains associated to an IP, obtained while snooping A-record queries
deepfence_agent/tools/apache/scope/probe/endpoint/dns_snooper_others.go:19
MethodCanDecode
()
deepfence_agent/tools/apache/scope/probe/endpoint/dns_snooper.go:137
FunctionCard
(props: CardType)
deepfence_frontend/packages/ui-components/src/components/card/Card.tsx:7
FunctionCardConnect
({ label, path, icon }: CardConnectProps)
deepfence_frontend/apps/dashboard/src/features/settings/pages/ConnectorInstructions.tsx:46
FunctionCardConnect
({ label, path, icon }: CardConnectProps)
deepfence_frontend/apps/dashboard/src/features/onboard/pages/connectors/AddConnectors.tsx:33
FunctionCardContent
({ data, to }: { data: MalwaresCountsCardData; to: string })
deepfence_frontend/apps/dashboard/src/features/malwares/pages/landing/MalwareCountsCard.tsx:158
FunctionCardContent
({ data, to }: { data: SecretsCountsCardData; to: string })
deepfence_frontend/apps/dashboard/src/features/secrets/components/landing/SecretsCountsCard.tsx:155
FunctionCardContent
({ data, to, }: { data: VulnerabilitiesCountsCardData; to: string; })
deepfence_frontend/apps/dashboard/src/features/vulnerabilities/components/landing/VulnerabilitiesCountsCard.tsx:160
FunctionCardContent
({ type, data, }: { type: Type; data: ModelIntegrationListResp[] | undefined; })
deepfence_frontend/apps/dashboard/src/features/integrations/pages/Integrations.tsx:189
FunctionCardCountSection
({ provider }: { provider: ModelPostureProvider })
deepfence_frontend/apps/dashboard/src/features/postures/pages/Posture.tsx:167
FunctionCardHeader
({ icon, path, title, }: { icon: ReactNode; title: string; path: string; })
deepfence_frontend/apps/dashboard/src/features/malwares/pages/landing/CardHeader.tsx:7
FunctionCardHeader
({ icon, path, title, }: { icon: ReactNode; title: string; path: string; })
deepfence_frontend/apps/dashboard/src/features/secrets/components/landing/CardHeader.tsx:7
FunctionCardHeader
({ icon, path, title, infoText, }: { icon: ReactNode; title: string; path?: string; infoText?:
deepfence_frontend/apps/dashboard/src/features/vulnerabilities/components/landing/CardHeader.tsx:9
FunctionCardHeader
({ registry }: { registry: RegistryResponseType })
deepfence_frontend/apps/dashboard/src/features/registries/pages/Registries.tsx:57
FunctionCardHeader
({ name }: { name: string })
deepfence_frontend/apps/dashboard/src/features/postures/pages/Posture.tsx:98
FunctionCardHeader
({ icon, title, link, }: { icon: ReactNode; title: string; link?: string; })
deepfence_frontend/apps/dashboard/src/features/dashboard/components/CardHeader.tsx:6
FunctionCardIconSection
({ provider }: { provider: ModelPostureProvider })
deepfence_frontend/apps/dashboard/src/features/postures/pages/Posture.tsx:113
FunctionCardSkeleton
({ count }: { count: number })
deepfence_frontend/apps/dashboard/src/features/postures/pages/Posture.tsx:78
FunctionCaretDown
()
deepfence_frontend/packages/ui-components/src/components/icons/CaretDown.tsx:1
FunctionCaretDown
()
deepfence_frontend/apps/dashboard/src/components/icons/common/CaretDown.tsx:1
FunctionCaretDownIcon
()
deepfence_frontend/packages/ui-components/src/components/select-v2/Combobox.tsx:457
FunctionCaretDownIcon
()
deepfence_frontend/packages/ui-components/src/components/select/Combobox.tsx:408
FunctionCaretIcon
()
deepfence_frontend/packages/ui-components/src/components/select-v2/Listbox.tsx:395
FunctionCaretIcon
()
deepfence_frontend/packages/ui-components/src/components/breadcrumb/Breadcrumb.tsx:18
FunctionCaretIcon
()
deepfence_frontend/packages/ui-components/src/components/pagination/Pagination.tsx:206
FunctionCaretIcon
()
deepfence_frontend/packages/ui-components/src/components/select/Listbox.tsx:103
FunctionCaretIcon
()
deepfence_frontend/packages/ui-components/src/components/dropdown/Dropdown.tsx:17
FunctionChangePassword
({ onCancel }: { onCancel: () => void })
deepfence_frontend/apps/dashboard/src/features/settings/components/ChangePassword.tsx:10
FunctionChangePasswordModal
({ showDialog, setShowDialog, }: { showDialog: boolean; setShowDialog: React.Dispatch<React.SetStateAc
deepfence_frontend/apps/dashboard/src/features/settings/pages/UserManagement.tsx:327
FunctionChannel
()
deepfence_frontend/apps/dashboard/src/features/integrations/components/SelectNotificationChannel.tsx:18
FunctionCheckBedrockModelAvailability
()
deepfence_server/pkg/generative-ai-integration/bedrock/aimodels.go:14
MethodCheckBreak
()
deepfence_agent/tools/apache/deepfence/ugorji/go/codec/helper.go:517
MethodCheckBreak
()
deepfence_agent/tools/apache/deepfence/ugorji/go/codec/noop.go:100
MethodCheckBreak
()
deepfence_agent/tools/apache/deepfence/ugorji/go/codec/json.go:454
FunctionCheckCircleLineIcon
()
deepfence_frontend/apps/dashboard/src/components/icons/common/CheckCircleLine.tsx:1
FunctionCheckHTTPError
(err error)
deepfence_server/pkg/integration/errors/errors.go:30
FunctionCheckIcon
()
deepfence_frontend/apps/dashboard/src/components/icons/common/Check.tsx:1
FunctionCheckKafkaConn
(kafkaBrokers []string)
deepfence_utils/utils/kafka.go:18
FunctionCheckMailConfiguration
()
deepfence_frontend/apps/dashboard/src/features/integrations/pages/IntegrationAdd.tsx:517
FunctionCheckResponseCode
(resp *http.Response, code int)
deepfence_server/pkg/integration/errors/errors.go:23
FunctionCheckbox
(props)
deepfence_frontend/packages/ui-components/src/components/checkbox/Checkbox.tsx:11
FunctionCheckedIcon
()
deepfence_frontend/packages/ui-components/src/components/checkbox/Checkbox.tsx:92
FunctionChooseScan
()
deepfence_frontend/apps/dashboard/src/features/onboard/pages/ChooseScan.tsx:280
FunctionCircleSpinner
({ size = 'md', className, ...props }: CircleSpinnerProps)
deepfence_frontend/packages/ui-components/src/components/spinner/CircleSpinner.tsx:26
MethodCleanNamespace
(ctx context.Context)
deepfence_utils/directory/fileserver.go:85
MethodCleanNamespace
(ctx context.Context)
deepfence_utils/directory/fileserver.go:466
FunctionCleanUpAgentVersion
(ctx context.Context, tagsToKeep []string)
deepfence_server/handler/agent_upload.go:165
FunctionCleanUpDB
(ctx context.Context, task *asynq.Task)
deepfence_worker/cronjobs/neo4j.go:80
FunctionCleanUpDiagnosisLogs
(ctx context.Context, task *asynq.Task)
deepfence_worker/cronjobs/file_server.go:14
FunctionCleanUpPostgresDB
CleanUpPostgresDB Delete expired user invites and password reset requests
deepfence_worker/cronjobs/postgresql.go:12
FunctionCleanUpReports
(ctx context.Context, task *asynq.Task)
deepfence_worker/cronjobs/reports.go:18
FunctionClient
Not thread safe
deepfence_ctl/http/http.go:28
MethodClient
()
deepfence_utils/directory/fileserver.go:418
MethodClientCodec
(conn io.ReadWriteCloser, h Handle)
deepfence_agent/tools/apache/deepfence/ugorji/go/codec/msgpack.go:859
MethodClientCodec
(conn io.ReadWriteCloser, h Handle)
deepfence_agent/tools/apache/deepfence/ugorji/go/codec/rpc.go:24
MethodClientCodec
(conn io.ReadWriteCloser, h Handle)
deepfence_agent/tools/apache/deepfence/ugorji/go/codec/rpc.go:176
FunctionClockLineIcon
()
deepfence_frontend/apps/dashboard/src/components/icons/common/ClockLine.tsx:1
MethodClose
()
deepfence_agent/tools/apache/deepfence/ugorji/go/codec/rpc.go:117
MethodClose
()
deepfence_server/ingesters/agent.go:175
MethodClose
()
deepfence_server/ingesters/agent.go:688
MethodClose
()
deepfence_server/reporters/graph/topology_reporter.go:1379
MethodClose
()
deepfence_utils/utils/gzippedfile.go:26
FunctionCloseIcon
()
deepfence_frontend/packages/ui-components/src/components/modal/Modal.tsx:80
FunctionCloud
()
deepfence_frontend/apps/dashboard/src/features/settings/pages/ConnectorInstructions.tsx:75
FunctionCloud
()
deepfence_frontend/apps/dashboard/src/features/onboard/pages/connectors/AddConnectors.tsx:62
MethodCloudComplianceFiltersHandler
(w http.ResponseWriter, r *http.Request)
deepfence_server/handler/scan_reports.go:1637
FunctionCloudComplianceForm
({ setProvider, provider, }: { setProvider: React.Dispatch<React.SetStateAction<string>>; provider: st
deepfence_frontend/apps/dashboard/src/features/integrations/components/report-form/CloudComplianceForm.tsx:12
FunctionCloudIcon
()
deepfence_frontend/apps/dashboard/src/components/icons/cloud.tsx:1
FunctionCloudLine
()
deepfence_frontend/apps/dashboard/src/components/icons/common/CloudLine.tsx:1
FunctionCloudPostureResults
()
deepfence_frontend/apps/dashboard/src/features/postures/components/scan-result/cloud/CloudPostureResults.tsx:53
FunctionCloudPostureResultsGrouped
()
deepfence_frontend/apps/dashboard/src/features/postures/components/scan-result/cloud/CloudPostureResultsGrouped.tsx:63
FunctionCloudPostureResultsGroupedCheckType
()
deepfence_frontend/apps/dashboard/src/features/postures/components/scan-result/cloud/CloudPostureResultsGrouped.tsx:128
FunctionCloudPostureResultsGroupedCheckTypeList
()
deepfence_frontend/apps/dashboard/src/features/postures/components/scan-result/cloud/CloudPostureResultsGrouped.tsx:101
FunctionCloudPostureTable
({ onTableAction, setIdsToDelete, setShowDeleteDialog, rowSelectionState, setRowSelectionState, }: {
deepfence_frontend/apps/dashboard/src/features/postures/components/scan-result/cloud/CloudPostureResults.tsx:135
FunctionCloudResourceCount
()
deepfence_frontend/apps/dashboard/src/features/topology/pages/Inventory.tsx:18
FunctionCloudResourcesTable
()
deepfence_frontend/apps/dashboard/src/features/topology/data-components/tables/CloudResourcesTable.tsx:56
FunctionCloudService
({ nodeType, region, }: { nodeType: string; region: string; })
deepfence_frontend/apps/dashboard/src/features/topology/data-components/node-details/CloudService.tsx:37
← previousnext →3,801–3,900 of 9,820, ranked by callers