https://github.com/deepfence/threatmapper

Open Source Cloud Native Application Protection Platform (CNAPP)

https://github.com/deepfence/threatmapper

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.3%) to scientific vocabulary

Keywords

cloud-native cloudsecurity cnapp compliance containers cspm cwpp devops devsecops hacktoberfest kubernetes observability registry-scanning scanning-tool secops security-tools threat-analysis vulnerability-detection vulnerability-management vulnerability-scanners

Keywords from Contributors

productivity agents embedded optimism chart sequencers transformers packaging trade cryptocurrencies
Last synced: 5 months ago · JSON representation

Repository

Open Source Cloud Native Application Protection Platform (CNAPP)

Basic Info
  • Host: GitHub
  • Owner: deepfence
  • License: apache-2.0
  • Language: TypeScript
  • Default Branch: release-2.5
  • Homepage: https://deepfence.io
  • Size: 215 MB
Statistics
  • Stars: 5,022
  • Watchers: 55
  • Forks: 611
  • Open Issues: 144
  • Releases: 0
Topics
cloud-native cloudsecurity cnapp compliance containers cspm cwpp devops devsecops hacktoberfest kubernetes observability registry-scanning scanning-tool secops security-tools threat-analysis vulnerability-detection vulnerability-management vulnerability-scanners
Created about 6 years ago · Last pushed 9 months ago
Metadata Files
Readme Contributing License Code of conduct Codeowners Security

README.md

Deepfence Logo

GitHub license GitHub stars Hacktoberfest GitHub issues Documentation Demo Docker pulls Slack Twitter

deepfence%2FThreatMapper | Trendshift

ThreatMapper - Runtime Threat Management and Attack Path Enumeration for Cloud Native

[!NOTE] This project is maintained by https://threatmapper.org

Deepfence ThreatMapper hunts for threats in your production platforms, and ranks these threats based on their risk-of-exploit. It uncovers vulnerable software components, exposed secrets and deviations from good security practice. ThreatMapper uses a combination of agent-based inspection and agent-less monitoring to provide the widest possible coverage to detect threats.

With ThreatMapper's ThreatGraph visualization, you can then identify the issues that present the greatest risk to the security of your applications, and prioritize these for planned protection or remediation.

When to use ThreatMapper

ThreatMapper carries on the good 'shift left' security practices that you already employ in your development pipelines. It continues to monitor running applications against emerging software vulnerabilities, and monitors the host and cloud configuration against industry-expert benchmarks.

Use ThreatMapper to provide security observability for your production workloads and infrastructure, across cloud, kubernetes, serverless (Fargate) and on-prem platforms.

Planning your Deployment

ThreatMapper consists of two components:

  • The ThreatMapper Management Console is a container-based application that can be deployed on a single docker host or in a Kubernetes cluster.
  • ThreatMapper monitors running infrastructure using agentless Cloud Scanner tasks and agent-based Sensor Agents

The Management Console

You deploy the Management Console first, on a suitable docker host or Kubernetes cluster. For example, on Docker:

```shell script

Docker installation process for ThreatMapper Management Console

wget https://github.com/deepfence/ThreatMapper/raw/release-2.5/deployment-scripts/docker-compose.yml docker-compose -f docker-compose.yml up --detach ```

Once the Management Console is up and running, you can register an admin account and obtain an API key.

Cloud Scanner tasks

ThreatMapper Cloud Scanner tasks are responsible for querying the cloud provider APIs to gather configuration and identify deviations from compliance benchmarks.

The task is deployed using a Terraform module. The ThreatMapper Management Console will present a basic configuration that may be deployed with Terraform, or you can refer to the expert configurations to fine-tune the deployment (AWS, Azure, GCP).

Sensor Agents

Install the sensor agents on your production or development platforms. The sensors report to the Management Console; they tell it what services they discover, provide telemetry and generate manifests of software dependencies.

The following production platforms are supported by ThreatMapper sensor agents:

  • Kubernetes: ThreatMapper sensors are deployed as a daemonset in the Kubernetes cluster, using a helm chart.
  • Docker: ThreatMapper sensors are deployed as a lightweight container.
  • Amazon ECS: ThreatMapper sensors are deployed as a daemon service using a task definition.
  • AWS Fargate: ThreatMapper sensors are deployed as a sidecar container, using a task definition.
  • Bare-Metal or Virtual Machines: ThreatMapper sensors are deployed within a lightweight Docker runtime.

For example, run the following command to start the ThreatMapper sensor on a Docker host:

shell script docker run -dit \ --cpus=".2" \ --name=deepfence-agent \ --restart on-failure \ --pid=host \ --net=host \ --log-driver json-file \ --log-opt max-size=50m \ --privileged=true \ -v /sys/kernel/debug:/sys/kernel/debug:rw \ -v /var/log/fenced \ -v /var/run/docker.sock:/var/run/docker.sock \ -v /:/fenced/mnt/host/:ro \ -e CUSTOM_TAGS="" \ -e MGMT_CONSOLE_URL="---CONSOLE-IP---" \ -e MGMT_CONSOLE_PORT="443" \ -e DEEPFENCE_KEY="---DEEPFENCE-API-KEY---" \ -e http_proxy="" \ -e https_proxy="" \ -e no_proxy="" \ quay.io/deepfenceio/deepfence_agent_ce:2.5.7

Note: Image tag quay.io/deepfenceio/deepfence_agent_ce:2.5.7-multiarch is supported in amd64 and arm64/v8 architectures.

On a Kubernetes platform, the sensors are installed using helm chart

Next Steps

Visit the Deepfence ThreatMapper Documentation, to learn how to get started and how to use ThreatMapper.

Get in touch

Thank you for using ThreatMapper. Please feel welcome to participate in the ThreatMapper Community.

Get ThreatStryker for Enterprise

ThreatStryker is the enterprise version of ThreatMapper, with additional features for enterprise security teams. ThreatStryker is available as a cloud service or for on-premises deployment.

Security and Support

For any security-related issues in the ThreatMapper project, contact productsecurity at deepfence dot io.

Please file GitHub issues as needed, and join the Deepfence Community Slack channel.

License

The Deepfence ThreatMapper project (this repository) is offered under the Apache2 license.

Contributions to Deepfence ThreatMapper project are similarly accepted under the Apache2 license, as per GitHub's inbound=outbound policy.

Performance Stats of deepfence/ThreatMapper - Last 28 days

Performance Stats of deepfence/ThreatMapper - Last 28 days

Owner

  • Name: Deepfence
  • Login: deepfence
  • Kind: organization
  • Location: United States of America

GitHub Events

Total
  • Create event: 320
  • Issues event: 35
  • Release event: 271
  • Watch event: 312
  • Delete event: 346
  • Issue comment event: 39
  • Push event: 428
  • Pull request review comment event: 3
  • Pull request event: 123
  • Pull request review event: 73
  • Fork event: 53
Last Year
  • Create event: 320
  • Issues event: 35
  • Release event: 271
  • Watch event: 312
  • Delete event: 346
  • Issue comment event: 39
  • Push event: 428
  • Pull request review comment event: 3
  • Pull request event: 123
  • Pull request review event: 73
  • Fork event: 53

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 6,735
  • Total Committers: 52
  • Avg Commits per committer: 129.519
  • Development Distribution Score (DDS): 0.773
Past Year
  • Commits: 1,005
  • Committers: 12
  • Avg Commits per committer: 83.75
  • Development Distribution Score (DDS): 0.309
Top Committers
Name Email Commits
github-actions[bot] g****] 1,532
Ramanan Ravikumar r****n@d****o 1,073
milan-deepfence r****h@g****m 1,070
Thomas Legris t****s@d****o 646
Manan Vaghasiya m****n@i****m 646
gnmahanth m****h@d****o 539
Harshvardhan Karn h****n@d****o 239
Venkata Deviprasad Sura d****3@g****m 218
Saurabh Kumar s****h@d****o 134
Saurabh s****r@d****o 107
Jatin Baweja j****a 90
varunsharma0286 v****n@d****o 83
Saiprasanth s****3@g****m 78
harishshg s****8@g****m 56
Mukul Varshney 7****e 41
Marut Pandya p****t@g****m 39
Owen Garrett o****t@g****m 31
Milan Deepfence m****e@M****l 25
ansalamdaniel a****l@i****o 11
Shyam Krishnaswamy s****m@d****o 11
Siddharth Satpathy s****s@g****m 9
sandman137 3****7 6
Tomasz Jonak t****z@d****o 6
ABHISHEK KUMAR SINGH 1****1 4
jo19in1 3****1 4
Shyam Krishnaswamy 1****v 3
Sangam Biradar s****4 3
Milan Rajkumar m****r@M****l 2
owen o****n@d****o 2
Pratik Shah s****h@g****m 2
and 22 more...

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 180
  • Total pull requests: 640
  • Average time to close issues: 3 months
  • Average time to close pull requests: 12 days
  • Total issue authors: 52
  • Total pull request authors: 25
  • Average comments per issue: 1.49
  • Average comments per pull request: 0.08
  • Merged pull requests: 582
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 27
  • Pull requests: 106
  • Average time to close issues: 19 days
  • Average time to close pull requests: about 9 hours
  • Issue authors: 22
  • Pull request authors: 10
  • Average comments per issue: 1.7
  • Average comments per pull request: 0.03
  • Merged pull requests: 100
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • ramanan-ravi (37)
  • gnmahanth (26)
  • milan-deepfence (17)
  • shyam-dev (15)
  • lumattr (13)
  • saurabh2253 (11)
  • jatin-baweja (11)
  • manV (9)
  • ibreakthecloud (9)
  • noboruma (6)
  • sm-joe (5)
  • sangam14 (3)
  • shyam0904a (3)
  • beMonika (2)
  • taejun-prestolabs (2)
Pull Request Authors
  • milan-deepfence (248)
  • ramanan-ravi (205)
  • gnmahanth (158)
  • manV (131)
  • noboruma (96)
  • ibreakthecloud (64)
  • varunsharma0286 (52)
  • harishshg (14)
  • saurabh2253 (12)
  • jatin-baweja (11)
  • saiprasanth1303 (9)
  • akumars1 (6)
  • tomaszjonak (5)
  • psych0d0g (4)
  • GirishCodeAlchemy (3)
Top Labels
Issue Labels
needs-triage (140) bug (116) enhancement (87) v2 (40) area/ui-ux (13) area/api (3) Backend (1) bug-scrub (1) waiting-for-feedback (1) kubernetes (1) hacktoberfest (1) for-qa (1)
Pull Request Labels
needs-triage (5) bug (4) v2 (3) documentation (2) v2-done (1) enhancement (1) area/ui-ux (1) automation (1)

Packages

  • Total packages: 12
  • Total downloads: unknown
  • Total docker downloads: 7
  • Total dependent packages: 4
    (may contain duplicates)
  • Total dependent repositories: 6
    (may contain duplicates)
  • Total versions: 1,377
proxy.golang.org: github.com/deepfence/ThreatMapper/deepfence_utils
  • Versions: 382
  • Dependent Packages: 3
  • Dependent Repositories: 3
Rankings
Stargazers count: 1.1%
Forks count: 1.5%
Average: 2.2%
Dependent repos count: 2.9%
Dependent packages count: 3.4%
Last synced: 9 months ago
proxy.golang.org: github.com/deepfence/ThreatMapper/deepfence_server
  • Versions: 360
  • Dependent Packages: 1
  • Dependent Repositories: 3
Rankings
Stargazers count: 1.1%
Forks count: 1.5%
Average: 2.8%
Dependent repos count: 2.9%
Dependent packages count: 5.8%
Last synced: 8 months ago
proxy.golang.org: github.com/deepfence/ThreatMapper
  • Versions: 36
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Stargazers count: 0.8%
Forks count: 1.1%
Average: 4.6%
Dependent packages count: 7.0%
Dependent repos count: 9.3%
Last synced: 6 months ago
proxy.golang.org: github.com/deepfence/threatmapper
  • Versions: 36
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Stargazers count: 0.8%
Forks count: 1.1%
Average: 4.6%
Dependent packages count: 7.0%
Dependent repos count: 9.3%
Last synced: 6 months ago
proxy.golang.org: github.com/deepfence/ThreatMapper/deepfence_agent/tools/apache/deepfence/procspy

Package procspy lists TCP connections, and optionally tries to find the owning processes. Works on Linux (via /proc) and Darwin (via `lsof -i` and `netstat`). You'll need root to use Processes().

  • Versions: 372
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Stargazers count: 1.1%
Forks count: 1.5%
Average: 5.0%
Dependent packages count: 8.1%
Dependent repos count: 9.3%
Last synced: 6 months ago
proxy.golang.org: github.com/deepfence/ThreatMapper/deepfence_agent/misc/deepfence/df-utils/osrelease

osrelease is a go package to make reading the contents of os-release files easier See https://www.freedesktop.org/software/systemd/man/os-release.html

Rankings
Dependent packages count: 5.5%
Average: 5.7%
Dependent repos count: 5.8%
Last synced: 8 months ago
proxy.golang.org: github.com/deepfence/ThreatMapper/deepfence_worker
  • Versions: 191
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Stargazers count: 1.0%
Forks count: 1.3%
Average: 5.7%
Dependent packages count: 9.6%
Dependent repos count: 10.8%
Last synced: 6 months ago
proxy.golang.org: github.com/deepfence/ThreatMapper/deepfence_agent/misc/deepfence/df-utils/agent_auth
Rankings
Dependent packages count: 5.6%
Average: 5.8%
Dependent repos count: 6.0%
Last synced: 6 months ago
proxy.golang.org: github.com/deepfence/ThreatMapper/deepfence_agent/misc/deepfence/df-utils
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 5.7%
Average: 5.9%
Dependent repos count: 6.1%
Last synced: 6 months ago
proxy.golang.org: github.com/deepfence/ThreatMapper/deepfence_agent/misc/deepfence/df-utils/cloud_metadata
Rankings
Dependent packages count: 5.7%
Average: 5.9%
Dependent repos count: 6.1%
Last synced: 6 months ago
proxy.golang.org: github.com/deepfence/ThreatMapper/deepfence_agent/misc/deepfence/df-utils/get_cloud_instance_id
Rankings
Dependent packages count: 5.8%
Average: 6.0%
Dependent repos count: 6.2%
Last synced: 8 months ago
proxy.golang.org: github.com/deepfence/ThreatMapper/deepfence_agent/tools/apache/compliance_check
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Docker Downloads: 7
Rankings
Dependent packages count: 5.8%
Average: 6.0%
Dependent repos count: 6.2%
Last synced: 7 months ago

Dependencies

.github/workflows/build-images.yaml actions
  • actions/cache v3 composite
  • actions/checkout v2 composite
  • actions/setup-go v4 composite
  • docker/login-action v2 composite
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v2 composite
  • github/codeql-action/analyze v1 composite
  • github/codeql-action/autobuild v1 composite
  • github/codeql-action/init v1 composite
.github/workflows/deploy-k8s.yaml actions
  • Azure/setup-helm v3 composite
  • actions/checkout v2 composite
  • digitalocean/action-doctl v2 composite
.github/workflows/run-integration-tests.yaml actions
  • actions/checkout v2 composite
  • actions/setup-go v4 composite
  • azure/setup-kubectl v3 composite
  • digitalocean/action-doctl v2 composite
.github/workflows/ui-checks.yaml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
  • pnpm/action-setup v2 composite
ci-cd-integrations/circleci/Dockerfile docker
  • ubuntu 18.04 build
ci-cd-integrations/github-actions/Dockerfile docker
  • python 3.6-slim-stretch build
ci-cd-integrations/gitlab/Dockerfile docker
  • ubuntu 18.04 build
ci-cd-integrations/jenkins/Dockerfile docker
  • python 3.6-slim-stretch build
deepfence_agent/Dockerfile docker
  • $IMAGE_REPOSITORY/deepfence_compliance_scanner_ce $DF_IMG_TAG build
  • $IMAGE_REPOSITORY/deepfence_malware_scanner_ce $DF_IMG_TAG build
  • $IMAGE_REPOSITORY/deepfence_package_scanner_ce $DF_IMG_TAG build
  • $IMAGE_REPOSITORY/deepfence_secret_scanner_ce $DF_IMG_TAG build
  • debian bullseye-slim build
deepfence_file_server/Dockerfile docker
  • alpine 3.18 build
deepfence_frontend/Dockerfile docker
  • nginx 1.23-alpine build
deepfence_neo4j/Dockerfile docker
  • neo4j 4.4.25 build
deepfence_postgres/Dockerfile docker
  • postgres 15.3-alpine3.18 build
deepfence_redis/Dockerfile docker
  • redis 7.2-alpine3.18 build
deepfence_server/Dockerfile docker
  • alpine 3.18 build
deepfence_worker/Dockerfile docker
  • $IMAGE_REPOSITORY/deepfence_builder_ce $DF_IMG_TAG build
  • $IMAGE_REPOSITORY/deepfence_malware_scanner_ce $DF_IMG_TAG build
  • $IMAGE_REPOSITORY/deepfence_package_scanner_ce $DF_IMG_TAG build
  • $IMAGE_REPOSITORY/deepfence_secret_scanner_ce $DF_IMG_TAG build
  • alpine 3.18 build
  • surnet/alpine-wkhtmltopdf 3.17.0-0.12.6-full build
deployment-scripts/docker-compose.yml docker
deployment-scripts/sample-applications/flask-echo-server/Dockerfile docker
  • python 3.9-slim-buster build
deepfence_agent/tools/apache/deepfence/df-utils/cloud_metadata/go.mod go
  • github.com/deepfence/df-utils v0.0.0-00010101000000-000000000000
  • github.com/sirupsen/logrus v1.9.3
  • github.com/weaveworks/scope v1.13.2
  • golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
deepfence_agent/tools/apache/deepfence/df-utils/cloud_metadata/go.sum go
  • 263 dependencies
deepfence_agent/tools/apache/deepfence/df-utils/get_cloud_instance_id/go.mod go
  • github.com/deepfence/df-utils v0.0.0-00010101000000-000000000000
  • github.com/deepfence/df-utils/cloud_metadata v0.0.0-00010101000000-000000000000
  • github.com/sirupsen/logrus v1.9.3
  • github.com/weaveworks/scope v1.13.2
  • golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
deepfence_agent/tools/apache/deepfence/df-utils/get_cloud_instance_id/go.sum go
  • 263 dependencies
deepfence_agent/tools/apache/deepfence/df-utils/go.mod go
  • github.com/sirupsen/logrus v1.9.3
  • github.com/weaveworks/scope v1.13.2
  • golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
deepfence_agent/tools/apache/deepfence/df-utils/go.sum go
  • 263 dependencies
deepfence_agent/tools/apache/deepfence/df-utils/osrelease/go.mod go
deepfence_agent/tools/apache/deepfence/procspy/go.mod go
  • github.com/deepfence/df-utils v0.0.0-00010101000000-000000000000
  • github.com/sirupsen/logrus v1.9.3
  • github.com/weaveworks/procspy v0.0.0-20150706124340-cb970aa190c3
  • github.com/weaveworks/scope v1.13.2
  • golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
deepfence_agent/tools/apache/deepfence/procspy/go.sum go
  • 264 dependencies
deepfence_agent/tools/apache/deepfence/tcptracer-bpf/go.mod go
  • github.com/iovisor/gobpf v0.2.0
deepfence_agent/tools/apache/deepfence/tcptracer-bpf/go.sum go
  • github.com/iovisor/gobpf v0.2.0
deepfence_agent/tools/apache/deepfence/ugorji/go/go.mod go
deepfence_agent/tools/apache/scope/go.mod go
  • github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
  • github.com/Microsoft/go-winio v0.6.0
  • github.com/armon/go-radix v1.0.0
  • github.com/beorn7/perks v1.0.1
  • github.com/bluele/gcache v0.0.2
  • github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
  • github.com/bytedance/sonic v1.9.1
  • github.com/c9s/goprocinfo v0.0.0-20210130143923-c95fcf8c64a8
  • github.com/cespare/xxhash/v2 v2.2.0
  • github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311
  • github.com/containerd/containerd v1.6.18
  • github.com/coocood/freecache v1.2.3
  • github.com/davecgh/go-spew v1.1.1
  • github.com/deepfence/ThreatMapper/deepfence_utils v0.0.0-00010101000000-000000000000
  • github.com/deepfence/agent-plugins-grpc v1.1.0
  • github.com/deepfence/df-utils v0.0.0-00010101000000-000000000000
  • github.com/deepfence/df-utils/cloud_metadata v0.0.0-00010101000000-000000000000
  • github.com/deepfence/golang_deepfence_sdk/client v0.0.0-00010101000000-000000000000
  • github.com/deepfence/golang_deepfence_sdk/utils v0.0.0-00010101000000-000000000000
  • github.com/docker/docker v23.0.2+incompatible
  • github.com/docker/go-connections v0.4.0
  • github.com/docker/go-units v0.5.0
  • github.com/dustin/go-humanize v1.0.1
  • github.com/emicklei/go-restful/v3 v3.9.0
  • github.com/fsouza/go-dockerclient v1.9.7
  • github.com/go-logr/logr v1.2.4
  • github.com/go-openapi/jsonpointer v0.19.6
  • github.com/go-openapi/jsonreference v0.20.1
  • github.com/go-openapi/swag v0.22.3
  • github.com/gogo/protobuf v1.3.2
  • github.com/golang/protobuf v1.5.3
  • github.com/google/gnostic v0.5.7-v3refs
  • github.com/google/go-cmp v0.5.9
  • github.com/google/gofuzz v1.2.0
  • github.com/google/gopacket v1.1.19
  • github.com/google/uuid v1.3.1
  • github.com/hashicorp/go-cleanhttp v0.5.2
  • github.com/hashicorp/go-immutable-radix v1.0.0
  • github.com/hashicorp/go-metrics v0.5.1
  • github.com/hashicorp/go-retryablehttp v0.7.4
  • github.com/hashicorp/golang-lru v0.5.1
  • github.com/imdario/mergo v0.3.12
  • github.com/iovisor/gobpf v0.2.0
  • github.com/josharian/intern v1.0.0
  • github.com/json-iterator/go v1.1.12
  • github.com/k-sone/critbitgo v1.4.0
  • github.com/klauspost/compress v1.16.7
  • github.com/klauspost/cpuid/v2 v2.2.5
  • github.com/kr/pretty v0.3.1
  • github.com/kr/text v0.2.0
  • github.com/mailru/easyjson v0.7.7
  • github.com/mattn/go-colorable v0.1.12
  • github.com/mattn/go-isatty v0.0.14
  • github.com/matttproud/golang_protobuf_extensions v1.0.4
  • github.com/miekg/dns v1.1.54
  • github.com/mjibson/esc v0.2.0
  • github.com/moby/patternmatcher v0.5.0
  • github.com/moby/sys/sequential v0.5.0
  • github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
  • github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
  • github.com/modern-go/reflect2 v1.0.2
  • github.com/morikuni/aec v1.0.0
  • github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
  • github.com/opencontainers/go-digest v1.0.0
  • github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
  • github.com/opencontainers/runc v1.1.5
  • github.com/opentracing/opentracing-go v1.1.0
  • github.com/peterbourgon/runsvinit v2.0.0+incompatible
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/prometheus/client_golang v1.15.1
  • github.com/prometheus/client_model v0.3.0
  • github.com/prometheus/common v0.42.0
  • github.com/prometheus/procfs v0.9.0
  • github.com/rogpeppe/go-internal v1.10.0
  • github.com/rs/zerolog v1.30.0
  • github.com/sirupsen/logrus v1.9.3
  • github.com/spf13/pflag v1.0.5
  • github.com/stretchr/testify v1.8.4
  • github.com/twitchyliquid64/golang-asm v0.15.1
  • github.com/typetypetype/conntrack v1.0.0
  • github.com/uber/jaeger-client-go v2.28.0+incompatible
  • github.com/uber/jaeger-lib v2.2.0+incompatible
  • github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5
  • github.com/vishvananda/netns v0.0.4
  • github.com/weaveworks/common v0.0.0-20230531151736-e2613bee6b73
  • github.com/weaveworks/tcptracer-bpf v0.0.0-00010101000000-000000000000
  • github.com/weaveworks/weave v2.6.5+incompatible
  • go.uber.org/atomic v1.5.1
  • golang.org/x/arch v0.0.0-20210923205945-b76863e36670
  • golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
  • golang.org/x/mod v0.9.0
  • golang.org/x/net v0.14.0
  • golang.org/x/oauth2 v0.7.0
  • golang.org/x/sys v0.12.0
  • golang.org/x/term v0.11.0
  • golang.org/x/text v0.12.0
  • golang.org/x/time v0.1.0
  • golang.org/x/tools v0.7.0
  • google.golang.org/appengine v1.6.7
  • google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
  • google.golang.org/grpc v1.56.1
  • google.golang.org/protobuf v1.30.0
  • gopkg.in/inf.v0 v0.9.1
  • gopkg.in/yaml.v2 v2.4.0
  • gopkg.in/yaml.v3 v3.0.1
  • k8s.io/api v0.27.2
  • k8s.io/apimachinery v0.27.2
  • k8s.io/client-go v0.27.2
  • k8s.io/klog/v2 v2.90.1
  • k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f
  • k8s.io/utils v0.0.0-20230209194617-a36077c30491
  • sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
  • sigs.k8s.io/structured-merge-diff/v4 v4.2.3
  • sigs.k8s.io/yaml v1.3.0
deepfence_agent/tools/apache/scope/go.sum go
  • 1388 dependencies
deepfence_bootstrapper/go.mod go
  • aead.dev/minisign v0.2.0
  • github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
  • github.com/Jeffail/tunny v0.1.4
  • github.com/abrander/go-supervisord v0.0.0-20210517172913-a5469a4c50e2
  • github.com/aws/aws-sdk-go v1.44.282
  • github.com/c9s/goprocinfo v0.0.0-20151025191153-19cb9f127a9c
  • github.com/cenkalti/backoff/v4 v4.2.1
  • github.com/cilium/ebpf v0.9.1
  • github.com/containerd/cgroups/v3 v3.0.2
  • github.com/coreos/go-systemd/v22 v22.5.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
  • github.com/deepfence/ThreatMapper/deepfence_utils v0.0.0-00010101000000-000000000000
  • github.com/deepfence/agent-plugins-grpc v1.1.0
  • github.com/deepfence/compliance v0.1.3-0.20230919060520-1991901e5d83
  • github.com/deepfence/df-utils v0.0.0-00010101000000-000000000000
  • github.com/deepfence/golang_deepfence_sdk/client v0.0.0-00010101000000-000000000000
  • github.com/deepfence/golang_deepfence_sdk/utils v0.0.0-00010101000000-000000000000
  • github.com/deepfence/kubernetes-scanner/v2 v2.0.0
  • github.com/docker/docker v1.4.2-0.20180827131323-0c5f8d2b9b23
  • github.com/docker/go-units v0.4.0
  • github.com/go-logr/logr v1.2.4
  • github.com/goccy/go-json v0.10.2
  • github.com/godbus/dbus/v5 v5.0.4
  • github.com/gogo/protobuf v1.3.2
  • github.com/golang/protobuf v1.5.3
  • github.com/google/gofuzz v1.1.0
  • github.com/google/uuid v1.3.1
  • github.com/gorilla/websocket v0.0.0-20160221213430-5c91b59efa23
  • github.com/hashicorp/go-cleanhttp v0.5.2
  • github.com/hashicorp/go-retryablehttp v0.7.4
  • github.com/json-iterator/go v1.1.12
  • github.com/k-sone/critbitgo v1.2.0
  • github.com/klauspost/compress v1.16.7
  • github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b
  • github.com/kr/pty v1.1.1
  • github.com/lestrrat-go/blackmagic v1.0.1
  • github.com/lestrrat-go/httpcc v1.0.1
  • github.com/lestrrat-go/httprc v1.0.4
  • github.com/lestrrat-go/iter v1.0.2
  • github.com/lestrrat-go/jwx/v2 v2.0.12
  • github.com/lestrrat-go/option v1.0.1
  • github.com/mattn/go-colorable v0.1.12
  • github.com/mattn/go-isatty v0.0.14
  • github.com/minio/selfupdate v0.6.0
  • github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
  • github.com/modern-go/reflect2 v1.0.2
  • github.com/opencontainers/runtime-spec v1.1.0
  • github.com/opentracing/opentracing-go v1.1.0
  • github.com/pierrec/lz4/v4 v4.1.18
  • github.com/rs/zerolog v1.30.0
  • github.com/segmentio/asm v1.2.0
  • github.com/sirupsen/logrus v1.9.3
  • github.com/twmb/franz-go v1.14.4
  • github.com/twmb/franz-go/pkg/kadm v1.9.0
  • github.com/twmb/franz-go/pkg/kmsg v1.6.1
  • github.com/ugorji/go v0.0.0-20170918222552-54210f4e076c
  • github.com/weaveworks/common v0.0.0-20200310113808-2708ba4e60a4
  • github.com/weaveworks/ps v0.0.0-20160725183535-70d17b2d6f76
  • github.com/weaveworks/scope v1.13.2
  • github.com/willdonnelly/passwd v0.0.0-20141013001024-7935dab3074c
  • golang.org/x/crypto v0.12.0
  • golang.org/x/net v0.14.0
  • golang.org/x/sys v0.12.0
  • golang.org/x/text v0.12.0
  • google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
  • google.golang.org/grpc v1.56.1
  • google.golang.org/protobuf v1.30.0
  • gopkg.in/inf.v0 v0.9.1
  • gopkg.in/ini.v1 v1.67.0
  • gopkg.in/yaml.v2 v2.4.0
  • k8s.io/api v0.27.2
  • k8s.io/apimachinery v0.27.2
  • k8s.io/klog/v2 v2.90.1
  • k8s.io/utils v0.0.0-20230209194617-a36077c30491
  • sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
  • sigs.k8s.io/structured-merge-diff/v4 v4.2.3
deepfence_bootstrapper/go.sum go
  • 412 dependencies
deepfence_ctl/go.mod go
  • github.com/deepfence/ThreatMapper/deepfence_utils v0.0.0-00010101000000-000000000000
  • github.com/deepfence/golang_deepfence_sdk/client v0.0.0-00010101000000-000000000000
  • github.com/deepfence/golang_deepfence_sdk/utils v0.0.0-00010101000000-000000000000
  • github.com/hashicorp/go-cleanhttp v0.5.2
  • github.com/hashicorp/go-retryablehttp v0.7.4
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/mattn/go-colorable v0.1.12
  • github.com/mattn/go-isatty v0.0.14
  • github.com/rs/zerolog v1.30.0
  • github.com/spf13/cobra v1.7.0
  • github.com/spf13/pflag v1.0.5
  • golang.org/x/sys v0.12.0
deepfence_ctl/go.sum go
  • github.com/coreos/go-systemd/v22 v22.5.0
  • github.com/cpuguy83/go-md2man/v2 v2.0.2
  • github.com/davecgh/go-spew v1.1.1
  • github.com/godbus/dbus/v5 v5.0.4
  • github.com/hashicorp/go-cleanhttp v0.5.2
  • github.com/hashicorp/go-hclog v0.9.2
  • github.com/hashicorp/go-retryablehttp v0.7.4
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/mattn/go-colorable v0.1.12
  • github.com/mattn/go-isatty v0.0.14
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/rs/xid v1.5.0
  • github.com/rs/xid v1.4.0
  • github.com/rs/zerolog v1.29.1
  • github.com/rs/zerolog v1.30.0
  • github.com/russross/blackfriday/v2 v2.1.0
  • github.com/spf13/cobra v1.7.0
  • github.com/spf13/pflag v1.0.5
  • github.com/stretchr/testify v1.2.2
  • golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
  • golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6
  • golang.org/x/sys v0.8.0
  • golang.org/x/sys v0.12.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.1
deepfence_installer/go.mod go
  • github.com/deepfence/ThreatMapper/deepfence_utils v0.0.0-00010101000000-000000000000
  • github.com/deepfence/golang_deepfence_sdk/client v0.0.0-00010101000000-000000000000
  • github.com/deepfence/golang_deepfence_sdk/utils v0.0.0-00010101000000-000000000000
  • github.com/hashicorp/go-cleanhttp v0.5.2
  • github.com/hashicorp/go-retryablehttp v0.7.4
  • github.com/mattn/go-colorable v0.1.12
  • github.com/mattn/go-isatty v0.0.14
  • github.com/rs/zerolog v1.30.0
  • golang.org/x/sys v0.12.0
deepfence_installer/go.sum go
  • github.com/coreos/go-systemd/v22 v22.5.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/godbus/dbus/v5 v5.0.4
  • github.com/hashicorp/go-cleanhttp v0.5.2
  • github.com/hashicorp/go-hclog v0.9.2
  • github.com/hashicorp/go-retryablehttp v0.7.4
  • github.com/mattn/go-colorable v0.1.12
  • github.com/mattn/go-isatty v0.0.14
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/rs/xid v1.4.0
  • github.com/rs/xid v1.5.0
  • github.com/rs/zerolog v1.29.1
  • github.com/rs/zerolog v1.30.0
  • github.com/stretchr/testify v1.2.2
  • golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
  • golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6
  • golang.org/x/sys v0.8.0
  • golang.org/x/sys v0.12.0
deepfence_server/go.mod go
  • github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible
  • github.com/Microsoft/go-winio v0.6.1
  • github.com/PagerDuty/go-pagerduty v1.7.0
  • github.com/XSAM/otelsql v0.25.0
  • github.com/andygrunwald/go-jira v1.16.0
  • github.com/aws/aws-sdk-go v1.44.325
  • github.com/casbin/casbin/v2 v2.75.0
  • github.com/cenkalti/backoff/v4 v4.2.1
  • github.com/cespare/xxhash/v2 v2.2.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
  • github.com/deepfence/ThreatMapper/deepfence_utils v0.0.0-00010101000000-000000000000
  • github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
  • github.com/docker/distribution v2.8.2+incompatible
  • github.com/docker/docker v24.0.5+incompatible
  • github.com/docker/go-connections v0.4.0
  • github.com/docker/go-units v0.5.0
  • github.com/dustin/go-humanize v1.0.1
  • github.com/emicklei/go-restful/v3 v3.9.0
  • github.com/fatih/structs v1.1.0
  • github.com/felixge/httpsnoop v1.0.2
  • github.com/gabriel-vasile/mimetype v1.4.2
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/go-chi/jwtauth/v5 v5.1.1
  • github.com/go-logr/logr v1.2.4
  • github.com/go-logr/stdr v1.2.2
  • github.com/go-openapi/jsonpointer v0.19.6
  • github.com/go-openapi/jsonreference v0.20.2
  • github.com/go-openapi/swag v0.22.3
  • github.com/go-playground/assert/v2 v2.2.0
  • github.com/go-playground/form/v4 v4.2.1
  • github.com/go-playground/locales v0.14.1
  • github.com/go-playground/pkg/v5 v5.21.2
  • github.com/go-playground/universal-translator v0.18.1
  • github.com/go-playground/validator/v10 v10.15.0
  • github.com/goccy/go-json v0.10.2
  • github.com/gogo/protobuf v1.3.2
  • github.com/golang-jwt/jwt/v4 v4.4.2
  • github.com/golang/protobuf v1.5.3
  • github.com/google/gnostic-models v0.6.8
  • github.com/google/go-cmp v0.5.9
  • github.com/google/go-querystring v1.1.0
  • github.com/google/gofuzz v1.2.0
  • github.com/google/uuid v1.3.1
  • github.com/hibiken/asynq v0.24.1
  • github.com/imdario/mergo v0.3.11
  • github.com/jmespath/go-jmespath v0.4.0
  • github.com/josharian/intern v1.0.0
  • github.com/json-iterator/go v1.1.12
  • github.com/k-sone/critbitgo v1.4.0
  • github.com/klauspost/compress v1.16.7
  • github.com/klauspost/cpuid/v2 v2.2.5
  • github.com/leodido/go-urn v1.2.4
  • github.com/lestrrat-go/blackmagic v1.0.1
  • github.com/lestrrat-go/httpcc v1.0.1
  • github.com/lestrrat-go/httprc v1.0.4
  • github.com/lestrrat-go/iter v1.0.2
  • github.com/lestrrat-go/jwx/v2 v2.0.12
  • github.com/lestrrat-go/option v1.0.1
  • github.com/lib/pq v1.10.9
  • github.com/mailru/easyjson v0.7.7
  • github.com/mattn/go-colorable v0.1.12
  • github.com/mattn/go-isatty v0.0.14
  • github.com/minio/md5-simd v1.1.2
  • github.com/minio/minio-go/v7 v7.0.63
  • github.com/minio/sha256-simd v1.0.1
  • github.com/moby/term v0.5.0
  • github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
  • github.com/modern-go/reflect2 v1.0.2
  • github.com/morikuni/aec v1.0.0
  • github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
  • github.com/neo4j/neo4j-go-driver/v4 v4.4.7
  • github.com/opencontainers/go-digest v1.0.0
  • github.com/opencontainers/image-spec v1.0.2
  • github.com/opentracing/opentracing-go v1.2.0
  • github.com/pierrec/lz4/v4 v4.1.18
  • github.com/pkg/errors v0.9.1
  • github.com/redis/go-redis/v9 v9.2.0
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/robfig/cron/v3 v3.0.1
  • github.com/rs/xid v1.5.0
  • github.com/rs/zerolog v1.30.0
  • github.com/samber/lo v1.38.1
  • github.com/samber/mo v1.8.0
  • github.com/segmentio/asm v1.2.0
  • github.com/sirupsen/logrus v1.9.3
  • github.com/spf13/cast v1.3.1
  • github.com/spf13/pflag v1.0.5
  • github.com/swaggest/jsonschema-go v0.3.57
  • github.com/swaggest/openapi-go v0.2.39
  • github.com/swaggest/refl v1.2.0
  • github.com/tidwall/gjson v1.14.4
  • github.com/tidwall/match v1.1.1
  • github.com/tidwall/pretty v1.2.0
  • github.com/trivago/tgo v1.0.7
  • github.com/twmb/franz-go v1.14.4
  • github.com/twmb/franz-go/pkg/kadm v1.9.0
  • github.com/twmb/franz-go/pkg/kmsg v1.6.1
  • github.com/ugorji/go/codec v1.2.11
  • go.opentelemetry.io/contrib v1.0.0
  • go.opentelemetry.io/otel v1.18.0
  • go.opentelemetry.io/otel/exporters/jaeger v1.16.0
  • go.opentelemetry.io/otel/metric v1.18.0
  • go.opentelemetry.io/otel/sdk v1.18.0
  • go.opentelemetry.io/otel/trace v1.18.0
  • golang.org/x/crypto v0.12.0
  • golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17
  • golang.org/x/mod v0.10.0
  • golang.org/x/net v0.14.0
  • golang.org/x/oauth2 v0.8.0
  • golang.org/x/sys v0.12.0
  • golang.org/x/term v0.11.0
  • golang.org/x/text v0.12.0
  • golang.org/x/time v0.3.0
  • golang.org/x/tools v0.8.0
  • google.golang.org/appengine v1.6.7
  • google.golang.org/protobuf v1.30.0
  • gopkg.in/inf.v0 v0.9.1
  • gopkg.in/ini.v1 v1.67.0
  • gopkg.in/yaml.v2 v2.4.0
  • gopkg.in/yaml.v3 v3.0.1
  • gotest.tools v2.2.0+incompatible
  • gotest.tools/v3 v3.5.0
  • k8s.io/api v0.28.0
  • k8s.io/apimachinery v0.28.0
  • k8s.io/client-go v0.28.0
  • k8s.io/klog/v2 v2.100.1
  • k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9
  • k8s.io/metrics v0.28.0
  • k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
  • sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
  • sigs.k8s.io/structured-merge-diff/v4 v4.2.3
  • sigs.k8s.io/yaml v1.3.0
deepfence_server/go.sum go
  • 338 dependencies
deepfence_utils/go.mod go
  • github.com/XSAM/otelsql v0.25.0
  • github.com/cenkalti/backoff/v4 v4.2.1
  • github.com/cespare/xxhash/v2 v2.2.0
  • github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
  • github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
  • github.com/dustin/go-humanize v1.0.1
  • github.com/go-chi/jwtauth/v5 v5.1.1
  • github.com/go-logr/logr v1.2.4
  • github.com/go-logr/stdr v1.2.2
  • github.com/goccy/go-json v0.10.2
  • github.com/golang/protobuf v1.5.2
  • github.com/google/uuid v1.3.1
  • github.com/hibiken/asynq v0.24.1
  • github.com/json-iterator/go v1.1.12
  • github.com/klauspost/compress v1.16.7
  • github.com/klauspost/cpuid/v2 v2.2.5
  • github.com/lestrrat-go/blackmagic v1.0.1
  • github.com/lestrrat-go/httpcc v1.0.1
  • github.com/lestrrat-go/httprc v1.0.4
  • github.com/lestrrat-go/iter v1.0.2
  • github.com/lestrrat-go/jwx/v2 v2.0.12
  • github.com/lestrrat-go/option v1.0.1
  • github.com/lib/pq v1.10.9
  • github.com/mattn/go-colorable v0.1.12
  • github.com/mattn/go-isatty v0.0.14
  • github.com/minio/md5-simd v1.1.2
  • github.com/minio/minio-go/v7 v7.0.63
  • github.com/minio/sha256-simd v1.0.1
  • github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
  • github.com/modern-go/reflect2 v1.0.2
  • github.com/neo4j/neo4j-go-driver/v4 v4.4.7
  • github.com/pierrec/lz4/v4 v4.1.18
  • github.com/redis/go-redis/v9 v9.2.0
  • github.com/robfig/cron/v3 v3.0.1
  • github.com/rs/xid v1.5.0
  • github.com/rs/zerolog v1.30.0
  • github.com/segmentio/asm v1.2.0
  • github.com/sirupsen/logrus v1.9.3
  • github.com/spf13/cast v1.3.1
  • github.com/twmb/franz-go v1.14.4
  • github.com/twmb/franz-go/pkg/kadm v1.9.0
  • github.com/twmb/franz-go/pkg/kmsg v1.6.1
  • go.opentelemetry.io/otel v1.18.0
  • go.opentelemetry.io/otel/metric v1.18.0
  • go.opentelemetry.io/otel/trace v1.18.0
  • golang.org/x/crypto v0.12.0
  • golang.org/x/net v0.14.0
  • golang.org/x/sys v0.12.0
  • golang.org/x/text v0.12.0
  • golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
  • google.golang.org/protobuf v1.26.0
  • gopkg.in/ini.v1 v1.67.0
deepfence_utils/go.sum go
  • 212 dependencies
deepfence_worker/go.mod go
  • github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1
  • github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20221215162035-5330a85ea652
  • github.com/CycloneDX/cyclonedx-go v0.7.1
  • github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible
  • github.com/Masterminds/goutils v1.1.1
  • github.com/Masterminds/semver v1.5.0
  • github.com/Masterminds/semver/v3 v3.2.0
  • github.com/Masterminds/sprig/v3 v3.2.3
  • github.com/Microsoft/go-winio v0.6.1
  • github.com/Microsoft/hcsshim v0.10.0-rc.8
  • github.com/PagerDuty/go-pagerduty v1.7.0
  • github.com/SebastiaanKlippert/go-wkhtmltopdf v1.9.1
  • github.com/XSAM/otelsql v0.25.0
  • github.com/acobaugh/osrelease v0.1.0
  • github.com/anchore/go-logger v0.0.0-20230531193951-db5ae83e7dbe
  • github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092
  • github.com/anchore/packageurl-go v0.1.1-0.20230104203445-02e0a6721501
  • github.com/anchore/stereoscope v0.0.0-20230727211946-d1f3d766295e
  • github.com/anchore/syft v0.87.0
  • github.com/andybalholm/brotli v1.0.5
  • github.com/andygrunwald/go-jira v1.16.0
  • github.com/aws/aws-sdk-go v1.44.325
  • github.com/becheran/wildmatch-go v1.0.0
  • github.com/beorn7/perks v1.0.1
  • github.com/bmatcuk/doublestar/v4 v4.6.0
  • github.com/casbin/casbin/v2 v2.75.0
  • github.com/cenkalti/backoff/v3 v3.2.2
  • github.com/cenkalti/backoff/v4 v4.2.1
  • github.com/cespare/xxhash/v2 v2.2.0
  • github.com/containerd/cgroups v1.1.0
  • github.com/containerd/containerd v1.7.2
  • github.com/containerd/continuity v0.4.1
  • github.com/containerd/fifo v1.1.0
  • github.com/containerd/stargz-snapshotter/estargz v0.14.3
  • github.com/containerd/ttrpc v1.2.2
  • github.com/containerd/typeurl/v2 v2.1.1
  • github.com/cyphar/filepath-securejoin v0.2.3
  • github.com/davecgh/go-spew v1.1.1
  • github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
  • github.com/deepfence/SecretScanner v0.0.0-00010101000000-000000000000
  • github.com/deepfence/ThreatMapper/deepfence_server v0.0.0-00010101000000-000000000000
  • github.com/deepfence/ThreatMapper/deepfence_utils v0.0.0-00010101000000-000000000000
  • github.com/deepfence/YaraHunter v0.0.0-00010101000000-000000000000
  • github.com/deepfence/agent-plugins-grpc v1.1.0
  • github.com/deepfence/golang_deepfence_sdk/client v0.0.0-20230817093436-faaacc23dfd8
  • github.com/deepfence/golang_deepfence_sdk/utils v0.0.0-20230817093436-faaacc23dfd8
  • github.com/deepfence/package-scanner v0.0.0-00010101000000-000000000000
  • github.com/deepfence/vessel v0.11.1
  • github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
  • github.com/docker/cli v24.0.2+incompatible
  • github.com/docker/distribution v2.8.2+incompatible
  • github.com/docker/docker v24.0.5+incompatible
  • github.com/docker/docker-credential-helpers v0.7.0
  • github.com/docker/go-connections v0.4.0
  • github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
  • github.com/docker/go-units v0.5.0
  • github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5
  • github.com/dustin/go-humanize v1.0.1
  • github.com/emicklei/go-restful/v3 v3.10.1
  • github.com/facebookincubator/nvdtools v0.1.5
  • github.com/fatih/color v1.15.0
  • github.com/fatih/structs v1.1.0
  • github.com/flier/gohs v1.2.2
  • github.com/gabriel-vasile/mimetype v1.4.2
  • github.com/github/go-spdx/v2 v2.1.2
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/go-chi/jwtauth/v5 v5.1.1
  • github.com/go-logr/logr v1.2.4
  • github.com/go-logr/stdr v1.2.2
  • github.com/go-openapi/jsonpointer v0.19.6
  • github.com/go-openapi/jsonreference v0.20.2
  • github.com/go-openapi/swag v0.22.3
  • github.com/go-playground/assert/v2 v2.2.0
  • github.com/go-playground/form/v4 v4.2.1
  • github.com/go-playground/locales v0.14.1
  • github.com/go-playground/pkg/v5 v5.21.2
  • github.com/go-playground/universal-translator v0.18.1
  • github.com/go-playground/validator/v10 v10.15.0
  • github.com/goccy/go-json v0.10.2
  • github.com/gogo/protobuf v1.3.2
  • github.com/golang-jwt/jwt/v4 v4.4.2
  • github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
  • github.com/golang/protobuf v1.5.3
  • github.com/golang/snappy v0.0.4
  • github.com/google/gnostic-models v0.6.8
  • github.com/google/go-cmp v0.5.9
  • github.com/google/go-containerregistry v0.16.1
  • github.com/google/go-querystring v1.1.0
  • github.com/google/gofuzz v1.2.0
  • github.com/google/uuid v1.3.1
  • github.com/hashicorp/errwrap v1.1.0
  • github.com/hashicorp/go-cleanhttp v0.5.2
  • github.com/hashicorp/go-multierror v1.1.1
  • github.com/hashicorp/go-retryablehttp v0.7.4
  • github.com/hibiken/asynq v0.24.1
  • github.com/hillu/go-yara/v4 v4.3.2
  • github.com/huandu/xstrings v1.3.3
  • github.com/imdario/mergo v0.3.16
  • github.com/jinzhu/copier v0.3.5
  • github.com/jmespath/go-jmespath v0.4.0
  • github.com/josharian/intern v1.0.0
  • github.com/json-iterator/go v1.1.12
  • github.com/k-sone/critbitgo v1.4.0
  • github.com/kelseyhightower/envconfig v1.4.0
  • github.com/klauspost/compress v1.16.7
  • github.com/klauspost/cpuid/v2 v2.2.5
  • github.com/klauspost/pgzip v1.2.5
  • github.com/leodido/go-urn v1.2.4
  • github.com/lestrrat-go/blackmagic v1.0.1
  • github.com/lestrrat-go/httpcc v1.0.1
  • github.com/lestrrat-go/httprc v1.0.4
  • github.com/lestrrat-go/iter v1.0.2
  • github.com/lestrrat-go/jwx/v2 v2.0.12
  • github.com/lestrrat-go/option v1.0.1
  • github.com/lib/pq v1.10.9
  • github.com/mailru/easyjson v0.7.7
  • github.com/mattn/go-colorable v0.1.13
  • github.com/mattn/go-isatty v0.0.19
  • github.com/mattn/go-runewidth v0.0.14
  • github.com/matttproud/golang_protobuf_extensions v1.0.4
  • github.com/mholt/archiver/v3 v3.5.1
  • github.com/minio/md5-simd v1.1.2
  • github.com/minio/minio-go/v7 v7.0.63
  • github.com/minio/sha256-simd v1.0.1
  • github.com/mitchellh/copystructure v1.2.0
  • github.com/mitchellh/go-homedir v1.1.0
  • github.com/mitchellh/hashstructure/v2 v2.0.2
  • github.com/mitchellh/mapstructure v1.5.0
  • github.com/mitchellh/reflectwalk v1.0.2
  • github.com/moby/locker v1.0.1
  • github.com/moby/sys/mountinfo v0.6.2
  • github.com/moby/sys/sequential v0.5.0
  • github.com/moby/sys/signal v0.7.0
  • github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
  • github.com/modern-go/reflect2 v1.0.2
  • github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
  • github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
  • github.com/neo4j/neo4j-go-driver/v4 v4.4.7
  • github.com/nwaples/rardecode v1.1.0
  • github.com/olekukonko/tablewriter v0.0.5
  • github.com/opencontainers/go-digest v1.0.0
  • github.com/opencontainers/image-spec v1.1.0-rc4
  • github.com/opencontainers/runc v1.1.7
  • github.com/opencontainers/runtime-spec v1.1.0-rc.1
  • github.com/opencontainers/selinux v1.11.0
  • github.com/opentracing/opentracing-go v1.2.0
  • github.com/pelletier/go-toml v1.9.5
  • github.com/pierrec/lz4/v4 v4.1.18
  • github.com/pkg/errors v0.9.1
  • github.com/pressly/goose/v3 v3.15.0
  • github.com/prometheus/client_golang v1.14.0
  • github.com/prometheus/client_model v0.3.0
  • github.com/prometheus/common v0.39.0
  • github.com/prometheus/procfs v0.11.0
  • github.com/redis/go-redis/v9 v9.2.0
  • github.com/richardlehane/mscfb v1.0.4
  • github.com/richardlehane/msoleps v1.0.3
  • github.com/rivo/uniseg v0.2.0
  • github.com/robfig/cron/v3 v3.0.1
  • github.com/rs/xid v1.5.0
  • github.com/rs/zerolog v1.30.0
  • github.com/samber/lo v1.38.1
  • github.com/samber/mo v1.8.0
  • github.com/scylladb/go-set v1.0.3-0.20200225121959-cc7b2070d91e
  • github.com/segmentio/asm v1.2.0
  • github.com/shopspring/decimal v1.3.1
  • github.com/sirupsen/logrus v1.9.3
  • github.com/spdx/tools-golang v0.5.3
  • github.com/spf13/afero v1.9.5
  • github.com/spf13/cast v1.5.1
  • github.com/spf13/pflag v1.0.5
  • github.com/swaggest/jsonschema-go v0.3.57
  • github.com/swaggest/openapi-go v0.2.39
  • github.com/swaggest/refl v1.2.0
  • github.com/sylabs/sif/v2 v2.11.5
  • github.com/sylabs/squashfs v0.6.1
  • github.com/therootcompany/xz v1.0.1
  • github.com/tidwall/gjson v1.14.4
  • github.com/tidwall/match v1.1.1
  • github.com/tidwall/pretty v1.2.1
  • github.com/trivago/tgo v1.0.7
  • github.com/twmb/franz-go v1.14.4
  • github.com/twmb/franz-go/pkg/kadm v1.9.0
  • github.com/twmb/franz-go/pkg/kmsg v1.6.1
  • github.com/ugorji/go/codec v1.2.11
  • github.com/ulikunitz/xz v0.5.10
  • github.com/vbatts/tar-split v0.11.3
  • github.com/wagoodman/go-partybus v0.0.0-20230516145632-8ccac152c651
  • github.com/wagoodman/go-progress v0.0.0-20230301185719-21920a456ad5
  • github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
  • github.com/xuri/efp v0.0.0-20220603152613-6918739fd470
  • github.com/xuri/excelize/v2 v2.7.1
  • github.com/xuri/nfp v0.0.0-20220409054826-5e722a1d9e22
  • go.opencensus.io v0.24.0
  • go.opentelemetry.io/otel v1.18.0
  • go.opentelemetry.io/otel/exporters/jaeger v1.16.0
  • go.opentelemetry.io/otel/metric v1.18.0
  • go.opentelemetry.io/otel/sdk v1.18.0
  • go.opentelemetry.io/otel/trace v1.18.0
  • golang.org/x/crypto v0.12.0
  • golang.org/x/exp v0.0.0-20230202163644-54bba9f4231b
  • golang.org/x/mod v0.12.0
  • golang.org/x/net v0.14.0
  • golang.org/x/oauth2 v0.8.0
  • golang.org/x/sync v0.3.0
  • golang.org/x/sys v0.12.0
  • golang.org/x/term v0.11.0
  • golang.org/x/text v0.12.0
  • golang.org/x/time v0.3.0
  • golang.org/x/tools v0.10.0
  • google.golang.org/appengine v1.6.7
  • google.golang.org/genproto v0.0.0-20230526161137-0005af68ea54
  • google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19
  • google.golang.org/grpc v1.57.0
  • google.golang.org/protobuf v1.30.0
  • gopkg.in/inf.v0 v0.9.1
  • gopkg.in/ini.v1 v1.67.0
  • gopkg.in/yaml.v2 v2.4.0
  • gopkg.in/yaml.v3 v3.0.1
  • k8s.io/api v0.28.0
  • k8s.io/apimachinery v0.28.0
  • k8s.io/client-go v0.28.0
  • k8s.io/klog/v2 v2.100.1
  • k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9
  • k8s.io/metrics v0.28.0
  • k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
  • sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
  • sigs.k8s.io/structured-merge-diff/v4 v4.2.3
  • sigs.k8s.io/yaml v1.3.0
deepfence_worker/go.sum go
  • 1155 dependencies
deepfence_frontend/apps/dashboard/package.json npm
  • @openapitools/openapi-generator-cli ^2.7.0 development
  • @playwright/test ^1.37.0 development
  • @testing-library/jest-dom ^6.0.0 development
  • @testing-library/react ^14.0.0 development
  • @testing-library/user-event ^14.4.3 development
  • @types/lodash-es ^4.17.8 development
  • @types/react ^18.2.20 development
  • @types/react-dom ^18.2.7 development
  • @types/testing-library__jest-dom ^5.14.9 development
  • @typescript-eslint/eslint-plugin ^6.3.0 development
  • @typescript-eslint/parser ^6.3.0 development
  • @vitejs/plugin-react ^4.0.4 development
  • @vitest/coverage-c8 ^0.33.0 development
  • autoprefixer ^10.4.15 development
  • eslint ^8.47.0 development
  • eslint-config-prettier ^9.0.0 development
  • eslint-plugin-import ^2.28.0 development
  • eslint-plugin-jsx-a11y ^6.7.1 development
  • eslint-plugin-prettier ^5.0.0 development
  • eslint-plugin-react ^7.33.1 development
  • eslint-plugin-simple-import-sort ^10.0.0 development
  • msw ^1.2.3 development
  • playwright 1.37.0 development
  • postcss ^8.4.27 development
  • resize-observer-polyfill ^1.5.1 development
  • rollup-plugin-visualizer ^5.9.2 development
  • tailwindcss ^3.3.3 development
  • typescript ^5.1.6 development
  • vite ^4.4.9 development
  • vite-plugin-webfont-dl ^3.7.6 development
  • vitest ^0.34.1 development
  • whatwg-fetch ^3.6.17 development
  • @antv/g6 ^4.8.21
  • @antv/g6-core ^0.8.21
  • @antv/layout ^0.3.23
  • @lukemorales/query-key-factory ^1.3.2
  • @radix-ui/react-navigation-menu ^1.1.3
  • @suspensive/react ^1.11.6
  • @suspensive/react-query ^1.11.6
  • @tanstack/react-query ^4.32.6
  • dayjs ^1.11.9
  • echarts ^5.4.3
  • lodash-es ^4.17.21
  • react ^18.2.0
  • react-dom ^18.2.0
  • react-router-dom ^6.15.0
  • react-use ^17.4.0
  • sonner ^0.6.2
  • tailwind-preset workspace:*
  • ui-components workspace:*
deepfence_frontend/package.json npm
  • prettier ^3.0.1 development
  • turbo ^1.10.12 development
  • typescript ^5.1.6 development
deepfence_frontend/packages/tailwind-preset/package.json npm
  • tailwindcss ^3.3.3 development
  • typescript ^5.1.6 development
  • classnames ^2.3.2
  • tailwind-merge ^1.14.0
deepfence_frontend/packages/ui-components/package.json npm
  • @storybook/addon-a11y ^7.2.3 development
  • @storybook/addon-actions ^7.2.3 development
  • @storybook/addon-essentials ^7.2.3 development
  • @storybook/addon-interactions ^7.2.3 development
  • @storybook/addon-links ^7.2.3 development
  • @storybook/addon-styling ^1.3.6 development
  • @storybook/react ^7.2.3 development
  • @storybook/react-vite ^7.2.3 development
  • @storybook/testing-library ^0.2.0 development
  • @storybook/theming ^7.2.3 development
  • @testing-library/jest-dom ^6.0.0 development
  • @testing-library/react ^14.0.0 development
  • @testing-library/user-event ^14.4.3 development
  • @types/lodash-es ^4.17.8 development
  • @types/react ^18.2.20 development
  • @types/react-dom ^18.2.7 development
  • @types/testing-library__jest-dom ^5.14.9 development
  • @typescript-eslint/eslint-plugin ^6.3.0 development
  • @typescript-eslint/parser ^6.3.0 development
  • @vitejs/plugin-react ^4.0.4 development
  • @vitest/coverage-c8 ^0.33.0 development
  • autoprefixer ^10.4.15 development
  • eslint ^8.47.0 development
  • eslint-config-prettier ^9.0.0 development
  • eslint-plugin-import ^2.28.0 development
  • eslint-plugin-jsx-a11y ^6.7.1 development
  • eslint-plugin-prettier ^5.0.0 development
  • eslint-plugin-react ^7.33.1 development
  • eslint-plugin-simple-import-sort ^10.0.0 development
  • eslint-plugin-storybook ^0.6.13 development
  • jsdom ^22.1.0 development
  • postcss ^8.4.27 development
  • react ^18.2.0 development
  • react-dom ^18.2.0 development
  • resize-observer-polyfill ^1.5.1 development
  • rollup-plugin-visualizer ^5.9.2 development
  • storybook ^7.2.3 development
  • tailwindcss ^3.3.3 development
  • typescript ^5.1.6 development
  • vite ^4.4.9 development
  • vite-plugin-dts ^3.5.2 development
  • vitest ^0.34.1 development
  • @headlessui/react ^1.7.16
  • @radix-ui/react-accordion ^1.1.2
  • @radix-ui/react-checkbox ^1.0.4
  • @radix-ui/react-dialog ^1.0.4
  • @radix-ui/react-dropdown-menu ^2.0.5
  • @radix-ui/react-label ^2.0.2
  • @radix-ui/react-popover ^1.0.6
  • @radix-ui/react-radio-group ^1.1.3
  • @radix-ui/react-separator ^1.0.3
  • @radix-ui/react-slot ^1.0.2
  • @radix-ui/react-switch ^1.0.3
  • @radix-ui/react-tabs ^1.0.4
  • @radix-ui/react-tooltip ^1.0.6
  • @tanstack/react-table ^8.9.3
  • cva npm:class-variance-authority@^0.7.0
  • lodash-es ^4.17.21
  • react-use ^17.4.0
  • tailwind-preset workspace:*
deepfence_frontend/pnpm-lock.yaml npm
  • 1446 dependencies
docs/package.json npm
  • @docusaurus/module-type-aliases ^2.4.1 development
  • @docusaurus/core ^2.4.1
  • @docusaurus/preset-classic ^2.4.1
  • @mdx-js/react ^1.6.22
  • clsx ^1.2.0
  • prism-react-renderer ^1.3.5
  • react ^18.2.0
  • react-dom ^18.2.0
  • react-player ^2.10.1
ci-cd-integrations/circleci/requirements.txt pypi
  • awscli >=1.25.19
deployment-scripts/sample-applications/flask-echo-server/requirements.txt pypi
  • Flask ==2.0.2