Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] - Add x509 cert info to privatekey detector ExtraData #3645

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert
  • Loading branch information
ahrav committed Nov 21, 2024
commit 7d4bb73615420abbdffa55f09cda3f5d8c1d01cc
2 changes: 1 addition & 1 deletion pkg/detectors/privatekey/privatekey.go
Original file line number Diff line number Diff line change
@@ -87,8 +87,8 @@ func (s Scanner) FromData(ctx context.Context, verify bool, data []byte) (result
if verify {
var (
wg sync.WaitGroup
verificationErrors = newVerificationErrors()
extraData = newExtraData()
verificationErrors = newVerificationErrors()
)

// Look up certificate information.
Loading
Oops, something went wrong.