Baruch Odem (Rothkoff)

Results 182 comments of Baruch Odem (Rothkoff)

- **AWS** secrets must first be supported on _gitleaks_, see https://github.com/gitleaks/gitleaks/pull/1356. - **Azure** secrets development is stuck, there is an open PR (https://github.com/gitleaks/gitleaks/pull/1291) and an issue (https://github.com/gitleaks/gitleaks/issues/539) - **Google Cloud...

To validate `gcp-api-key`, I'm not sure what will be the complete process, but try this: ```bash curl \ 'https://youtube.googleapis.com/youtube/v3/search?part=snippet&key=YOUR_GCP_KEY' \ --header 'Accept: application/json' \ --compressed ``` It may return a...

# Technical Details ## Generally work with versions Today we extract the content from the source and move each content forward to the detector engine. To consider the history, which...

> I was thinking of tackling this one using [this library](https://pkg.go.dev/github.com/gabriel-vasile/mimetype#example-package-TextVsBinary). While the `http` package has a mime type sniffing function, this has the benefit of the hierarchy of mime...

OK, I think we can create a POC for that. Here is what I'm thinking: - We should avoid reading the file twice! We need to reuse the `[]byte`. -...

Another option will be to ignore lines that are too long. On one hand, they might be a binary file. But on the other hand, they can be a minified...

Check the simplicity of the task. If simple, do before #192

I can't see a way to get a Personal Access Token for SharePoint access. It is like Slack and Discord, we have to register an App in the account and...

Waiting for https://github.com/gitleaks/gitleaks/issues/1236

Need to upgrade the _gitleaks_ dependency (`go get -u github.com/zricethezav/gitleaks/v8`), but the implementation of Git there was changed, and we need to adjust our code with it.