golang-github-defanglabs-secret-detector-dev (0.0~git20250811.d4b4214-1)

Details

Core information at a glance

Distribution
ubuntu
Origin
ubuntu-stonking
Repository
https://nl.archive.ubuntu.com/ubuntu
Codename
stonking
Component
universe
Source
golang-github-defanglabs-secret-detector
Architecture
amd64
Section
universe/golang
Priority
optional
Maintainer
Ubuntu Developers <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
234 B
Size expected
37.4 kB
Size actual
37.4 kB
Size match

Dependencies

Required package dependencies

  • golang-github-golang-jwt-jwt-dev
  • golang-github-hashicorp-go-multierror-dev
  • golang-github-inhies-go-bytesize-dev
  • golang-github-stretchr-testify-dev
  • golang-gopkg-ini.v1-dev
  • golang-gopkg-yaml.v3-dev

Suggested packages

Recommended additional packages

  • None

Description

Go library to detect and prevent secrets in code

Tags

Package classification tags

None

Checksums

Hash values and integrity verification status

TypeActualMatch
MD53b14f29d…a1468ab6
SHA-1167e2ac0…2bf6fb6f
SHA-25690b2269f…df4a437e
SHA-512760ffe5c…673968b6

Contents

Files and directories included

.
usr
usr/share
usr/share/doc
usr/share/doc/golang-github-defanglabs-secret-detector-dev
usr/share/doc/golang-github-defanglabs-secret-detector-dev/changelog.Debian.gz
usr/share/doc/golang-github-defanglabs-secret-detector-dev/copyright
usr/share/gocode
usr/share/gocode/src
usr/share/gocode/src/github.com
usr/share/gocode/src/github.com/DefangLabs
usr/share/gocode/src/github.com/DefangLabs/secret-detector
usr/share/gocode/src/github.com/DefangLabs/secret-detector/go.mod
usr/share/gocode/src/github.com/DefangLabs/secret-detector/go.sum
usr/share/gocode/src/github.com/DefangLabs/secret-detector/main.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/dataformat
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/dataformat/data_format.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/artifactory
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/artifactory/artifactory_detector.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/artifactory/artifactory_detector_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/aws
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/aws/aws_client_id_detector.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/aws/aws_client_id_detector_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/aws/aws_secret_key_detector.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/aws/aws_secret_key_detector_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/aws/mws_key_detector.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/aws/mws_key_detector_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/azure
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/azure/storage_key_detector.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/azure/storage_key_detector_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/basicauth
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/basicauth/basic_auth_detector.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/basicauth/basic_auth_detector_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/bearerauth
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/bearerauth/bearer_auth_detector.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/bearerauth/bearer_auth_detector_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/generic
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/generic/high_entropy_string_detector.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/generic/high_entropy_string_detector_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/generic/url_password_detector.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/generic/url_password_detector_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/github
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/github/github_detector.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/github/github_detector_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/helpers
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/helpers/key_value_regex.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/helpers/key_value_regex_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/helpers/regex_detector.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/helpers/regex_detector_builder.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/helpers/value_regex.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/jwt
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/jwt/jwt_detector.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/jwt/jwt_detector_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/keyword
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/keyword/keyword_detector.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/keyword/keyword_detector_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/mailchimp
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/mailchimp/mailchimp_detector.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/mailchimp/mailchimp_detector_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/npm
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/npm/npm_token_detector.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/npm/npm_token_detector_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/privatekey
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/privatekey/private_key_detector.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/privatekey/private_key_detector_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/sendgrid
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/sendgrid/sendgrid_detector.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/sendgrid/sendgrid_detector_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/slack
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/slack/slack_detector.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/slack/slack_detector_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/square
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/square/square_detector.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/square/square_detector_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/stripe
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/stripe/stripe_detector.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/stripe/stripe_detector_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/tests
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/tests/helpers.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/twilio
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/twilio/twilio_auth_detector.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/detectors/twilio/twilio_auth_detector_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/scanner
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/scanner/config.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/scanner/config_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/scanner/is_text_file.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/scanner/scanner.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/secrets
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/secrets/errors.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/secrets/factory.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/secrets/types.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/tests
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/tests/dummy.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/tests/scanner_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/transformers
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/transformers/helpers
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/transformers/helpers/flatten.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/transformers/helpers/flatten_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/transformers/initransformer
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/transformers/initransformer/ini_transformer.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/transformers/initransformer/ini_transformer_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/transformers/jsontransformer
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/transformers/jsontransformer/json_transformer.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/transformers/jsontransformer/json_transformer_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/transformers/tests
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/transformers/tests/helpers.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/transformers/xmltransformer
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/transformers/xmltransformer/unique_key_generator.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/transformers/xmltransformer/xml_stack.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/transformers/xmltransformer/xml_transformer.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/transformers/xmltransformer/xml_transformer_test.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/transformers/yamltransformer
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/transformers/yamltransformer/yaml_transformer.go
usr/share/gocode/src/github.com/DefangLabs/secret-detector/pkg/transformers/yamltransformer/yaml_transformer_test.go